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 your group to be featured on the Yahoo! Groups website? 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 1614 - 1643 of 3191   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1614
Hello guys I am new to nsbasic desktop .I would like to learn this language is there a book written for this language. If so how much and where can I get it. ...
Paul Dennis
chemist100_99
Offline Send Email
Aug 2, 2006
6:01 am
1615
Hi Paul, NS Basic/Desktop comes with a 130+ page book which is a good reference manual. Since NS Basic/Desktop uses VBScript as its engine, books on that will...
George Henne
ghenne
Offline Send Email
Aug 2, 2006
10:39 am
1616
Is there a way of detecting when the mouse is over a picbox, and when it has left the picbox? I'm creating custom buttons, and I want the picbox appearance to...
michael_newett
Offline Send Email
Aug 15, 2006
12:52 pm
1617
Hi George, I've noticed that the form maximise button in my compiled apps now works differently on the later builds of NSBASIC. In earlier builds the maximise...
michael_newett
Offline Send Email
Aug 17, 2006
10:39 am
1618
Mike, Are you setting MinWidth, MinHeight, MaxWidth and MaxHeight?...
George Henne
ghenne
Offline Send Email
Aug 18, 2006
9:46 am
1619
I am getting an error on some records when using Palmdb.dll. The error say that "the record has been truncated". I can't seem to solve this... some records are...
cxroh
Offline Send Email
Aug 19, 2006
4:06 am
1620
I'd have a close look at the data you are reading. I think the problem may be there. You might also post this to the Palm board, with some more information ...
George Henne
ghenne
Offline Send Email
Aug 19, 2006
11:30 am
1621
I think I found the answer... and I don't think I like it! The last field in my record is an integer field that is initialized to zero. After hotsync, the...
cxroh
Offline Send Email
Aug 19, 2006
11:11 pm
1622
... it ... GetStringField() expects a null terminated *string*. If you try to read an integer that is zero, GetStringField() sees an empty string (the zero is...
John Carter
johnecarter
Offline Send Email
Aug 20, 2006
12:34 pm
1623
OK, we can put this one to bed. I got lazy and used a getstringfield to read the entire record... which happened to terminate in an integer field. Thanks for...
cxroh
Offline Send Email
Aug 20, 2006
5:24 pm
1624
Cool, I didnt even know these commands existed. That worked perfectly George. Thank you. Mike ... compiled ... is ... of my ... work) ... the ... maximised....
michael_newett
Offline Send Email
Aug 21, 2006
11:09 am
1625
Does the ListBox support any kind of drag events? I'm trying to find a way to Drag items from one position in a listbox to another. Regards Mike...
michael_newett
Offline Send Email
Aug 21, 2006
3:10 pm
1626
Is it possible to set the focus to a specific index for a listbox? Regards Mike...
michael_newett
Offline Send Email
Aug 21, 2006
4:59 pm
1627
Figured out the Listbox focus problem. was doing ListBox1.ListIndex="2" instead of ListBox1.ListIndex=2 Anyone have any ideas about using the mouse to drag...
michael_newett
Offline Send Email
Aug 21, 2006
7:35 pm
1628
Here is the code for creating custom buttons. It demonstrates how to include a costom image, change its appearance on mouse down, mouse up and mouse over...
michael_newett
Offline Send Email
Aug 21, 2006
9:31 pm
1629
Sorry - the listbox does not have a drag event....
George Henne
ghenne
Offline Send Email
Aug 24, 2006
5:06 am
1630
cool! George Henne NS BASIC Corporation http://www.nsbasic.com...
George Henne
ghenne
Offline Send Email
Aug 24, 2006
5:10 am
1631
hi all, i'm trying to add sdigrid.ocx, but when clicking ok nothing is added to toolbar and when retrying again to add ocx the grid one doesn't appear ???...
gibertfernando
Offline Send Email
Aug 25, 2006
8:19 am
1632
hi all, i'm trying to add sdigrid.ocx, but when clicking ok nothing is added to toolbar and when retrying again to add ocx the grid one doesn't appear ???...
gibertfernando
Offline Send Email
Aug 25, 2006
8:25 am
1633
Hi George, this is broke in the latest build (possibly even before). In a nutshell, the code below was a fix to ensure that if the user repositioned a...
michael_newett
Offline Send Email
Aug 25, 2006
2:26 pm
1634
The best way to add it is in your code, using the AddObject statement. It works better than doing it through the IDE....
George Henne
ghenne
Offline Send Email
Aug 26, 2006
5:55 am
1635
Hi Mike, I'll be happy to look at this once I'm back in the office. I'm taking a few days off... George...
George Henne
ghenne
Offline Send Email
Aug 26, 2006
5:58 am
1636
Thanks George ... taking a ... before). ... other ... dragged ... to ... how ... form ... clear ... screen ... crossed ... you ... in ... before ... frmMain. ...
michael_newett
Offline Send Email
Aug 26, 2006
5:52 pm
1637
Hi guys, can anyone tell me the commands to detect when a key is pressed, and which one. Regards Mike...
michael_newett
Offline Send Email
Aug 28, 2006
11:25 pm
1638
I've tried keypress, keyup and keydown with output, form and textbox variations. Can't get any keyevents to work. Anyone got any ideas Regards Mike...
michael_newett
Offline Send Email
Aug 29, 2006
5:52 pm
1639
Mike, Here is a solution to trapping the keypress event in an editable DIV. I sent this to you a little earlier but I thought it would be useful to others....
Picard, Steven C.
j11l13
Offline Send Email
Aug 30, 2006
2:56 pm
1640
NS Basic Programming Contest deadline extended until September 15! ...First prize is a Samsung Q1 Ultra Mobile Computer NS Basic's 7th annual Programming...
George Henne
ghenne
Offline Send Email
Aug 31, 2006
6:34 pm
1641
Can I control what mode a new window opens in (using Desktop)? I'm trying to control akReports with a Desktop program. It's an report-writer activex control...
Wayne Graham
wkgraham7
Offline Send Email
Sep 1, 2006
8:43 pm
1642
Hi George, sorry to be a pain but have you had a chance to look at this yet? Regards Mike ... taking a ... before). ... other ... dragged ... to ... how ... ...
michael_newett
Offline Send Email
Sep 5, 2006
12:03 pm
1643
I passed it on the the programmer working on this section of the code. No results yet......
George Henne
ghenne
Offline Send Email
Sep 5, 2006
8:45 pm
Messages 1614 - 1643 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