Thanks for help as always guys. Styskul - I'm gonna post a question here that even you cant answer one day!! So, all the problem was, I used: Addobject...
We've just posted NS Basic/Desktop 1.2.2. to the ftp site. It's at the same URL as the previous version, with the same password. Let me know if you have any...
Hi all, I try to use a different TTF font (Webdings) to have some symbols in some buttons and even when font is installed I cannot get that symbols in running ...
... in some ... in running ... even the ... installed. ... Some fonts I tried work on the buttons (Arial, Symbol, Comic Sans MS) but the Webdings and Wingdings...
I want to write DOS text mode program. Some command I need is: 1. Cls 2. Locate <y>,<x> 3. Color <forground color>, <background color> Can I write DOS text...
... You can *run* DOS programs from NSB Desktop, but it is *not* a replacement for QBasic/GWBasic. NSB Desktop does not have the DOS BASIC Locate and similar...
NSBasic-desktop work well with Oracle database. I want to create interactive DOS program. The application is Datawarehouse report. I want to access my program...
... interactive DOS program. The application is Datawarehouse report. I want to access my program using telnet (I use Windows telnet server). I do not create...
... NSB Desktop has a Winsock sample. Look in the Samples directory. The example uses port 80 to get a Web page, but you could use port 25 to connect to the...
I was trying to write a program that would dynamically create 17 instances of the PictureBox control on my form, and after it had created the second one, I...
Still haven't figured this out, though it doesn't seem to be that big of an issue. However, I'm getting something else that seems to be really wierd: For...
I checked the source. The only timeout is in 2999 AD, probably far enough away for now. :-) This control was developed by Terry Myhrer, the same guy who did...
Is there any information / samples directly related to the desktop version, as opposed to the pages at www.nsbasic.com/s309/ that seem to be devoted...
There's definitely a problem, and it as easy to reproduce as the following: 1. Create a new project 2. Add a S309PictureBox control using AddObject 3. Set the...
I'm not sure if anyone ever responded to this, but I've been playing quite a bit with the S309PictureBox control this weekend (as you might have seen from some...
The "Control Expired" issue seems to be a Windows XP thing. It worked just fine at work, where I have a Windows 2000 machine, but here at home, Where I'm...
I can use the winmgmts objects in VBscript from a command line but do not seem to get them in NSBasic/Desktop The (full) code below returns a "Type mismatch"...
I have uploaded my project file to the Files area Mailbox-sizes.nsd Project to return mailbox details from an Exchange server-incomplete Cheers, Stephen Hicks...
Change your "Sub Main" to a "Sub Report_Load". I'm not sure where the bug is occuring, but it's not actually in the GetObject statement. It's almost as if...
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...
Jul 25, 2005 4:11 am
570
I have solved the issue in accessing winmgmts; it was a matter of where the variables used were declared. I have posted a working project in the Files area. If...
I have been developing a program with NSB/CE with the intention of producing a desktop version using NSB/Desktop. The program works as expected on a PPC. I...
The intent is to have the two versions work as closely as possible. That being said, NS Basic does rely heavily on what is in the OS, and Windows on the...