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.
Click here for the latest updates on Groups Message search

Messages

  Messages Help
Advanced
Messages 20682 - 20716 of 21018   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
20682
Thanks! The NS Basic/Desktop forum is here, if anyone is looking for it... <http://groups.yahoo.com/group/nsbasic-desktop/> Thanks for contributing this - it...
George Henne
ghenne
Offline Send Email
Feb 1, 2010
8:46 am
20683
I've noticed that while some controls return "dimensional" properties in Twips and most expect such properties in Pixels there is a need to determine the...
michiman56
Offline Send Email
Feb 3, 2010
5:37 pm
20684
There are some useful new calls in the latest build, that are not fully documented yet. They let you check what the devices DPI setting is properly. ...
George Henne
ghenne
Offline Send Email
Feb 3, 2010
5:57 pm
20685
VERY nice. Thanks!...
michiman56
Offline Send Email
Feb 4, 2010
12:18 am
20686
I'm sure I've missed it in the documentation, but can anyone tell me whether or not a "make" (run, compile, whatever) deletes code comments and...
michiman56
Offline Send Email
Feb 4, 2010
4:06 am
20687
Compile does clean out the whitespace - don't hesitate to use comments and formatting in your code....
George Henne
ghenne
Offline Send Email
Feb 4, 2010
11:30 am
20688
Thanks again George, both for the prompt reply and the welcome answer. This also relieves me some about including blocks of Const declarations. I prefer to...
michiman56
Offline Send Email
Feb 4, 2010
2:01 pm
20689
Stuck on a coding problem not sure if you can help with it or not In a module I have the line of code Declare "Function ""T4FindCOMPort"" Lib ""T4CE.dll"" ()...
bigpete@...
bigpete...
Offline Send Email
Feb 4, 2010
5:41 pm
20690
Hi all , How to do one image.bmp or image.jpg appearence in my form ? I dont know and need to do. Thans all Lazaro ....
lazaroinfo
Offline Send Email
Feb 5, 2010
11:30 am
20691
I downloaded version 8.1 last month and just starting using it. I added a number of gradient buttons and they worked fine. I had some time to work on it this...
servicemeetingsstudy
servicemeeti...
Offline Send Email
Feb 5, 2010
4:48 pm
20692
Use a PictureBox....
George Henne
ghenne
Offline Send Email
Feb 5, 2010
5:41 pm
20693
Gradient buttons are actually picturebox objects with a background created by the IDE. Check the directory you create your project in. You should see some ...
George Henne
ghenne
Offline Send Email
Feb 5, 2010
5:43 pm
20694
Try Declare "Function T4FindCOMPort Lib ""T4CE.dll"" () As String" George Henne NS BASIC Corporation http://www.nsbasic.com...
George Henne
ghenne
Offline Send Email
Feb 5, 2010
7:58 pm
20695
The directory contains two images: one with nsb added, one without for every button. It still doesn't work, but did a few days ago. Is there anyone who is...
servicemeetingsstudy
servicemeeti...
Offline Send Email
Feb 6, 2010
1:58 pm
20701
We do not have other reports of problems. I am not sure what is going on here from your description. If you like, you can zip the entire directory and send it...
George Henne
ghenne
Offline Send Email
Feb 8, 2010
2:52 pm
20702
This code is in a command button. All the proper AddObjets are in the From1_Load. Every time I click the command button I want what ever is typed into...
bigpete@...
bigpete...
Offline Send Email
Feb 10, 2010
11:40 pm
20703
My guess is that you're not using the right command to append to the file, so it's simply opening the file and wiping out the contents every time you call...
Eric Pankoke
Styskul
Offline Send Email
Feb 11, 2010
5:20 am
20704
I'm going to hazard a guess that the form_load command for FS3 was: AddObject "newObjects.utilctls.SFMain", "FS3" The syntax given matches what's specified in...
chris_kenworthy
Offline Send Email
Feb 11, 2010
1:51 pm
20705
Actually, the interesting thing is that based on the details of the OpenFile function, the code supplied shouldn't work at all. There is a second parameter to...
epankoke@...
Styskul
Offline Send Email
Feb 11, 2010
2:46 pm
20706
This is probably a dumb question, but here goes... Using NS Basic/CE 8.x, if I have a component packaged as CAB files should I extract the DLL from the CAB in...
michiman56
Offline Send Email
Feb 12, 2010
2:03 am
20707
Not a dumb question at all. Yes, you need to extract the DLLs from that CAB file, then add them to your project. It is possible to build an installer that does...
George Henne
ghenne
Offline Send Email
Feb 12, 2010
2:49 pm
20708
yes i am using AddObject "newObjects.utilctls.SFMain", "FS3" Is there another way I could get this to work?...
bigpete@...
bigpete...
Offline Send Email
Feb 12, 2010
5:25 pm
20709
Sorry that I don't recall who it was that posted it, but did you try the other suggestion that was given about doing a Seek to the end of the file and then...
epankoke@...
Styskul
Offline Send Email
Feb 12, 2010
7:06 pm
20710
That sounds very helpful. My own device is ARM-based. The Microsoft emulators seem to be ARM as well, at least those for WM 6.1 Pro that I've been testing...
michiman56
Offline Send Email
Feb 12, 2010
11:36 pm
20711
I'm out of the office until 2/19/10, any urgent need about MICAS or the server call 781-738-1888. Please contact Jace Swenson or Paul LeBlanc for immediate...
Jorge Gonzalez
jlgonqui
Offline Send Email
Feb 12, 2010
11:41 pm
20712
I would add that I distribute ONLY ARM-based installers. In the Readme file I offer MIPS and SH3 versions if people E-mail me. I have had no-one ask for them...
rmrsoft
Offline Send Email
Feb 13, 2010
8:08 am
20713
I'm out of the office until 2/19/10, any urgent need about MICAS or the server call 781-738-1888. Please contact Jace Swenson or Paul LeBlanc for immediate...
Jorge Gonzalez
jlgonqui
Offline Send Email
Feb 13, 2010
8:09 am
20714
All Windows Mobile devices use ARM processors. You'll only see the other CPU types on Windows CE devices. These are usually purpose built small computers for...
George Henne
ghenne
Offline Send Email
Feb 13, 2010
11:39 am
20715
A while back the UI guidelines changed to require TabStrips at the bottom of the display area, in order to avoid your hand and stylus obscuring the display...
michiman56
Offline Send Email
Feb 14, 2010
5:32 am
20716
I'm out of the office until 2/19/10, any urgent need about MICAS or the server call 781-738-1888. Please contact Jace Swenson or Paul LeBlanc for immediate...
Jorge Gonzalez
jlgonqui
Offline Send Email
Feb 14, 2010
5:33 am
Messages 20682 - 20716 of 21018   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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