Hi, This function is existing on MyProgrammingEnvironment. This is an on-board dev Ide, that presents the project in a tree structure. Code can be managed at 2...
Hello, yes, that's possible. As long as it is a "visible" program, one that has its own program window, you can detect it by using the Win32 API functions to...
Thank you Thomas, Can you direct me to the relevalt API function? Zuman ... that has its own program window, you can detect it by using the Win32 API functions...
Hello Zuman, have a look at my example "Foreground.txt" in the files section of this Yahoo group. This uses the same API calls; your problem is probably a...
Hello Thomas, When I try to run the code I get the message: Unable to resolve class ID for 'nsbasic.win32.api' What am I doing wrong? Zuman ... this Yahoo...
My emulator says OS 5.1.195 (Build 14847.2.0.0) - a newer version. It's the one that come with Device Emulator 2.0 beta. I just tried the installation once...
Hello George, on my 2nd machine I found the emulator 2.0 in the same version that you have. I had a saved state with NSBasic (full + Runtime), AXPack and NSB ...
Thanks George, I downloaded it and is is working fine. I still have a problem: the program I try to detect changes form titles during the run so I can't know...
You'll either have to check for all the possible names, or put something special in the title of each form, such as "MyApp: Form 1", then check for the form...
Is there a way to check only the first bytes of the form title? Zuman ... something ... check ... problem is ... name ... program, ... using ... of ... ...
Helo,
Have a look at the example I mentioned earlier, from the files section of this group. There I do a loop through all open top level windows, getting the...
I think I have found the problem. The installer needs to manually create the registry entries: SelfRegister is not working all the time. The new installer is...
Hello George, this looks much better now! I've tried it with the 2 versions of WM5 emulator I have, on 2 different PCs, and it works fine! I'll try my real ...
Hello George, I tried it on my WM5 device, and it worked fine as well. I'll try my CE.net 4.2 machine later. The previous version had no problems on that, but...
I use CeConnect File to load files to and From PocketPC 2003 devices and to start applications on the Pocket. Does anyone konw if CeConnectFile works with...
I just got bit by this on the File Save, and didn't discover the solution until I was trying to document the problem for George. The dialog.filename is case...
Now is your chance to nominate your favorite development tool for an award... <http://www.pocketpcmag.com/awards/main.asp> George Henne NS BASIC Corporation ...
Could I ask if anyone can give me the code for using check boxes. For example, ticking a box to add a specified number to a total to calculate a score. Thanks...
I have 3 checkboxes, when one is checked, the other two are turned off. Sub rb_quote_Click If rb_quote.value Then rb_closed.value=0 rb_open.value=0 End If End...