I want to display a graph using picturebox. I have the following questions:- 1) is the picture accepted only in BMG and 256 colors? 2) If I copy the file to...
I'm not sure about the limitations of PictureBox in terms of image criteria, but I do know that the images will be separate from the executable, so you will...
Is there anyone who will volunteer to help me create an install package for an application that I MUST release today? The application is complete but I am...
Have a look at NICKELLIE.ncrypt. Here is list of ActiveX controls that work with NS Basic/CE. It's a good place to start when you are looking for this kind of...
Are you saying the control shows up when you look at the running program using Virtual CE, but not on the actual device? Try making a short program with just a...
No, I am saying that it shows up on the device as well, and worked perfectly (both on the Virtual CE and the device itself (whether or not the device was...
We don't have any other reports of this, so I'd like to determine if the problem lies in NS Basic or whether it could be something in your program. That's the...
Hey, this BBS is pretty handy - could have used it before! Here's the test program: Sub Form1_Load listbox1.clear listbox1.additem "one" listbox1.additem "two"...
What I just said is not quite true - the name imbedded in the frame for the test program is the name of the form, in this case "Form1" - and this may be...
Ditto for this (listbox.show added): Sub Form1_Load listbox1.clear listbox1.additem "one" listbox1.additem "two" listbox1.show listbox1.setfocus End Sub ... ...
George, here's the entire test program, saved as Text, in case it may help: Sub Form1_Load listbox1.clear listbox1.additem "one" listbox1.additem "two" ...
I gave you erroneous info about what appears on my real program -- it IS ALSO the name of the form shown in the displayed frame (there is NO indication of the...
Jerry, I don't know if this means anything, but I've run your program on my Dell Axim, and the listbox shows and the items are present. Bruce ... it ... is ......
hmmm. Thanks Bruce. Seems pretty strange to me. I thought that perhaps there was something that I wasn't installing, since this is my first effort with NSBasic...
I'm sure you probably tried it, but I'll mention it anyway. There have been instances where a particular object went "berserk" on me and I simply deleted the...
I download the window CE Pocket PC Version of "S309PictureBox" to my PC. Then, I press "S309PictureBox_PocketPC.exe" and installed sucessfully to my Pocket PC...
Hi Vincent, Start-> Press Enter hard button and in the same time tap and hold the clock in your pda screen (usually top right) then... Run -> a menu appears...
This is either getting weirder by the minute, or (I hope to someone) simpler. I placed several other controls on the form for my little test program (command...
I have a general question concerning the architecture of how AddObject works in terms of Memory, Reuse and Destroy or Removing the object. The reason for these...
Hi Jerry! I must say, that I have the same problem like you. I've download the trial version of NS Basic/CE for a few days. When I create a standard project, I...
Have you attempted to load and run any of the sample programs? This would at least determine if there is something in your program that is causing the error. ...
Stefan, First of all, the error message you're getting from the IDE is due to attempting to run the program as a .txt file. You'll need to save as an .nsb...
The property to resize a column or columns is ColWidth. The size is done in twips so you have to use a fairly large number to see any difference at all. Below...
I agree with Bruce. If you want to post a non-working sample in the file section of the forum, one or more of us would be happy to look at it. If you prefer...
Actually, OCX files do need to be registered, because there is information stored in the registry for an OCX file that tells Windows what to do with it (don't...