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...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 2817 - 2846 of 19198   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2817
Where is the documentation for the tabstrip control? The technotes have a sample app but I can not find documentation on properties, events or methods. I am...
cccouper <ccouper@...>
cccouper
Offline Send Email
Mar 2, 2003
3:50 pm
2818
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbceide/htm /controls_13.asp Google ... From: cccouper <ccouper@...>...
Charl Van Schoick
cdvsmx5
Offline Send Email
Mar 2, 2003
4:03 pm
2819
Thanks. Chris ... http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbceide/htm/controls_13.asp ... http://docs.yahoo.com/info/terms/...
cccouper <ccouper@...>
cccouper
Offline Send Email
Mar 2, 2003
4:24 pm
2820
Well the visible property does not seem to be supported. No surprise here. Move is not supported either. So I thought I would drop back to the tried and true...
cccouper <ccouper@...>
cccouper
Offline Send Email
Mar 2, 2003
6:44 pm
2821
Chris, Try this: <code> AddObject "tabstrip","Tb",60,10,100,20 Tb.tabs.add 1,,"One" Tb.tabs.add 2,,"Two" Tb.tabs.add 3,,"Three" Tb.tabs.remove 4 AddObject...
Charl Van Schoick
cdvsmx5
Offline Send Email
Mar 3, 2003
3:50 am
2822
Good Morning Group, I have a list of dates and times : 3/31/03 2:00:00PM 3/31/03 2:00:00PM 3/31/03 2:00:00PM 3/31/03 2:00:00PM 3/31/03 2:00:00PM 4/1/03...
jdshrop87 <jdshrop87@...
jdshrop87
Offline Send Email
Mar 3, 2003
2:53 pm
2823
Try with format() function Bye...
iosviluppo@...
gmsoft2003
Offline Send Email
Mar 3, 2003
3:14 pm
2824
I'm using an Access Database ... to do ... http://docs.yahoo.com/info/terms/...
jdshrop87 <jdshrop87@...
jdshrop87
Offline Send Email
Mar 3, 2003
5:48 pm
2825
Good - then you should definitely have a look at ADOCE. Access databases are autoamtically converted to Pocket Access on Windows CE and can be accessed using...
George Henne
ghenne
Offline Send Email
Mar 3, 2003
7:57 pm
2826
This does the trick for managing the tab control. Trouble is that it also covers up all the objects that are "on" the tab control. I tried to bring the z...
cccouper <ccouper@...>
cccouper
Offline Send Email
Mar 4, 2003
2:10 am
2827
Chris, "You cannot place an object in the middle of the z-order" msdn However, it depends what you need to do. This demonstrates how I was able to achieve...
Charl Van Schoick
cdvsmx5
Offline Send Email
Mar 4, 2003
3:36 am
2828
Charl: While the sample you provided works great somehow I cannot get it to behave the same when I mix it in with my multiple forms and menu structure. I will...
cccouper <ccouper@...>
cccouper
Offline Send Email
Mar 4, 2003
5:10 am
2829
After prolonged testing the output_keydown code, which seems to be a bit intermittent in its behaviour, I decided to try another approach. I saw InputBox in...
Stephen Temple
mrstemplesch...
Offline Send Email
Mar 4, 2003
12:10 pm
2830
Check the ReadMe file: it explains why InputBox won't work on Pocket PC devices, and gives a workaround. The NSBInputBox sample you saw uses the DialogX...
George Henne
ghenne
Offline Send Email
Mar 4, 2003
1:30 pm
2831
Steven, Just curious how you determine where your troubles are located, as there are a number of players, more so than on the Palm. 1. Program code. 2. NsBasic...
Charl Van Schoick
cdvsmx5
Offline Send Email
Mar 4, 2003
2:28 pm
2832
The lost email seems to have been due to our spam filtering software. We rolled back to an earlier version and things seem to be better now. It's something we...
George Henne
ghenne
Offline Send Email
Mar 4, 2003
2:35 pm
2833
Thanks for the explanation, but... If your filter doesn't support, or you haven't implemented, exception lists that indicate that whoever@... is...
Charl Van Schoick
cdvsmx5
Offline Send Email
Mar 4, 2003
3:04 pm
2834
We've got lots of users that use more than one email address. Furthermore, many of the questions are from new users. I don't think the messages were being lost...
George Henne
ghenne
Offline Send Email
Mar 4, 2003
3:21 pm
2835
Yes, it is time to take action, George even lost some of my emails a few weeks ago!!!! :-) -Terry ... From: Charl Van Schoick [mailto:cdvs@...] Sent:...
Terry Myhrer
tmyhrer
Offline Send Email
Mar 4, 2003
3:34 pm
2836
In message <NMENIFKAFJMNFGBDPKBEEEMFCAAA.cdvs@...>, Charl Van Schoick <cdvs@...> writes ... Once the system starts misbehaving, I cut the...
Stephen Temple
mrstemplesch...
Offline Send Email
Mar 5, 2003
10:51 am
2837
Good news! We've sent a reference card off to the printers. What's wrong with the index? We're working on an update to the Handbook right now. George Henne NS...
George Henne
ghenne
Offline Send Email
Mar 5, 2003
11:43 am
2838
Hi, Guys: Would you like to send a runnable code for Comm as an example? Thank you. Ning Zhang E-mail: nzhang@... Tel: (502)339-9767 (Office) ...
Ning Zhang
zhngnng
Offline Send Email
Mar 5, 2003
1:23 pm
2839
Have you looked at the CommCtl.nsb sample? George Henne NS BASIC Corporation http://www.nsbasic.com...
George Henne
ghenne
Offline Send Email
Mar 5, 2003
1:43 pm
2840
There's a newer version of this on Microsoft's web site: <http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnce30/ html/activex30.asp> George...
George Henne
ghenne
Offline Send Email
Mar 5, 2003
2:08 pm
2841
yes, but I need more examples. Thank you George. Are you an expert? Ning Zhang E-mail: nzhang@... Tel: (502)339-9767 (Office) (502)426-3228 (Home) ...
Ning Zhang
zhngnng
Offline Send Email
Mar 5, 2003
2:23 pm
2842
While I'm one of the authors of NS Basic/CE, the Comm control comes from Microsoft. You can get more docs on it here: ...
George Henne
ghenne
Offline Send Email
Mar 5, 2003
2:34 pm
2843
... vbScript/ce is embedded into rom, it is the engine for eVb and NsBasic uses it in addition to the runtime. Sometimes it is helpful to use eVb to determine...
Charl Van Schoick
cdvsmx5
Offline Send Email
Mar 5, 2003
2:56 pm
2844
In message <20030305114211.28853@...>, George Henne <gh@...> writes ... Thanks. How about a downloadable PDF file please? Save on your ...
Stephen Temple
mrstemplesch...
Offline Send Email
Mar 5, 2003
3:07 pm
2845
When I tap on any of the checkboxes in the application below, I get a "Scripting Error - Microsoft VBScript Runtime Error. Line 99 Char 99 Out of Stack...
sawdydog1
Offline Send Email
Mar 5, 2003
6:04 pm
2846
The problem here is that changing the value of a checkbox fires off its click event, so you end up in a loop. See the ComboBox sample for a way to this. Just...
George Henne
ghenne
Offline Send Email
Mar 5, 2003
6:35 pm
Messages 2817 - 2846 of 19198   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help