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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 15295 - 15324 of 20557   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
15295
What kind of object do you have a _Change event for? What are you doing with conversions that does not work?...
George Henne
ghenne
Offline Send Email
Sep 1, 2006
7:12 am
15296
I have Psion WorkAbout PRO with WinCE 4.2. MsgBox is no modal window. In help at MsgBOX: application interface is disabled until user responds to dialog box. ...
arbuz_y
Offline Send Email
Sep 1, 2006
10:42 am
15297
... the ... In the Text Box, the program i think that is the run time or AxPack?? What run-time or Axpacki i use for the Pocket pc Second Edition!...
raphaelsaccomani
raphaelsacco...
Offline Send Email
Sep 1, 2006
11:17 am
15298
Best Way To Go UK. Study With Part Time Jobs Gaurantee. Open this ... <http://www.hpgroups.com/studyUK.asp> Free Registration. Admission in UK...
study_in_abroad
Offline Send Email
Sep 1, 2006
12:43 pm
15299
Problem is on Windows Mobile 2003 SE too. NSBasic 6.5.3 has bug. There is in NsBasic 5.1.2 correctly. George: fix this bug! ... I ... 21, ... 21,...
arbuz_y
Offline Send Email
Sep 1, 2006
1:05 pm
15300
Hello, I don't see any bug in this. A messagebox is always modal. The helpfile says: Constant Value Description: vbApplicationModal (0) = Application interface...
rbsoft42
Offline Send Email
Sep 1, 2006
1:45 pm
15301
What is advertising doing in here? ... this...
rbsoft42
Offline Send Email
Sep 1, 2006
1:46 pm
15302
It's not an appropriate use of the forum. What spammers are doing is circumventing the Yahoo! Groups sign up procedure somehow. We don't have any control of it...
George Henne
ghenne
Offline Send Email
Sep 1, 2006
2:37 pm
15303
I've been experimenting recently with graphics under NSbasic 6.5.3b on my older model H/PC (a MobilePro 780) and was wondering if anyone had any suggestions...
drovar
Offline Send Email
Sep 1, 2006
4:02 pm
15304
I'm using 6.5.3 and the project is something converted using eVB2NSB. The combobox issues are solved, so the listbox is all I'm missing. ... be 6.5.3....
handygenedoc
Offline Send Email
Sep 2, 2006
11:15 am
15305
I am still feeling my way around epocketsetup and here is something I found that may be useful to others. I like to use the "compiled", exe version of the NSB...
tim_ieee
Online Now Send Email
Sep 2, 2006
12:27 pm
15306
After rereading the PictureBox documentation I found a partial solution to my question. You can pass the X, Y coordinates of an image by using the OverlayTop,...
drovar
Offline Send Email
Sep 2, 2006
1:16 pm
15307
I have been playing around with different methods of installing runtimes,CAB files etc, with epocketsetup express for NSB. The strange thing about epocket...
tim_ieee
Online Now Send Email
Sep 2, 2006
2:50 pm
15308
Which OS are you using? I'm having problems with MS Vista (beta) resetting ~.ini values or ignoring changes on reboot. Karl...
Karl Roebling
karl_roebling
Offline Send Email
Sep 2, 2006
3:11 pm
15309
Have you tried out the s309Picturebox.ocx? You can find it here: http://www.nsbasic.com/s309/PictureBox/ Looks very promising, just found it today. I have not...
rbsoft42
Offline Send Email
Sep 2, 2006
3:31 pm
15310
I experienced exactly the same problem. After trying different setup programs I stayed with Microsofts good old cabwizard / Makecab combo. It always works...
rbsoft42
Offline Send Email
Sep 2, 2006
3:31 pm
15311
Karl, XP Pro, service pack 2 & all the latest automatic updates. Robert ... resetting...
Robert Slack
robertmslack
Offline Send Email
Sep 2, 2006
4:56 pm
15312
Rolf, ezsetup works ok, and you can choose what platform (wm5 etc) under the NSB tab ,but this window seems to do nothing whatsoever and does not even show the...
tim_ieee
Online Now Send Email
Sep 2, 2006
5:01 pm
15313
I have been running a serial communication package using the MS Comm control for a while. I decided to add a periodic call to the SystemIdleTimerReset to...
tim_ieee
Online Now Send Email
Sep 2, 2006
5:17 pm
15314
Yes, actually from what I understand the current NSBPictureBox control is an integrated version of the s309 PictureBox, they're the same thing. Someone please...
drovar
Offline Send Email
Sep 3, 2006
5:12 am
15315
That's correct. NSBCEPictureBox obsoletes S309PictureBox (which is no longer supported)...
George Henne
ghenne
Offline Send Email
Sep 3, 2006
11:15 am
15316
There is a bug in the TextBox change event in the latest build. We are working on the fix now....
George Henne
ghenne
Offline Send Email
Sep 3, 2006
2:38 pm
15317
I suspect the bug is something in NS Basic/CE. We'll try to reproduce it here: if we can, we can fix it. The OS should not make a difference. We haven't tested...
George Henne
ghenne
Offline Send Email
Sep 3, 2006
2:39 pm
15318
Are you setting the height of the listbox to its expanded size?...
George Henne
ghenne
Offline Send Email
Sep 3, 2006
2:40 pm
15319
Could you send me the shortest program you can that reproduces this?...
George Henne
ghenne
Offline Send Email
Sep 3, 2006
2:44 pm
15320
Figured it out. I needed to label the intial Form_Load PictureBox so the DIM SelectCase would work and the PictureBox would display a MsgBox when initally...
g_delanghe
Offline Send Email
Sep 3, 2006
3:42 pm
15321
Just realized I could upload my demo project into files. It's there as PictureBoxTest.zip George...
George
g_delanghe
Offline Send Email
Sep 3, 2006
3:48 pm
15322
Couldn't find any examples of ListBox. I'm looking to list images to display in a PictureBox, then I can click on the PictureBox for information on the image. ...
g_delanghe
Offline Send Email
Sep 3, 2006
5:53 pm
15323
George, I will send something when I have done a little more investigation and have a *small* version that crashes. My application runs about 1000+ lines of...
tim_ieee
Online Now Send Email
Sep 3, 2006
11:08 pm
15324
Has anyone had any luck successfully using Franson GpsTools. I have been trying to get it to work with NSBasic but find I can only add a few of the objects...
Geoff Parish
atiaust
Offline Send Email
Sep 4, 2006
4:46 am
Messages 15295 - 15324 of 20557   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