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 18302 - 18331 of 20555   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
18302
I seem to be having a brain overload day. I have a real keyboard and want to trap keys pressed. I am not using any input device such as TextBox, I just want...
enonod
Offline Send Email
Oct 2, 2007
1:58 pm
18303
Do you want to them to go into a textbox? If your focus is set to one, this should happen automatically....
George Henne
ghenne
Offline Send Email
Oct 3, 2007
8:48 pm
18304
... a key. ... Thanks for coming back George, No I want them to be available tobe tested for value to start different events or to be used as choices. One is...
enonod
Offline Send Email
Oct 3, 2007
9:24 pm
18305
... one, ... and ... as ... press ... key ... I haven't tried it, but maybe KeyPreview is the direction to look? From the Help file: KeyPreview Global ...
John Carter
johnecarter
Offline Send Email
Oct 3, 2007
10:08 pm
18306
... Thank you John, It worked perfectly. I couldn't make the leap to 'Output' and what it was. So I couldn't see how to pick up the variable 'key'. Thanks for...
enonod
Offline Send Email
Oct 4, 2007
9:02 am
18307
... I do still have a problem. The first thing in the program is Keypreview=True. Although everything does work, the keyboard output is not recognised if it is...
enonod
Offline Send Email
Oct 4, 2007
4:37 pm
18308
I don't even know if this is a valid method or not, but could you do an Output.Focus as the first line of your program? ... set to ... keyboard ... such ... ...
Styskul
Offline Send Email
Oct 4, 2007
5:02 pm
18309
Thank you Styskul, it sounded like it should solve it but unfortunately no such property. ... whenever I ... alpha ... it into ... which ... keyboard...
enonod
Offline Send Email
Oct 4, 2007
5:41 pm
18310
It is a pity there is no edit for these posts, or I should have waited a few more moments. You must be close to the answer because if I press Tab first and...
enonod
Offline Send Email
Oct 4, 2007
5:45 pm
18311
I guess I must be impetuous, I should have waited even longer. Thank you as always Styskul, the idea was right the method slightly misnamed. Output.setFocus...
enonod
Offline Send Email
Oct 4, 2007
5:54 pm
18312
It's weird because I thought that I actually typed the set in there. However, I was kind of doing multiple things simultaneously at that point, and I...
Styskul
Offline Send Email
Oct 4, 2007
6:10 pm
18313
Dear friends Eu I live in Brazil, and my English is not so good. They forgive me. I´d like to use NSBASIC CE, already I made diverse tests and gave all right....
microcics
Offline Send Email
Oct 5, 2007
1:06 pm
18314
What message does the ShellExecute command give?...
George Henne
ghenne
Offline Send Email
Oct 5, 2007
3:36 pm
18315
DLLRegisterServer in MYSQLMobileActiveX.OCX suceeded. This is the message. George I´m tryng to read my MYSQL in desktop, do you know another FORM ?...
microcics
Offline Send Email
Oct 5, 2007
4:46 pm
18316
Hello everyone! This is a paid help request as this is an important issue for me. Help me and get up to $60-80 via PayPal. I am a VB programmer who decided to...
Eugene
smartsoftwar...
Offline Send Email
Oct 5, 2007
5:30 pm
18317
How can a menu item be greyed out? It is possible in Win CE but cannot find it in NSB. Surely it must be easier than removing the item entirely from the menu....
enonod
Offline Send Email
Oct 5, 2007
5:42 pm
18318
Unfortunately, when working natively in NSB adding and removing items is all you can do. There is a Microsoft control called the menubar that will allow you...
Styskul
Offline Send Email
Oct 5, 2007
6:12 pm
18319
Hi Everyone. How can I open my MYSQL in desktop using NS BASIC-CE. Thanks. Severino Filho - Brasil...
microcics
Offline Send Email
Oct 5, 2007
6:23 pm
18320
Thank you Styskul I will look at your code even if just for interest....
enonod
Offline Send Email
Oct 5, 2007
7:02 pm
18321
Tried the code with Jornada 720, HPC2000 but I only get the output object and the current path typed on it. The code does run the loop for the bitmaps but...
enonod
Offline Send Email
Oct 5, 2007
7:27 pm
18322
1. If your server receives anything, the problem is probably not firewall-related. 2. PC speed may be a factor in getting all the data. How much memory does...
John Carter
johnecarter
Offline Send Email
Oct 5, 2007
8:42 pm
18323
Using the sample that came with NSbasic CE I can send a SMS message to a Phone (number). How can I send one to an email address??? The windows sms api only...
Doug
dtulsa
Offline Send Email
Oct 5, 2007
8:59 pm
18324
Do you have mscemenubar.dll on your device? That needs to be on the PPC and registered. Also, as much as I hate to see you suffer through this, you might...
Styskul
Offline Send Email
Oct 5, 2007
9:27 pm
18325
Yes, thank you Styskul, I did register the dll. I will look for the reference you suggest and see what comes up. ... menubar ... with ... Files ... work....
enonod
Offline Send Email
Oct 5, 2007
9:57 pm
18326
Not really getting anywhere with this. There are no errors but nothing is visible except the label with the path. I have tried to simplify by simply adding the...
enonod
Offline Send Email
Oct 6, 2007
8:35 am
18327
I have recently failed to get Microsofts menu dll to work, and I believe it has a problem anyway with the NEW item. I have seen the results of removing items...
enonod
Offline Send Email
Oct 7, 2007
8:38 am
18328
No love, no life, no you, no love!!! tall sandy have viewed your yahoo profile, and would like to chat with you, love is sent by God, so don't give up this...
allie698while
Offline Send Email
Oct 8, 2007
6:44 am
18329
I wanted to add a time object for a time and date picker on my screen, which refreshes itself every second. I find this is a logical behavior, because when I...
u25433
Offline Send Email
Oct 8, 2007
5:26 pm
18330
Maybe something like this Sub Form1_Load AddObject "Time", "Time1", 10, 10, 100, 100 time1.timer=1000 End Sub Sub time1_timer() ...
David A. Quinn
dave1149
Offline Send Email
Oct 8, 2007
5:55 pm
18331
It works, thank you...
u25433
Offline Send Email
Oct 8, 2007
5:59 pm
Messages 18302 - 18331 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