Search the web
Sign In
New User? Sign Up
nsbasic-ce · Forum for NS Basic/CE users
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 14900 - 14929 of 19198   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
14900
Download books , ActiveX , Dlls , Free Products , .NET Programming , Hot Links Visit >> www.vbdevs.com <http://www.vbdevs.com>...
vb_dev2005
Offline Send Email
Jul 2, 2006
12:31 am
14901
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...
Pascal
pascal_plaga...
Offline Send Email
Jul 2, 2006
4:14 pm
14902
Download books , ActiveX , Dlls , Free Products , .NET Programming , Hot Links Visit >> www.vbdevs.com ... Do you Yahoo!? Everyone is raving about the...
Ahmed abel Razik
vb_dev2005
Offline Send Email
Jul 3, 2006
2:19 am
14903
Is there a way to detect if a certain program is currently running on the device?...
zuman402
Offline Send Email
Jul 3, 2006
5:29 am
14904
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...
Thomas Gruber
computerhusky
Offline Send Email
Jul 3, 2006
8:06 am
14905
Is there any way yet to go to step mode after a break....
bobsdennis
Offline Send Email
Jul 3, 2006
8:51 am
14906
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...
zuman402
Offline Send Email
Jul 3, 2006
9:56 am
14907
Not really - your best bet is to use MsgBox statements....
George Henne
ghenne
Offline Send Email
Jul 3, 2006
11:20 am
14908
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...
Thomas Gruber
computerhusky
Offline Send Email
Jul 3, 2006
11:35 am
14909
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...
zuman402
Offline Send Email
Jul 3, 2006
12:47 pm
14910
Have you run the NSBWin32.exe installer?...
George Henne
ghenne
Offline Send Email
Jul 3, 2006
1:21 pm
14911
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...
George Henne
ghenne
Offline Send Email
Jul 3, 2006
1:52 pm
14912
I looked in the list of installers and I don't see this installer... ... of ... for ... one...
zuman402
Offline Send Email
Jul 3, 2006
2:13 pm
14913
You can download it here: http://www.nsbasic.com/pub/ce/6/installers/NSBWin32.exe...
George Henne
ghenne
Offline Send Email
Jul 3, 2006
2:48 pm
14914
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 ...
computerhusky
Offline Send Email
Jul 3, 2006
10:01 pm
14915
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...
zuman402
Offline Send Email
Jul 3, 2006
10:26 pm
14916
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...
George Henne
ghenne
Offline Send Email
Jul 4, 2006
10:42 am
14917
Is there a way to check only the first bytes of the form title? Zuman ... something ... check ... problem is ... name ... program, ... using ... of ... ...
zuman402
Offline Send Email
Jul 4, 2006
11:45 am
14918
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...
computerhusky
Offline Send Email
Jul 4, 2006
2:41 pm
14919
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...
George Henne
ghenne
Offline Send Email
Jul 4, 2006
6:59 pm
14920
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 ...
computerhusky
Offline Send Email
Jul 4, 2006
8:23 pm
14921
Keep me posted! Now, back to the game. Extra time is about to start......
George Henne
ghenne
Offline Send Email
Jul 4, 2006
9:04 pm
14922
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...
computerhusky
Offline Send Email
Jul 5, 2006
6:32 am
14923
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...
bobsdennis
Offline Send Email
Jul 5, 2006
2:56 pm
14924
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...
slateware
Offline Send Email
Jul 6, 2006
5:27 am
14925
Yes, I tried it and it works fine with wm5 Zuman...
zuman402
Offline Send Email
Jul 6, 2006
11:42 am
14926
Many thanks Bob...
Bob Dennis
bobsdennis
Offline Send Email
Jul 6, 2006
1:12 pm
14927
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 ...
George Henne
ghenne
Offline Send Email
Jul 7, 2006
10:10 am
14928
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...
barcrest3339
Offline Send Email
Jul 7, 2006
1:08 pm
14929
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...
Mike
miketrainr2000
Offline Send Email
Jul 7, 2006
1:31 pm
Messages 14900 - 14929 of 19198   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help