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 7803 - 7832 of 19198   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7803
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...
George Henne
ghenne
Offline Send Email
Feb 1, 2005
11:27 am
7804
Can you be more specific about what your problem is?...
George Henne
ghenne
Offline Send Email
Feb 1, 2005
11:27 am
7805
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,...
Ning Zhang
zhngnng
Offline Send Email
Feb 1, 2005
4:00 pm
7806
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,...
George Henne
ghenne
Offline Send Email
Feb 1, 2005
4:22 pm
7807
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...
Ning Zhang
zhngnng
Offline Send Email
Feb 1, 2005
4:31 pm
7808
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...
Ning Zhang
zhngnng
Offline Send Email
Feb 1, 2005
4:39 pm
7809
... 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,...
George Henne
ghenne
Offline Send Email
Feb 1, 2005
4:46 pm
7810
Yes, Form_Show needs to be called in your code somewhere. Also, the code below shows "Add Object". Surely it should be "AddObject"!...
George Henne
ghenne
Offline Send Email
Feb 1, 2005
4:46 pm
7811
Is there a NS Basic equivalent to the C call: buf[n] = x in which the nth byte number in a string is changed to x Cheers, Boyd...
ronboydanderson
Offline Send Email
Feb 1, 2005
9:13 pm
7812
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...
Jose Adell
jose_adell
Offline Send Email
Feb 2, 2005
8:01 am
7813
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,...
Robert Slack
robertmslack
Offline Send Email
Feb 2, 2005
10:56 am
7814
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: ...
Jose Adell
jose_adell
Offline Send Email
Feb 2, 2005
12:38 pm
7815
We're making that line of code a standard in the next build, so you won't have to do this anymore....
George Henne
ghenne
Offline Send Email
Feb 2, 2005
1:54 pm
7816
No, it isn't possible. Here's a case where the Window CommandButton control works differently on the desktop than it does on the device....
George Henne
ghenne
Offline Send Email
Feb 2, 2005
1:59 pm
7817
Yes. buf=left(buf,n-1) & x & mid(buf,n+1) You'll also need to deal with the cases of n=1 and n=len(buf)....
George Henne
ghenne
Offline Send Email
Feb 2, 2005
1:59 pm
7818
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...
dwwilbourn
Offline Send Email
Feb 3, 2005
12:08 pm
7819
Look for them in \Windows. They differ by type of device....
George Henne
ghenne
Offline Send Email
Feb 3, 2005
12:17 pm
7820
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...
Michael Wilson
bpmrules
Offline Send Email
Feb 3, 2005
12:58 pm
7821
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...
epankoke@...
Styskul
Offline Send Email
Feb 3, 2005
1:42 pm
7822
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...
Michael Wilson
bpmrules
Offline Send Email
Feb 3, 2005
3:42 pm
7823
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...
Michael Wilson
bpmrules
Offline Send Email
Feb 3, 2005
3:51 pm
7824
The Form_Load isn't generated - it's part of your code. (this should also answer your other question)...
George Henne
ghenne
Offline Send Email
Feb 3, 2005
4:07 pm
7825
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...
epankoke@...
Styskul
Offline Send Email
Feb 3, 2005
4:49 pm
7826
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 Wilson
bpmrules
Offline Send Email
Feb 3, 2005
7:59 pm
7827
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...
pab10s
Offline Send Email
Feb 3, 2005
8:22 pm
7828
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 ...
pab10s
Offline Send Email
Feb 3, 2005
8:27 pm
7829
I have the following code: Sub OvTabs_Click 'Select the tab based on click Select Case OvTabs.SelectedItem.Caption Case "Story" MsgBox "TabSelected = " &...
Michael Wilson
bpmrules
Offline Send Email
Feb 4, 2005
1:00 pm
7830
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...
bernd_m_sommer
Offline Send Email
Feb 4, 2005
4:06 pm
7831
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:...
Bob Katayama
banffbears
Offline Send Email
Feb 4, 2005
4:12 pm
7832
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...
Bob Katayama
banffbears
Offline Send Email
Feb 4, 2005
4:14 pm
Messages 7803 - 7832 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