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 your group to be featured on the Yahoo! Groups website? 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 3047 - 3077 of 20557   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3047
In message <0f2101c2f7be$63089930$01fda8c0@anna>, Terry Myhrer <tmyhrer@...> writes ... Thanks for your interest. I have decided to give up with this...
Stephen Temple
mrstemplesch...
Offline Send Email
Apr 1, 2003
1:31 pm
3048
Please help me. I'd like to use the CommonDlg (SelectFile). When I use this script: Option Explicit AddObject "dialog","dialogx",0,0,0,0 Private Sub...
Simkovic
jan_simkovic
Offline Send Email
Apr 1, 2003
5:18 pm
3049
You need to have mscecomdlg.dll installed in the windows directory and registered. You can register it from Nsb with this line: shellexecute...
Charl Van Schoick
cdvsmx5
Offline Send Email
Apr 1, 2003
6:50 pm
3050
i'm not sure what this is called but i'd like my program to run immediately after the pda is turned on (like a program in the startup folder or autoexec.bat)....
darrinlingle
Offline Send Email
Apr 1, 2003
7:52 pm
3051
I have read here that the formatnumber function does not work on the PPC. I am addicted to the format command in basic and the transform command in foxpro for...
donhillla
Offline Send Email
Apr 1, 2003
11:27 pm
3052
I think these functions behave as vbScript docs specify: <code> Function formatNum(n,d,l,p,g) formatNum=fixformat(formatnumber(abs(n),d,l),n,d,l,p,g) End...
Charl Van Schoick
cdvsmx5
Offline Send Email
Apr 2, 2003
2:09 am
3053
Not quite: <code> Function formatNum(n,d,l,p,g) formatNum=fixformat(formatnumber(abs(n),d,l),n,d,l,p,g,0) End Function Function formatCur(n,d,l,p,g) ...
Charl Van Schoick
cdvsmx5
Offline Send Email
Apr 2, 2003
2:26 am
3054
I've set up a new Tech Note called Issues and Workarounds. <http://www.nsbasic.com/ce/info/nsbce/technotes/TN31.htm> We'll be adding to this as things come up...
George Henne
ghenne
Offline Send Email
Apr 2, 2003
11:15 am
3055
... Looks good. The only odd thing is the supposed problem with FORMATNUMBER. I have used this extensively in my suite of programs and so far have not...
rmrsoft
Offline Send Email
Apr 3, 2003
6:46 am
3056
It's device dependant - the problem does not show up on all units. What devices are you using? George Henne NS BASIC Corporation http://www.nsbasic.com...
George Henne
ghenne
Offline Send Email
Apr 3, 2003
11:17 am
3057
... Personally I use a Compaq IPAQ and an HP Jornado 720, but I assume my registered users have all sorts of platforms. Cheers Al...
rmrsoft
Offline Send Email
Apr 4, 2003
6:29 am
3058
Talk about your easy questions. I've been using the palm version for about 2 years and NEXTFORM easily switches between forms. However, I can not find the...
Don Powell
dpowell7299
Offline Send Email
Apr 4, 2003
2:21 pm
3059
... my ... I have tested formatnumber on iPAQ 3835 and it does not work....
wraisanen
Offline Send Email
Apr 4, 2003
3:19 pm
3060
Call Form1_show to show Form1, Form1_Hide to hide it again. A cheat sheet is a great idea - we just have to find time to do it. :-) George Henne NS BASIC...
George Henne
ghenne
Offline Send Email
Apr 4, 2003
3:24 pm
3061
Please help me I'd like to distribute my program created in NSBasic/Ce. Is there some easy way to create the installation application ? The method in technote...
Simkovic
jan_simkovic
Offline Send Email
Apr 4, 2003
6:54 pm
3062
You could probably modify the eVB one, but it's not a great idea: it does not work properly. The best tool for doing this is ePocketSetup. ...
George Henne
ghenne
Offline Send Email
Apr 4, 2003
7:16 pm
3063
Format number does not work on the Ipaq 5455. The separator(,)is not captured or used from the system settings. So 1000000 does not reformat to 1,000,000. ......
donhillla
Offline Send Email
Apr 4, 2003
9:51 pm
3064
... not ... Thanks, this was my misunderstanding, I thought people meant it REALLY didn't work, i.e. it sometimes gave the wrong number of decimal places. I...
rmrsoft
Offline Send Email
Apr 5, 2003
5:09 am
3065
Please help me I want to distribute to someone who has OS PocketPC 2002 the program filesample.nsb. Need I distribute with the basic filesample.nsb some...
Simkovic
jan_simkovic
Offline Send Email
Apr 5, 2003
6:26 pm
3067
Would someone care to share information about your use of one or both of the following handhelds. I am considering moving over from the Palm OS to a PC based...
Choroid_45
Offline Send Email
Apr 5, 2003
8:04 pm
3068
Please is there some way to show only directories by FileSystem ? No files. Thanks ...
Simkovic
jan_simkovic
Offline Send Email
Apr 5, 2003
9:31 pm
3069
Not sure if the Dir command supports the vbDirectory attribute. You can try it. Like dir("c:\",vbDirectory) would return directories under the root path....
Rob Kantor
rjkantor
Online Now Send Email
Apr 6, 2003
3:00 am
3070
Looks like the getattr returns a value of 16 for a directory. So if you enumerate though a path looking for entries which return 16 you will be able to...
Rob Kantor
rjkantor
Online Now Send Email
Apr 6, 2003
3:31 am
3071
Yes, you need to send along the file Runtime.ppc.exe. It's always best to use the latest version from the website. George Henne NS BASIC Corporation ...
George Henne
ghenne
Offline Send Email
Apr 6, 2003
10:58 am
3072
From the NS Basic point of view, there is little difference between these devices. If you want to get a book on programming these devices, there are a number...
George Henne
ghenne
Offline Send Email
Apr 6, 2003
10:58 am
3073
I have used MSCE CommDlg Open file but there is only My Documents directory. How can I see all directories of My Device ? Thanks for the answer. ...
Simkovic
jan_simkovic
Offline Send Email
Apr 6, 2003
7:22 pm
3074
I just got book titled eMbedded Visual Basic, by Christopher Tacke and Tim Bassett, published by Sams. I only picked it up on the weekend and started reading...
Philip Craig
travel_rat
Offline Send Email
Apr 7, 2003
1:31 am
3075
From: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbceide/htm /controls_4.asp For Pocket PC projects, the InitDir property has limited...
Charl Van Schoick
cdvsmx5
Offline Send Email
Apr 7, 2003
2:11 am
3076
Is 4.0.1a the latest version? I have noticed a few times now how NSBasic 4.0.1a doesn't always save my work even though I have hit the save button or gone to...
Philip Craig
travel_rat
Offline Send Email
Apr 8, 2003
8:59 am
3077
Can you tell us how to get this to happen? We can't get it to happen here. George Henne NS BASIC Corporation http://www.nsbasic.com...
George Henne
ghenne
Offline Send Email
Apr 8, 2003
10:40 am
Messages 3047 - 3077 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