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...
Support is through the serial protocols. Bob ... From: "wcummings50" <wcummings50@...> To: <nsbasic-desktop@yahoogroups.com> Sent: Sunday, January 02,...
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...
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...
... 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 ...
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 "...
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, ... 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...
... 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...
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...
... 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, 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...
... 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, ... 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 ...
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....
... copyright, ... Fabrizio- For simplified Dialgoue usage within NSBasic/Desktop you should check out the CommonDialogue#2 example from the files section of...
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...
Tim, ... It's really a GREAT news ! ... Adding what Bob suggests ... it would be interesting if you could cover also (managing database) compression and...
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...
Mea culpa :-) I've found it ! http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odeopg/html/deovrworkingwithmicrosoftexcelobjects.asp Fabrizio ...