ActiveX
Programming in Embedded c++, I tryed using ActiveX FlexGrid in my dialog application but there were no controls in the ActiveX folder. Instead I used the Control from Visual c++. For some reason when I initialize the dialog it will not open. Please help.
[257 byte] By [
ZComplx] at [2007-11-17 18:04:53]

# 1 Re: ActiveX
To my knowledge that control is not supported for WinCE. Instead, I use this free one:
http://www.codeproject.com/miscctrl/gridctrl.asp
stober at 2007-11-9 12:22:36 >

# 2 Re: ActiveX
So I implemented the Grid Ctrl files. Does anyone know why I would get this error message in the CE platform once the progrma is initialized:
" <unknown application>: File afxwin1.inl, Line 19 "
# 3 Re: ActiveX
Did you implement that grid control as a dll or a static lib? If its a dll, did you copy the dll to your emulator and/or device? It should be in the \windows directory or the same directory where your application program is located.
stober at 2007-11-9 12:24:44 >
