Hello, How can I read Gadget Field from a Palm Database ?. I have been using PalmDB, but I do not know how to read a signature or image and present it in the...
Over in the Palm group, there is an exe called sig2bmp.exe that converts signatures to bitmaps, which is what most people do. Otherwise, the layout of the...
We're pleased to announce the results of the 2007 Programming Contest! <http://www.nsbasic.com/palm/PR/pr.080115.html> Winners are: NS Basic/CE: Machinist's...
Has anyone seen a memory-leak problem when writing to a textbox? I'm using NsBasic Desktop 2.5, on WindowsXP 2002, Service Pack 2. Here is a simple program...
... using NsBasic Desktop 2.5, on WindowsXP 2002, Service Pack 2. I just installed Desktop ver 3.0.2 and I see the same leakage as before. Advice? Thanks! ...
What you describe is not a "memory leak" - it's just memory being *used*. A memory leak is memory that is not returned when a program ends. That does not...
... John, thanks for the reply, but I think this is indeed a leak, or broken garbage collection. In my example the data is being written to the same variable ...
... Yes, the same behavior. I've been trying all sorts of weird stuff: setting textbox.text to "" in-between assignments, assigning SomeVariable's value...
OK, I discovered something interesting: When I have consumed a bunch of memory if I stop writing to the textbox, then the used memory remains used (as I...
NS Basic/Desktop 3.0.3 is now available. It features some bug fixes, adds a couple of new samples and support for Hebrew. You can download it from the same...
George, I have installed NSBasic Desktop version 3.03 on my Windows VISTA Operating system, and the installation was a smooth as a baby's butt. It works fine, ...
Hello, I've verified the same problem. Two buttons on the same form, with the same code (simple msg box) duplicatd for each,one with an image, the other...
Hi Everyone, I'm having a problem using the Declare statement to call the Windows IPHelper DLL in order to read the machine's network parameters (IP address,...
What If I Could Show You How To Make up to $120 Dollars Per Hour Playing Video Games From Your Home... Would You Be Interested? As a Video Game Tester You...
Hello, is this a new record?: 1.440.260,74 in the NSBasic Benchmark running on an Intel QuadCore CPU 2.4 GHz under ... yes you guessed it: Windows 2000 SP4 in...
We helps more people sell their cars than any other source. When it comes to selling your car, Auto Trader is the obvious choice. Make More Cash An extra...
New user of NS Desktop here. I have previous experience with NSB for Palm and CE, but it's been probably 3 or 4 years since I've done any amateur development...
The beep doesn't come from NS Basic itself - it's built into the MsgBox command that is in VBScript. There's no silencing it. You could get around this by...
Hello, I'm not sure whether the beep can be influenced with an API call; the only simple solution I can see is the Windows sound profile, where you can disable...
Is there a way to detect if the PDA is presently attached to the computer using NSBASIC/Desktop? and automate the transfer of a files to it? Thanks Jay...