You may have some confusion here. A number can be hex or binary (or even base 10), but it only has one representation at a time. Can you explain what it is you...
Dear All: I installed the updated version 5.0.3 but it seems not work well. If I open a file written by old version 4.0, and then run it, all the components,...
The installation is probably fine. There may be a difference in how the code is generated that causes this to happen. Can you save the code as a .txt file,...
Dear All: Two things need your support: 1, in the README file, "Comparability of 5.0 with previous version," there is a statement "The only change that might...
Hello George: If I saved the project as .txt file and opened it by the NOTEPAD, the following generated codes appeared at the end of the program. '*** Begin...
... Read the section on "Documentation Changes", just above. ... It is not the problem you are having now, but it will be a problem. As the ReadMe indicates,...
Hi all, I just finished my first version of this program. Basically it's a UK postcode locator that interacts with TomTom Navigator, v. 2 and 3, so feeding the...
Is it possible to have a command button caption spread over 2 lines? It looks fine in the IDE, but tries to display as a single line on the Pocket PC. Regards,...
Hi George, I did a go to your suggestion: "Save your program as a .txt file, then add this line just after the AddObject "Frame"... statement in Form1_show: ...
Does anyone have a list of the system standard sound names? By this I mean the names used for the standard sounds that can be played by Playsound without...
I am trying to set a tabstrip control with multiple tabs and captions on the tabs. I have done it with coding on the device by placing the code with the...
There is a load event for each form. If your form is Form1, it would simply be: Sub Form1_Load End Sub Try putting the code in there. -- Eric Pankoke Founder...
If I create another sub won't this code override the generated code? Also, has anyone ever used the Form1(0)=True state to know if the form has loaded and than...
OK, I placed the code in the menu click event that displays the form with the tab control on it and it works fine. I am still interested though if I had a...
The _Load event has nothing to do with the generated code. This is an event that you can use to have code which is executed when the form loads. I always use...
I cannot find any documentation specifically for the CE tabstrip control that documents the methods and properties available. I have been using google without...
Michael, Try this link: http://msdn.microsoft.com/library/default.asp?url=/library/en- us/vbceide/htm/controls_1.asp There's a link to it on the Tech Note #9...
Actually I think this is more like what you were looking for: http://msdn.microsoft.com/library/default.asp?url=/library/en- us/vbceide/htm/controls_13.asp ...
I have the following code: Sub OvTabs_Click 'Select the tab based on click Select Case OvTabs.SelectedItem.Caption Case "Story" MsgBox "TabSelected = " &...
Sorry if this is a silly question: Which cpu type should I use for the files to install my nsbasic programs in ipaq h6315 ppc phone edition? Today I work with...
ARM/XSCALE is all that's supported since WM 2002 No more MIPS or SH3/SH4 processors with Pocket PC or any other Windows Mobile devices. Good luck Bob ... From:...
As for developing, NSBasic still works with the older processors as well as Wm 2003SE which makes creating an app that's downward compatible a breeze. Using an...