Internet Marketer Gets $87 Million inGoogle Pay-Per-Click Ads FREE! ... And Makes Over $314 Million as a Result! ... And Now He's Going to Give You This Same...
Hello together, Iwant to triggger the visibel Column in List View. I tried this: NSLV2.ListItems.Item(1).SubItems(ItmChoice).EnsureVisible, True but the answer...
If you look at tech note 12: http://www.nsbasic.com/ce/info/technotes/TN12.htm you will see that EnsureVisible is a property of the main item in a row only,...
Officially, support for Windows Mobil 6 devices was introduced with NS Basic/CE 7.0 - you may want to upgrade. <http://www.nsbasic.com/orderupgradece.shtml> ...
earn $200 to $1000+ every day. Work From Home. THIS IS ALL YOU NEED TO DO: 1- Activate Your Website 2- Login and access your website training material 3-...
Can I have two file open simuntaneously in NS/Basic? Will the following code work? AddObject "filesystem" AddObject "file" file1 = "C_file1.txt" file2 =...
Unfortunately, that won't work. However, you can have two files open at the same time. You just need to add two objects: AddObject "fileA" AddObject "fileB" ...
Thanks for your help, Styskul. I truly appreciate your kindness and promptness. Here's the full code for those who might need it: AddObject "filesystem" ...
A quick google finds there are a number of software packages out there. Whether they work with NS Basic/CE is unknown (at least to me). If they are in the form...
I have many users with various PDAs using my app, but one user is having some particular issues. Two specific issues are that once he closes the app it doesn't...
Hi nsbasic users, George, S309.picturebox I'm currently writing a new application. It is nearly finished, unfortunately my life is poisoned with an issue I...
The 2 issues might be connected. In my experience the restart problem is caused when there is an error generated while the program is running. Sometimes (I...
Hello, could it be that an error message is suppressed because of "on error resume next"? Maybe in the generated code? If you have a good relationship with the...
Thomas & Al Thanks for your suggestions. I had MANY "on error resume next" statements in my code - including the portion that checks the registry. So, if my...
The S309PictureBox is no longer supported - the author passed away some years ago. It has been replaced by NSBPictureBox. Hopefully, it works better! ...
Hi - I have an application where I am doing a long RS232 serial download (15 to 20 minutes) from a Weatherstation to the CE device. My application is running...
... Hi Joe,.. there is no "Normally" Timer Event to wake up the CPU if it is in Standby Mode. The easiest way to make that are the Commands: RunAppEvent or/and...
I can't seem to find any syntax to completely close a form. I need to unload it so that the Load event will trigger every time the form is open. I've tried...
Have you tried form.hide and form.show? Bob From: nsbasic-ce@yahoogroups.com [mailto:nsbasic-ce@yahoogroups.com] On Behalf Of Im Not Telling Sent: Thursday,...
This guy is still having problems with the app not being able to restart and what seems to be a registry reading problem. He has installed a version that...
A new dating site just run. You will be awarded our gold membership if you join us now! It is a mature, fun,friendly site where you can express yourself, make...
How practical is it to make him try a version that contains Msgbox lines to track progress through the startup of the program ? That is the only way I can...
When I attempt to change the Tab Order of objects on a form (right click on a form, select Set Tab Order, change order on form, click OK) I get an error...