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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 2872 - 2906 of 3191   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2872
I have a program that is reading numbers from text strings. The strings use the American version of a decimal point (123.45), but due to the Windows regional...
sailvalis
Offline Send Email
Mar 4, 2009
2:21 am
2873
Hello Paul, if the numbers contain just the decimal point and no commas as separators between thousands, you could use "REPLACE" to convert the strings: number...
Thomas Gruber
computerhusky
Offline Send Email
Mar 4, 2009
10:47 am
2875
There is a new Tech Note on using Flash from NS Basic. This control can be used to add high quality multimedia to an NS Basic application e.g. games text...
George Henne
ghenne
Offline Send Email
Mar 10, 2009
4:56 pm
2877
hello, i'm trying to use the NewObjects FileSystem control to list the contents of a directory and can't seem to figure it out. To summarize, i've got: ...
stewartmayer
Offline Send Email
Mar 18, 2009
3:15 pm
2878
I'm using NSCEpicturebox to load large jpg images and resize them to the frame size for viewing. I've set the color depth to 24 bits, but the picturebox is...
stewartmayer
Offline Send Email
Mar 26, 2009
10:54 am
2879
got it, there is a .name property in the newobjects documentation. Set Dir = File.OpenDirectory(DirectoryNameString) Counter=0 For Each i In Dir.Contents ...
stewartmayer
Offline Send Email
Mar 26, 2009
10:57 am
2880
I just had a quick look at the source code. There isn't anything easy we can do from our end about this. Any chance you can fix the image beforehand?...
George Henne
ghenne
Offline Send Email
Mar 26, 2009
1:18 pm
2881
I'm not sure what you mean by fix the image, the jpg images don't have any problems with other viewing programs. do you know of any active X plugins that read...
stewartmayer
Offline Send Email
Mar 26, 2009
3:05 pm
2882
Is there any chance you can have the jpg images already the right size, so you don't have to resize them on the fly? ... beforehand?...
George Henne
ghenne
Offline Send Email
Mar 26, 2009
3:24 pm
2883
unfortunately no, they are straight out of the digital camera. I do a lot of digital photography for stop motion video, but the images are interleaved and...
stewartmayer
Offline Send Email
Mar 26, 2009
3:55 pm
2884
NSCEpictureBox1.ImageBitsPerPixel=24 NSCEpictureBox1.ImageLoadBitsPerPixel=24 seems to have no effect. even when set to any of the other bit depth values...
stewartmayer
Offline Send Email
Mar 26, 2009
4:09 pm
2885
Dear Friends Until today I work with NSBasic PALM and DESKTOP in a computer with Windows XP. Now I am migrating all my jobs for a new computer with Windows...
Joel G. Silva
jjoelgomes
Offline Send Email
Mar 26, 2009
5:08 pm
2886
If you are using the current version of NS Basic, you should be fine on Vista. If you have an older version, it is recommended that you upgrade....
George Henne
ghenne
Offline Send Email
Mar 26, 2009
5:14 pm
2887
Would it be possible to use a separate tool to create the resized images? I know that PolyView can be configured to create a copy of an image in the size...
John Carter
johnecarter
Offline Send Email
Mar 27, 2009
4:25 pm
2888
I can't get the mousedown event to fire with the NSCE Picturebox when clicking the *right* button. It works fine with the normal left button, and mousedown as...
Elliott
sailvalis
Offline Send Email
Apr 2, 2009
8:27 am
2889
NS Basic/Desktop 4.0 Beta 1 is now available for download. Here is a list of what is new and has been changed: 1. Gradient Button object added. (see ReadMe) 2....
George Henne
ghenne
Offline Send Email
Apr 16, 2009
3:20 pm
2890
Hi, I want to install an nsb program on a users pc, but it gives an error that nsbcomdlg cannot be found. On the pocket pc there are cab files to install such...
Andrew Thomas
andrewmarkth...
Offline Send Email
Apr 19, 2009
5:33 pm
2891
Hi If you are using an windows installer, you need to add an entry for nsbcomflg.dll to your install script. For example, if you are using the INNO SETUP...
cedarlakebuzzards
cedarlakebuz...
Offline Send Email
Apr 20, 2009
7:00 am
2892
... nsbcomdlg.dll to your install script. For example, if you are using the INNO SETUP COMPILER, you need to add something like this to your [FILES] ... Ed...
cedarlakebuzzards
cedarlakebuz...
Offline Send Email
Apr 20, 2009
7:07 am
2893
Dear Ed, Thank you very much for the response. I'm not using an installer, and haven't needed to do this before, so I wondered if you would mind giving me a...
Andrew Thomas
andrewmarkth...
Offline Send Email
Apr 20, 2009
11:16 pm
2894
From the command line, use Regsvr32 nsbcomdlg.dll. Or, from within NS Basic, ShellExecute "open","regsvr32","nsbcomdlg.dll"...
George Henne
ghenne
Offline Send Email
Apr 22, 2009
1:46 pm
2897
Hi I have a project that gets the following error message when it is opened: Error Loading Project 91: Object Variable or With Block Variable Not Set There are...
cedarlakebuzzards
cedarlakebuz...
Offline Send Email
Apr 24, 2009
7:00 am
2898
... Sorry about the delay but I see George beat me to the answer. Ed...
cedarlakebuzzards
cedarlakebuz...
Offline Send Email
Apr 24, 2009
7:14 am
2900
Could you send the project to support@...? We'd like to have a look at it! George Henne NS BASIC Corporation http://www.nsbasic.com...
George Henne
ghenne
Offline Send Email
Apr 24, 2009
1:53 pm
2901
You are trying to use an object that hasn't been created yet. Save the project as a text file and look at the data. Look at your code and see where you might...
Tim Markoski
tmarkoski1122
Offline Send Email
Apr 24, 2009
5:26 pm
2902
The error happens as the project is being loaded, so it's not clear that this is what is going on. ... variable....
George Henne
ghenne
Offline Send Email
Apr 24, 2009
7:51 pm
2903
In your program, you have added the ListView control as an object on your Report Form. Tech Note 12 says "IMPORTANT: The NSListView object does not currently...
George Henne
ghenne
Offline Send Email
Apr 25, 2009
10:08 am
2904
... 232, ... ...snip... Thanks George. I read the tech note but spaced out. I moved the addobject like you suggested and it worked - the forms and the...
cedarlakebuzzards
cedarlakebuz...
Offline Send Email
Apr 25, 2009
11:32 am
2905
Dear George and Ed, Thank you very much for the help. I now have the common dialogs installed and working fine. I also found that the NSB register.bat file...
Andrew Thomas
andrewmarkth...
Offline Send Email
Apr 26, 2009
11:09 pm
2906
hi all, i wish to write a key-based input game, i figure out code below but it doesn't seem to work. or does nsbasic/desktop allows keyboard input? ... Sub...
tst_sg
Offline Send Email
Apr 28, 2009
5:29 pm
Messages 2872 - 2906 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