Im testing out the Demo of NSBasic/CE on the microsoft emulator. How can I quit my app gracefully so that it does not stay in the running progams? Everytime I...
Bye ... From: To: nsbasic-ce@yahoogroups.com Sent: Tuesday, June 03, 2008 8:16 PM Subject: [nsbasic-ce] Quiting app Im testing out the Demo of NSBasic/CE on...
Hi, yes - Bye is a keyword (command) You need to put in a chain of procedures. See helpfile. Something like: SUB Command1_Click Call Quit EMD SUB SUB Quit BYE ...
Another way is to put ShowOKButton True as the first statement in the program. That will change the X in the top right corner from doing a minimize to an OK...
For the listbox, could you use a listview control instead? As for the combo, I'm not aware of anything at the moment. I'm pretty sure Resco used to make one,...
Hello, Im evaluating NSbasic/CE for windows mobile(love it) Using Microsoft emulator to test the apps on I would also like to create apps for Palm OS...
Hi Everyone, I've got a PDA running Windows Mobile 2003. I installed RuntimeFat.ppc.exe as I need the Grid and some other controls not in the regular Runtime...
Nevermind. I did a hard reboot on the PDA, reinstalled and it worked. I guess something hadn't gotten cleaned off. ... in ... comes ... in ... is, ... ...
Hello, Im new to NSbasic/CE and also with Mobile devices. Im creating my app on XP and syncing to an emulator...all this is working fine Im just wondering...is...
Does anyone have code showing how to use a scroll bar with a listview? Im trying to figure out how to make them work together and so far not succeeding...
We're ready to start beta testing NS Basic/Symbian OS with a limited number of beta testers. The product is looking pretty good for a first beta. Requirements...
How do i programtically create a xls or pxl file and then run it into excel from nsbasic? I can create txt files and run them into word, so this is...
I've not messed with it myself, but I would highly suggest looking for examples of using eVB and Pocket Excel. This will probably get you the closest to what...
styskul Im very new to NSBasic/CE and programming for MS mobile Is there anyway to call a COM object from NSB? Maybe calling a vbscript file? I know in...
Did a little more research, and apparently Pocket Excel and Pocket Word can't be automated through eVB (and consequently, can't be automated through NSB...
Is there a way to get a screen that does not have close buttons, start menu etc? I need to make a kiosk style app that does not let users close the app or...
Maybe you could have the form_unload event chain t the programmer, that way it closes and just reloads itself. Woody from his pda ... From: ghidera2000...