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...
Show off your group to the world. Share a photo of your group with us.

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 541 - 573 of 3191   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
541
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...
michael_newett
Offline Send Email
Jul 1, 2005
11:31 am
542
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...
George Henne
ghenne
Offline Send Email
Jul 4, 2005
8:36 pm
546
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 ...
Jose Adell
jose_adell
Offline Send Email
Jul 9, 2005
8:26 am
547
... 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...
John Carter
johnecarter
Offline Send Email
Jul 9, 2005
2:55 pm
548
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...
handojo_goenadi
Offline Send Email
Jul 12, 2005
2:52 pm
549
CLS and Color I know. I'm not sure how Locate ties into DOS text mode. Can you explain a bit more what you are trying to do?...
George Henne
ghenne
Offline Send Email
Jul 12, 2005
3:07 pm
550
... 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...
John Carter
johnecarter
Offline Send Email
Jul 12, 2005
3:58 pm
551
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...
Handojo Goenadi
handojo_goenadi
Offline Send Email
Jul 12, 2005
4:46 pm
552
... 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...
John Carter
johnecarter
Offline Send Email
Jul 12, 2005
9:56 pm
553
... also access the ... build an NSB ... dialup. ... Dear Sir, I want to hear more about your idea (winsock). Thanks...
Handojo Goenadi
handojo_goenadi
Offline Send Email
Jul 13, 2005
2:47 am
554
... 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...
John Carter
johnecarter
Offline Send Email
Jul 13, 2005
3:00 am
555
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...
Styskul
Offline Send Email
Jul 16, 2005
8:06 pm
556
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...
Styskul
Offline Send Email
Jul 16, 2005
8:27 pm
557
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...
George Henne
ghenne
Offline Send Email
Jul 16, 2005
8:41 pm
558
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...
Eric Pankoke
Styskul
Offline Send Email
Jul 16, 2005
9:58 pm
559
No, there isn't. The desktop version appears to be a recompile of the device code....
George Henne
ghenne
Offline Send Email
Jul 16, 2005
10:21 pm
560
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...
Eric Pankoke
Styskul
Offline Send Email
Jul 16, 2005
10:26 pm
561
It comes out OK for me here. Can you send me your sample?...
George Henne
ghenne
Offline Send Email
Jul 16, 2005
10:39 pm
562
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...
Eric Pankoke
Styskul
Offline Send Email
Jul 17, 2005
10:03 pm
563
Should the following work: strName = "Tile01" AddObject "S309.PictureBox.2.8", strName, intX, intY, 60, 60, frmMain strSub = "Sub " + strName + "_Click()" +...
Styskul
Offline Send Email
Jul 18, 2005
10:05 pm
564
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...
Eric Pankoke
Styskul
Offline Send Email
Jul 19, 2005
3:18 am
565
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"...
shicks2001au
Offline Send Email
Jul 21, 2005
6:35 am
566
Can you actually post your project to the files section? I tried this: On Error Resume Next Dim wmiServices ' WMI services object Set wmiServices...
Eric Pankoke
Styskul
Offline Send Email
Jul 21, 2005
12:04 pm
567
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...
shicks2001au
Offline Send Email
Jul 22, 2005
1:27 am
568
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...
Styskul
Offline Send Email
Jul 22, 2005
3:23 am
569
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
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...
shicks2001au
Offline Send Email
Jul 25, 2005
4:18 am
571
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...
richardianstone
Offline Send Email
Jul 26, 2005
9:35 am
572
Thanks for sharing this!...
George Henne
ghenne
Offline Send Email
Jul 26, 2005
10:14 am
573
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...
George Henne
ghenne
Offline Send Email
Jul 26, 2005
10:14 am
Messages 541 - 573 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