I want to change the width of a table with ole. What I wanna do is the action from this vba-makro:
Selection.Columns.PreferredWidthType = wdPreferredWidthPercent
...
I have installed embedded VC 4.0 and the SDK für Pocket PC 2003. That worked fine, but I have to write software for Pocket PC 2002. So I uninstalled the SDK and installed the 2002, but then VC...
That is excactly what I did. The problem ist that I must call create on the class. And there I have to give the classname. If I do with "BUTTON" then the button works, if I do it with "COMBO" the...
I want to create a control as a combination of a CComboBox and a CButton (see attachment).
I need it for a dynamic created view in wich I must know the ID of every control.
Now I took...
I need to get a CComboBox and a CButton by one ID. So I want to put them together in one class derived from CWnd.
I did that with two buttons, no problem create the class with...
I use the following code with dao 3.5 and dao 3.6. It works with 3.5, but with 3.6 at the second deletion a exception is thrown (from DoFieldExchange a String deletion fails)