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

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 132 - 161 of 3191   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
132
Hi When I get an error during execution, the line reports wrongly when I use goto line from edit menu. Am I missing something (is there an offset or...
drwages2003
Offline Send Email
Jan 1, 2005
4:11 pm
133
... If you're using the Demo version, the inserted code for "This is a Demo" uses the first 9 lines. John...
John Carter
johnecarter
Offline Send Email
Jan 1, 2005
4:18 pm
134
Does NSbasic-Desktop support communication through the USB port?...
wcummings50
Offline Send Email
Jan 3, 2005
2:18 am
135
Support is through the serial protocols. Bob ... From: "wcummings50" <wcummings50@...> To: <nsbasic-desktop@yahoogroups.com> Sent: Sunday, January 02,...
Bob Katayama
banffbears
Offline Send Email
Jan 3, 2005
3:08 am
136
Please sign me up for the nsbasic-desktop group messaging. Thanks...
Karl (Bucky) Roebling
karl_roebling
Offline Send Email
Jan 3, 2005
12:48 pm
137
You need to do this yourself - go to your account settings....
George Henne
ghenne
Offline Send Email
Jan 3, 2005
3:42 pm
138
Bob, How exactly is the USB port selected in NSBasic?...
wcummings50
Offline Send Email
Jan 7, 2005
5:00 am
139
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the nsbasic-desktop group. File :...
nsbasic-desktop@yahoo...
Send Email
Jan 7, 2005
5:42 am
140
For those who have an interest- I've uploaded a sample project that the CCRP BrowseDialog Server DLL. Information regarding CCRP BrowseDialog Server DLL And...
Tim Markoski
tmarkoski1122
Offline Send Email
Jan 7, 2005
5:47 am
141
... It isn't. You need to use a 3rd party control. Check the files section for SerialXP.zip. The sample shows how to do simple serial communications using the ...
Tim Markoski
tmarkoski1122
Offline Send Email
Jan 7, 2005
6:01 am
142
Thanks, Tim. There are an amazing number of controls out there!...
George Henne
ghenne
Offline Send Email
Jan 7, 2005
12:32 pm
143
I've that code that not works properly: Dim Uno Dim Due Dim Result Uno = "5549515657" Due = "5348485171" Result = cstr(csng(Uno) + csng(due)) MsgBox "Result "...
Avv. Fabrizio Cesare
fadrianoc
Offline Send Email
Jan 10, 2005
7:39 am
144
This is correct operation. If you look at 2.2.4 in the Handbook, the limits for numbers are listed. For Long, it is -2,147,483,648 to 2,147,683,647. The value...
George Henne
ghenne
Offline Send Email
Jan 10, 2005
9:45 am
145
George, ... There's a warkaround for that ? There's the possibility for you to change that limit into an higher value ? I've a lot of code that makes similiar...
Avv. Fabrizio Cesare
fadrianoc
Offline Send Email
Jan 10, 2005
10:25 am
146
... This behavior is fundamental to the language: there is no way to change this. You'll need to split the number into two parts. It will make your calculation...
George Henne
ghenne
Offline Send Email
Jan 10, 2005
10:31 am
147
... long ... If you use cstr(cdbl(Uno) + cdbl(Due)), the answer is 10898000828. John...
John Carter
johnecarter
Offline Send Email
Jan 10, 2005
4:14 pm
148
John, ... Thank you very much ! Fabrizio...
Avv. Fabrizio Cesare
fadrianoc
Offline Send Email
Jan 10, 2005
8:41 pm
149
I've some questions that seems to have no answers on help section or manual (perhaps because they're obvious): About AtiveX Control Manager: 1) I see that one...
Avv. Fabrizio Cesare
fadrianoc
Offline Send Email
Jan 11, 2005
7:41 am
150
... There's in interesting blog on how VBScript handles numbers here: <http://blogs.msdn.com/ericlippert/archive/2005/01/10/350108.aspx> and here: ...
George Henne
ghenne
Offline Send Email
Jan 11, 2005
11:44 am
151
... Can you give me a step by step of what are doing? It is not clear to me. ... Which ActiveX control are you adding? ... ActiveX controls are separate files....
George Henne
ghenne
Offline Send Email
Jan 11, 2005
11:50 am
152
George, I attach two gif that (hope) better show what i'm trying to explain. Image1 you can see Microsoft Common Dialog OCX File - comdlg32.ocx that leaves a...
Avv. Fabrizio Cesare
fadrianoc
Offline Send Email
Jan 11, 2005
2:47 pm
153
... Thank you - they do. ... Since ComDlg32.ocx is not a visible control, you cannot hide it, resize it or move it. Right now, all you can do is put it onto a...
George Henne
ghenne
Offline Send Email
Jan 11, 2005
4:14 pm
154
George, ... I thought it could be seen after 1) compiling project 2) right clicking on program icon 3) then properties and see them is not correct ? tia ...
Avv. Fabrizio Cesare
fadrianoc
Offline Send Email
Jan 11, 2005
4:22 pm
155
Now I understand! Yes, this is coming, but does not work yet....
George Henne
ghenne
Offline Send Email
Jan 11, 2005
4:39 pm
156
For those who may have an interest: I'm in the process of putting together a developers resource programming book for NSBasic/Desktop similar to Michael J....
Tim Markoski
tmarkoski1122
Offline Send Email
Jan 11, 2005
6:24 pm
157
... copyright, ... Fabrizio- For simplified Dialgoue usage within NSBasic/Desktop you should check out the CommonDialogue#2 example from the files section of...
Tim Markoski
tmarkoski1122
Offline Send Email
Jan 11, 2005
6:33 pm
158
Hi Tim: This is great news. Hopefully you can cover some areas that involve graphics. Something that is DirectX related or similar since MS Visual Basic has...
Bob Katayama
banffbears
Offline Send Email
Jan 11, 2005
6:42 pm
159
Tim, ... It's really a GREAT news ! ... Adding what Bob suggests ... it would be interesting if you could cover also (managing database) compression and...
Avv. Fabrizio Cesare
fadrianoc
Offline Send Email
Jan 11, 2005
8:09 pm
160
I'm looking at George sample xls2csv I need to save data into an excel file Which command i have to use instead of: CsvFile.WriteLine(Record) if i want to...
Avv. Fabrizio Cesare
fadrianoc
Offline Send Email
Jan 12, 2005
2:48 pm
161
Mea culpa :-) I've found it ! http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odeopg/html/deovrworkingwithmicrosoftexcelobjects.asp Fabrizio ...
Avv. Fabrizio Cesare
fadrianoc
Offline Send Email
Jan 13, 2005
1:22 pm
Messages 132 - 161 of 3191   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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