... cValue ITEMS { "One", "Two", "Three" } OF oWnd ACTIVATE window oWnd return nil in the 6.5 the combobox not open in thr 6.1 or 5.0 operate normally Any topic will be a great help. best Regards Sérgio
... this on/ for a dialog ? It seems as the Windows Mobile API only allows to have a menu on a window, not on a dialog. > Can I use it only using thr source code and not the resource ? The Windows Mobile API only allows to create a pulldown menu from resources. http://msdn.microsoft.com/en-us/library/aa453678.aspx
... on the bottom of keyboard ( menu) sample : Ok cancel I saw your sample menubmp.prg Can I use this on/ for a dialog ? Can I use it only using thr source code and not the resource ? Then I open a Resource file : there are many information different from a siply fwh program resources adn I want ...
... requests from the clients without having to dig into each desktop registry. I am not a M$ server guru .. my guess is that you will have to do thr regedit thing if your app is on a M$ server. Rick Lipkin
thanks... I understand lating language because I have an uncle in Venezuela.. For the Ocr I found any source for Delphi 6 ma nothing for c++ . I think there is something in Internet and I continue thr search...
In a TGet(), how can I make the cursor step one position to the right. I have tried oGet:PostMsg( WM_KEYDOWN, VK_RIGHT, 0 ) but it does not seem to work Any suggestion? Thanks