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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 637 - 666 of 3191   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
637
Hello friends: I am new in NS Basic programming and need to know how to insert and compile an icon in my project. Sincerely, Psaborio...
psaborio1
Offline Send Email
Sep 3, 2005
7:10 am
638
There isn't any way to do this yet. It's high one our list of things to do. It should be possible to use a resource editor to modify the icon of the .exe file...
George Henne
ghenne
Offline Send Email
Sep 3, 2005
9:13 am
639
Note: forwarded message attached. ____________________________________________________ Start your day with Yahoo! - make it your home page ...
Kathy S
kathy_tn83
Offline Send Email
Sep 3, 2005
11:40 am
640
Thanks ... the job. ... address, they ... [mailto:nsbasic-desktop@yahoogroups.com] ... 26/08/2005...
kshetarpal
Offline Send Email
Sep 4, 2005
7:45 pm
641
Note: forwarded message attached. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection...
Kathy S
kathy_tn83
Offline Send Email
Sep 7, 2005
9:54 am
642
I have the following code for a listbox: Sub Form1_Load listbox1.sorted = False ListBox1.AddItem "Less " ListBox1.AddItem "More " ListBox1.AddItem "Max " End...
kshetarpal
Offline Send Email
Sep 9, 2005
4:22 am
643
If not already done, set the ExpandedHeight property to something like 60....
Styskul
Offline Send Email
Sep 9, 2005
4:33 am
644
Is your Listbox large enough to show all 3 items? If it is, no scrollbar shows since none is needed....
George Henne
ghenne
Offline Send Email
Sep 9, 2005
9:23 am
645
How can i know wich are the ocx's included in an Nsbasic/Desktop IDE ? If i look at ocx just appear the ones i've added, not the standard ones. Thanks...
gibertfernando
Offline Send Email
Sep 9, 2005
9:23 am
646
Can you explain a bit more what you mean?...
George Henne
ghenne
Offline Send Email
Sep 9, 2005
10:19 am
647
The real case: I'm trying to know classes, methods, events , properties from MSWinsock.Winsock and from any other included in the activex control like...
Fernando Gibert
gibertfernando
Offline Send Email
Sep 9, 2005
10:32 am
648
I apologize for this answer. I was in the middle of a few things and not really paying attention to the question. I thought you were asking about a combo...
Styskul
Offline Send Email
Sep 9, 2005
1:36 pm
649
The final object of my tests is to be able to use bluetooth palm program ( from jochen hammer.germany ) and desktop together . so i wish to find the events...
Fernando Gibert
gibertfernando
Offline Send Email
Sep 9, 2005
2:26 pm
650
The Microsoft Winsock control has some licensing restrictions. See 3.1 in this Tech Note: <http://www.nsbasic.com/desktop/info/technotes/TN02.htm> But if you...
George Henne
ghenne
Offline Send Email
Sep 9, 2005
7:47 pm
651
Thanks,...
kshetarpal
Offline Send Email
Sep 10, 2005
5:50 pm
652
Note: forwarded message attached. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection...
Kathy S
kathy_tn83
Offline Send Email
Sep 11, 2005
10:20 am
653
I downloaded franson serialtools, but there is not a sample about bluetooth. could you show me a sample to open a virtual bluetooth port, how arrivals are...
gibertfernando
Offline Send Email
Sep 11, 2005
4:02 pm
654
Have you checked with Franson?...
George Henne
ghenne
Offline Send Email
Sep 12, 2005
1:06 pm
655
I've sent them a msg not yet answered. ... From: "George Henne" <gh@...> To: "Nsbasic Desktop" <nsbasic-desktop@yahoogroups.com> Sent: Monday,...
Fernando Gibert
gibertfernando
Offline Send Email
Sep 12, 2005
1:29 pm
656
The following shows how to use Franson serial tools for transmitting data via a com port (serial data cable or bluetooth) - The only difference is the ComPort...
michael_newett
Offline Send Email
Sep 13, 2005
11:02 am
657
Thanks alot Mike, I'll try it and report you over results. fernando ... From: "michael_newett" <michael_newett@...> To:...
Fernando Gibert
gibertfernando
Offline Send Email
Sep 13, 2005
1:34 pm
658
Note: forwarded message attached. __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com ... Date: Sep 8, 2005...
Kathy S
kathy_tn83
Offline Send Email
Sep 14, 2005
11:14 am
659
How do I write code for the following: I am writing a program to implement a registration code that does the following : 1. Write the registration code(if it...
kshetarpal
Offline Send Email
Sep 15, 2005
1:48 am
660
Note: forwarded message attached. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection...
Kathy S
kathy_tn83
Offline Send Email
Sep 17, 2005
6:53 am
661
... the ... say ... starts ... generate ... Try this link: http://msdn.microsoft.com/library/default.asp?url=/library/en- ...
John Carter
johnecarter
Offline Send Email
Sep 24, 2005
5:29 pm
662
Thanks, I will give it a try....
kshetarpal
Offline Send Email
Sep 25, 2005
4:15 pm
663
Hello, Im trying to design small routine that will convert a given string into a byte array. Here is what I have so far but its not working... anyone with...
jonathan_teletype
jonathan_tel...
Offline Send Email
Sep 27, 2005
8:12 pm
664
I think you'd want to do: For i = 0 to arySize - 1 ARY(i) = Asc(Mid(DIRC, i + 1, 1)) Next...
Styskul
Offline Send Email
Sep 27, 2005
8:25 pm
665
Hello, I trid this as per your msg but it still crashes saying type mismatch, here is my code: Note this is my entire code! MsgBox "hello" Dim DIRC Dim ArySize...
jonathan_teletype
jonathan_tel...
Offline Send Email
Sep 27, 2005
8:34 pm
666
You didn't DIM the ARY as an array, so it is just a simple variant....
George Henne
ghenne
Offline Send Email
Sep 27, 2005
8:39 pm
Messages 637 - 666 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