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 15768 - 15797 of 20557   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
15768
hi, haven't seen you for ages, miss you so much. I am back. Recently I created a club for friends, hope you can join us. Just regieter and tell me your...
lilyyu123
Offline Send Email
Nov 1, 2006
9:53 am
15769
Hi Bob, think menu is a child of the output. Have not tested that, but is not a real object (menu.parent??)? So it works fine with form1 the main form. But you...
Heiko Stolte
stolte_h
Offline Send Email
Nov 1, 2006
7:57 pm
15770
Try This Code: Sub cmdSend_Click Dim pgm, prm prm = "" prm = prm & " /address " & ServerName prm = prm & " /user " & UserID prm = prm & " /pass " & Password ...
zuman402
Offline Send Email
Nov 1, 2006
9:13 pm
15771
THANKS ZUMAN!!!!! It works - Thanks again John ... via ... click ... think ... instead...
jbmcavoy
Offline Send Email
Nov 2, 2006
12:24 pm
15772
Problem solved! Uploaded file PictureBoxSolution.ZIP to files as example. Thanks again for the help, George H. You suggestion to use text box to look at the...
g_delanghe
Offline Send Email
Nov 2, 2006
4:13 pm
15773
Looking for a programmer to walk me through adding RPN registration to my app. No problem paying for it. Just no luck figuring it out on my own so far. There...
g_delanghe
Offline Send Email
Nov 2, 2006
4:27 pm
15774
Hi All: Is technote 8 http://www.nsbasic.com/ce/info/technotes/TN08.htm still valid for the current commondialog control for V6.5.3b? Thanks Bob...
Bob Katayama
banffbears2006
Offline Send Email
Nov 2, 2006
7:52 pm
15775
hi george, http://www.codeproject.com/ce/Reverse_Polish_Notation.asp?df=100&forumid=274060&exp=0&select=1422343 think that is the stuff you look for regards ...
Heiko Stolte
stolte_h
Offline Send Email
Nov 2, 2006
8:10 pm
15776
OK: I added a commondialog control to form1 and added this code: ___________________________ ShowOKButton True '----------------Dims-------------- ...
Bob Katayama
banffbears2006
Offline Send Email
Nov 2, 2006
9:28 pm
15777
Hi All: CommonDialog1.DialogTitle = "Open File" does not seem to produce the result I intended. How do I change the object property of dialogtitle to show Open...
Bob Katayama
banffbears2006
Offline Send Email
Nov 2, 2006
10:05 pm
15778
I'll bet that MSCEComDlg.dll either isn't on your device, or that it is not registered....
George Henne
ghenne
Offline Send Email
Nov 2, 2006
10:10 pm
15779
Yes, it is....
George Henne
ghenne
Offline Send Email
Nov 2, 2006
10:14 pm
15780
Actually, it was a simpler problem than that. He was trying to set the property before he had created the object. Oops!...
Styskul
Offline Send Email
Nov 2, 2006
10:19 pm
15781
Hi George: CommonDialog1.ShowOpen does work and show the open dialog box though. This does suggest it's registered, no? Bob ... From: George Henne To:...
Bob Katayama
banffbears2006
Offline Send Email
Nov 2, 2006
10:22 pm
15782
Does anyone know how to capture input from the 5-way control on an iPaq? I have set "KeyPreview = True" When any of the four direction arrows are pressed, I...
jkhesch
Offline Send Email
Nov 3, 2006
1:59 am
15783
Hi Jim, Load the SpecEvent sample. It captures all the codes and reports them. Notice the form which gives the SysInfo() valued - they tell more than the...
George Henne
ghenne
Offline Send Email
Nov 3, 2006
2:30 am
15784
Hi George: This sounds encouraging! I do not find the SpecEvent file on either the NSBasic website nor in the group on Yahoo.com. Do you have a URL for the...
j.hesch@...
jk_hesch
Offline Send Email
Nov 3, 2006
7:58 am
15785
Hi Jim: I could be wrong but SpecEvent seems to be a NS Basic Palm OS sample only. Bob ... From: j.hesch@... To: nsbasic-ce@yahoogroups.com Sent: Friday,...
Bob Katayama
banffbears2006
Offline Send Email
Nov 3, 2006
8:15 am
15786
I noticed that there was a message indicating that new manuals were being printed (from June) Is this new handbook available (hopefully covering all the latest...
dwwilbourn
Offline Send Email
Nov 3, 2006
9:25 am
15787
Sorry, dumb question. Found the order page again :-(...
dwwilbourn
Offline Send Email
Nov 3, 2006
9:32 am
15788
It's installed with NS Basic into \nsbasic\projects\samples. Lots of good stuff there!...
George Henne
ghenne
Offline Send Email
Nov 3, 2006
11:06 am
15789
Hmmm ... it is nowhere to be found on my computer. So, again, is there a URL where I can find it? Thankds, Jim -- James K. Hesch, CPE President, Ziatek, Inc. ...
j.hesch@...
jk_hesch
Offline Send Email
Nov 3, 2006
1:53 pm
15790
George, I am very interested in using the 5-way control on CE as well, but I don't have such a file in CE - only in the Palm version (SpecEvnt.prj). I only ...
Jerry Collier
jerichobahai
Offline Send Email
Nov 3, 2006
2:17 pm
15791
My mistake. I mixed up my Palm and CE threads. There is no such sample for Windows CE. I did a quick search to see if I could find the answer to this - no ...
George Henne
ghenne
Offline Send Email
Nov 3, 2006
3:26 pm
15792
Ah! Thank you for your efforts, George! And thanks to Bob Katayama for picking up on that fact quickly. I will continue to work with it; if I have some...
j.hesch@...
jk_hesch
Offline Send Email
Nov 3, 2006
4:16 pm
15793
Hi: Comments are removed when the NSB or EXE is created correct? Bob...
Bob Katayama
banffbears2006
Offline Send Email
Nov 3, 2006
4:16 pm
15794
Just in the exe....
George Henne
ghenne
Offline Send Email
Nov 3, 2006
4:37 pm
15795
Thanks George: As far as the order of execution goes, does NS Basic always returns to the beginning in search of the next referenced code line? Therefore...
Bob Katayama
banffbears2006
Offline Send Email
Nov 3, 2006
4:53 pm
15796
Programs are compiled on the device just before execution, by the VBScript engine. It will strip quotes and optimise subroutine calls. There is no sequential...
George Henne
ghenne
Offline Send Email
Nov 3, 2006
5:43 pm
15797
Thanks George: Really appreciate this. Bob ... From: George Henne To: nsbasic-ce@yahoogroups.com Sent: Friday, November 03, 2006 12:35 PM Subject: Re(2):...
Bob Katayama
banffbears2006
Offline Send Email
Nov 3, 2006
6:14 pm
Messages 15768 - 15797 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