Search the web
Sign In
New User? Sign Up
nsbasic-ce · Forum for NS Basic/CE users
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? 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 8449 - 8478 of 20555   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8449
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...
nsbasic_fans
Offline Send Email
Apr 1, 2005
12:32 pm
8450
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...
epankoke@...
Styskul
Offline Send Email
Apr 1, 2005
12:53 pm
8451
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...
matthewbperry
Offline Send Email
Apr 1, 2005
1:13 pm
8452
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...
George Henne
ghenne
Offline Send Email
Apr 1, 2005
3:30 pm
8453
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...
George Henne
ghenne
Offline Send Email
Apr 1, 2005
3:35 pm
8454
Eric's right. The PictureBox is very limited in the types of images it can display. S309PictureBox is much better!...
George Henne
ghenne
Offline Send Email
Apr 1, 2005
3:35 pm
8455
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...
colliergerald
Offline Send Email
Apr 1, 2005
3:53 pm
8456
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...
George Henne
ghenne
Offline Send Email
Apr 1, 2005
4:05 pm
8457
Ok, will do. - thanks ... program ... also ... on the ... with the ... that ... as the ... What ... listbox ... everything from...
colliergerald
Offline Send Email
Apr 1, 2005
4:13 pm
8458
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"...
colliergerald
Offline Send Email
Apr 1, 2005
4:23 pm
8459
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...
colliergerald
Offline Send Email
Apr 1, 2005
4:42 pm
8460
Ditto for this (listbox.show added): Sub Form1_Load listbox1.clear listbox1.additem "one" listbox1.additem "two" listbox1.show listbox1.setfocus End Sub ... ...
colliergerald
Offline Send Email
Apr 1, 2005
4:47 pm
8461
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" ...
colliergerald
Offline Send Email
Apr 1, 2005
4:53 pm
8462
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...
colliergerald
Offline Send Email
Apr 1, 2005
5:03 pm
8463
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 ......
Bruce Conway
doogieman104
Offline Send Email
Apr 2, 2005
1:20 am
8464
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...
colliergerald
Offline Send Email
Apr 2, 2005
4:01 am
8465
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...
Bruce Conway
doogieman104
Offline Send Email
Apr 2, 2005
6:44 am
8466
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...
nsbasic_fans
Offline Send Email
Apr 2, 2005
9:52 am
8467
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...
Jose Adell
jose_adell
Offline Send Email
Apr 2, 2005
10:37 am
8468
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...
colliergerald
Offline Send Email
Apr 2, 2005
1:27 pm
8469
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...
Michael Wilson
bpmrules
Offline Send Email
Apr 2, 2005
1:53 pm
8470
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...
heidrichstefan
Offline Send Email
Apr 2, 2005
3:28 pm
8471
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. ...
Bruce Conway
doogieman104
Offline Send Email
Apr 2, 2005
5:13 pm
8472
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...
Bruce Conway
doogieman104
Offline Send Email
Apr 2, 2005
5:49 pm
8473
Hi: In the Grid control there is any property to re-size a column? Every column have the same size and i need a wider column Best, Alberto...
soyqu_qu
Offline Send Email
Apr 2, 2005
6:29 pm
8474
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...
Michael Wilson
bpmrules
Offline Send Email
Apr 2, 2005
6:40 pm
8475
Hi: Bingo !! Gracias. Alberto...
soyqu_qu
Offline Send Email
Apr 2, 2005
6:59 pm
8476
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...
Eric Pankoke
Styskul
Offline Send Email
Apr 2, 2005
8:36 pm
8477
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...
Eric Pankoke
Styskul
Offline Send Email
Apr 2, 2005
8:51 pm
8478
There is no such thing as On Error Goto Label in VBScript, the underlying language used by NS Basic/CE....
George Henne
ghenne
Offline Send Email
Apr 2, 2005
9:31 pm
Messages 8449 - 8478 of 20555   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