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...
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...
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...
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: ...
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...
got it, there is a .name property in the newobjects documentation. Set Dir = File.OpenDirectory(DirectoryNameString) Counter=0 For Each i In Dir.Contents ...
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?...
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...
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...
NSCEpictureBox1.ImageBitsPerPixel=24 NSCEpictureBox1.ImageLoadBitsPerPixel=24 seems to have no effect. even when set to any of the other bit depth values...
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...
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...
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...
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....
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...
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...
... 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...
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...
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...
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...
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...
... 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...
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...
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...