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 2595 - 2626 of 3191   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2595
Hello, I try to open a project of mine with nsbasic desktop and get this error "file not found or serial number not entered". I am a registered user and I have...
salvadorvidalromero
salvadorvida...
Offline Send Email
Jun 8, 2008
8:15 pm
2596
Try renaming the programName.nsp file to something else, then opening the project again....
George Henne
ghenne
Offline Send Email
Jun 9, 2008
7:59 am
2597
Thank you George, nowit works just fine!!. Regards ... opening ... get...
salvadorvidalromero
salvadorvida...
Offline Send Email
Jun 10, 2008
4:46 pm
2598
Hi Everyone, I came across a problem with VBScript that affects NS Basic/Desktop programs. The problem occurs when you are working with large numbers (long...
tomnew2003
Offline Send Email
Jun 11, 2008
6:40 am
2599
This doesn't surprise me. Most languages I have worked with have quirks like these at the extreme edges. Eric Lippert's blog is fascinating reading for anyone...
George Henne
ghenne
Offline Send Email
Jun 11, 2008
8:03 am
2602
How do I keep the MAIN window from flashing at EOJ . This is for a formless program. _____ I am using the free version of SPAMfighter for private users. It has...
Fred Tonetti
fctonetti
Offline Send Email
Jun 21, 2008
1:42 pm
2603
Hi, I've a form with 2 columns of checkboxes. I'd like to tab down the first column and then down the second. What happens instead is, it tabs from left to...
ralfpuppe
Offline Send Email
Jun 23, 2008
6:28 am
2604
Forum dead ? _____ From: nsbasic-desktop@yahoogroups.com [mailto:nsbasic-desktop@yahoogroups.com] On Behalf Of Fred Tonetti Sent: Saturday, June 21, 2008 9:44...
Fred Tonetti
fctonetti
Offline Send Email
Jun 24, 2008
2:00 pm
2605
Tabs are something that we are working on. It's supposed to tab in order of the objects on the form. If you right click on the form in Project Explorer, you...
George Henne
ghenne
Offline Send Email
Jun 24, 2008
3:14 pm
2606
No - I think that no one has a perfect way to do this right now....
George Henne
ghenne
Offline Send Email
Jun 24, 2008
3:14 pm
2607
George Henne NS BASIC Corporation http://www.nsbasic.com...
George Henne
ghenne
Offline Send Email
Jun 24, 2008
3:26 pm
2608
Test is working Bob From: nsbasic-desktop@yahoogroups.com [mailto:nsbasic-desktop@yahoogroups.com] On Behalf Of George Henne Sent: Tuesday, June 24, 2008 11:26...
Bob Katayama
banffbears2006
Offline Send Email
Jun 24, 2008
3:31 pm
2609
George, I'll tell you one way to do this . That is to NOT use the Bye verb . programs falling out of the bottom will not flash the MAIN window like this . That...
Fred Tonetti
fctonetti
Offline Send Email
Jun 24, 2008
6:24 pm
2610
Hi everyone, I am relatively new to desktop programming although I have had some exposure to NSB Palm. I would like some advice on the best way to create...
mjlkritz
Offline Send Email
Jun 25, 2008
10:48 am
2611
Hi George, would it help, if I send you the source? Regards Ralf ... order ... Project ... tabs...
ralfpuppe
Offline Send Email
Jun 26, 2008
7:19 am
2612
We are aware of these issues. The Code Window prefs cannot be fixed until we use a new control for the code window. The current control cannot save these...
George Henne
ghenne
Offline Send Email
Jun 26, 2008
10:20 am
2613
Yes, I'll be happy to have a look at it....
George Henne
ghenne
Offline Send Email
Jun 26, 2008
10:20 am
2614
hello, this should be really easy, but I can't find any info that I can get to work. All I want to do is create a text file, write lines of text to it, and...
stewartmayer
Offline Send Email
Jun 28, 2008
5:42 pm
2615
Try this: AddObject "filesystem" AddObject "file", "file" file.Open "\My Documents\My File.txt", 2 '2=fsModeOutput file.LinePrint "Hello, world!" file.Close ...
James Hesch
jkhesch
Offline Send Email
Jun 28, 2008
9:30 pm
2616
Hi, thank you for the prompt reply. I stuck your code in it's own subroutine to test out, but unfortunately when I run the program it crashes saying...
stewartmayer
Offline Send Email
Jun 28, 2008
11:01 pm
2617
Hi, Here is a subroutine that I use in all of my projects for writing to a text file. I have not tried this code on Windows CE yet but it is "production" code...
cedarlakebuzzards
cedarlakebuz...
Offline Send Email
Jun 29, 2008
10:01 am
2618
Hey, I got that to work! Thanks. When it opens up a previous text file, the data is overwritten, is there way just to append the file? Thanks. ... lines ... ...
stewartmayer
Offline Send Email
Jun 29, 2008
4:03 pm
2619
anyone know if it is possible to copy a string of text to the Windows Clipboard? I'd want to do this in a loop to make it accessible to other programs such as...
stewartmayer
Offline Send Email
Jun 29, 2008
4:04 pm
2620
Hello all Using nsbasic Deskyop 3.0.4 on Vista I have searched here and the nsbasic website and tried everything I could find I click on project in the IDE and...
briman_27@...
briman_27
Online Now Send Email
Jun 29, 2008
5:59 pm
2621
Hi How does one create a toolbar in NSB Desktop for use with an application that is being developed? L...
mjlkritz
Offline Send Email
Jun 30, 2008
1:16 pm
2622
Sure - use the POS function to postion to the end of the file after opening it....
George Henne
ghenne
Offline Send Email
Jun 30, 2008
7:06 pm
2623
Have a look at the ClipText function in the API control: <http://www.nsbasic.com/ce/info/technotes/TN16.htm#api> George Henne NS BASIC Corporation ...
George Henne
ghenne
Offline Send Email
Jun 30, 2008
7:08 pm
2624
What is the exact string you are putting into the Icon field?...
George Henne
ghenne
Offline Send Email
Jun 30, 2008
7:08 pm
2625
George,   Ive tried C:\thisdirectory\myicon.gif  (also tried jpeg,png) Ive tried a relative path also instead of an absolute path   Just always gives me the...
brian smith
briman_27
Online Now Send Email
Jul 1, 2008
12:27 am
2626
Try something.ico _____ From: nsbasic-desktop@yahoogroups.com [mailto:nsbasic-desktop@yahoogroups.com] On Behalf Of brian smith Sent: Monday, June 30, 2008...
Fred Tonetti
fctonetti
Offline Send Email
Jul 1, 2008
5:05 am
Messages 2595 - 2626 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