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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 19788 - 19817 of 20556   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
19788
Hello George, To test this I created another function in the DLL: LPDWORD WINAPI vbNullPointer () { return NULL; } then I call the existing function with this...
jingjok67
Offline Send Email
Feb 2, 2009
5:24 pm
19789
Hello, can you use the form ..\filename or .\filename, if the software is installed on the memory card as well? Kind regards Thomas ... Hello, can you use the...
Thomas Gruber
computerhusky
Offline Send Email
Feb 2, 2009
6:43 pm
19790
Don't bother. the file control does not do what i want. the createfile and writefile however do. sample of my code: the functions for winsocket connect are...
paullussie13
Offline Send Email
Feb 2, 2009
8:49 pm
19791
work in the pocket in a path like "\IBFMEM36\teste.db", but not in the card in a path like "\Cartão de Memória\IBFMEM36\teste.db" with the path confirmed by...
margubra
Offline Send Email
Feb 3, 2009
1:19 am
19792
Hi All, I'm sure it's in the documentation somewhere, but I haven't been able to find it. I've got an app designed in NSB 7.0.5b that runs fine on Windows...
Shaun
phlipsmsu
Offline Send Email
Feb 3, 2009
2:20 am
19793
You can try to enumerate the folders on your device by using NewObjects AXpack1's (free) OpenDirectory (www.newobjects.com). Something like this: AddObject...
Ricardo Carraretto
riccar25
Online Now Send Email
Feb 3, 2009
11:57 am
19794
What is the device?...
George Henne
ghenne
Offline Send Email
Feb 3, 2009
12:04 pm
19795
I haven't tried this, but could you set up a link and open the link instead?...
George Henne
ghenne
Offline Send Email
Feb 3, 2009
12:05 pm
19796
This will certainly work. Another solution is to use this control: <http://www.nsbasic.com/ce/info/technotes/TN08.htm>...
George Henne
ghenne
Offline Send Email
Feb 3, 2009
12:09 pm
19797
Does it happen every time you run the program, right away?...
George Henne
ghenne
Offline Send Email
Feb 3, 2009
12:28 pm
19798
Hi I am new to ns basic and need a little help? I am trying to store some recipes on a system using NS Basic Ce to develop but I don't understand a couple of...
brianmeek@...
brianmeek...
Offline Send Email
Feb 3, 2009
2:50 pm
19799
It's a Trimble GeoXT 2003. ... able ... on ... older ... a ... They ... true) ... the ... Editor ... the ... closed ... RunTimeFat.ppc.exe ... NSB...
Shaun
phlipsmsu
Offline Send Email
Feb 3, 2009
6:07 pm
19800
Hey Brian, Welcome to NSB. Sorry I can't help much on the ADOCE side, but I can give you some tips on the files side. The system I've built using NSB utilizes...
Shaun
phlipsmsu
Offline Send Email
Feb 3, 2009
7:09 pm
19801
I have a Mobilepro 780 running CE 2.11 (HPC/Pro) and am trying to get the wininet InternetOpen API function working. The same API function declaration and...
autoexecdotbat
Offline Send Email
Feb 3, 2009
9:45 pm
19802
I forgot to mention that I do have INTERNET_OPEN_TYPE_DIRECT defined prior to that statement and it is a constant value set to 1....
autoexecdotbat
Offline Send Email
Feb 3, 2009
9:55 pm
19803
A user of these programs who has an HTC Touch says that there is an error opening the programs after download/install. I just tried them on my Palm 750v WM6...
aelenteny
Offline Send Email
Feb 3, 2009
11:05 pm
19804
That is an older device. What is puzzling me is that it is acting somewhat like a Pocket PC and somewhat like a Windows CE device in your description of the...
George Henne
ghenne
Offline Send Email
Feb 4, 2009
8:14 am
19805
Wow - this is a very old device - almost 10 years. It sounds like you are doing everything right. I think the device is just too old for this function....
George Henne
ghenne
Offline Send Email
Feb 4, 2009
8:18 am
19806
Shaun Thanks for the advice. The device is part of a machine that checks the weights of packs on the fly, we weigh every pack. Data is collated every hour to...
brianmeek@...
brianmeek...
Offline Send Email
Feb 4, 2009
9:14 am
19807
Hi I am working away with the NS Basic software now and developing a set of screens to be autorun on a device. Problem is I am not able to disable the close...
brianmeek@...
brianmeek...
Offline Send Email
Feb 4, 2009
2:37 pm
19808
Here's one tip: The syntax of ShowFullScreen is now ShowFullScreen True Trying to hide parts of the UI was giving inconsistant results on varying devices. ...
George Henne
ghenne
Offline Send Email
Feb 4, 2009
3:04 pm
19809
I guess I'll have to try and figure out a raw sockets approach while using crypt api for the SSL (https) part. The strange thing is that the function in...
autoexecdotbat
Offline Send Email
Feb 4, 2009
3:17 pm
19810
Hi George ShowFullScreen True stops the display of the menu bar but does not stop the "X" being displayed in the corner... I could live with this if I could...
brianmeek@...
brianmeek...
Offline Send Email
Feb 4, 2009
5:43 pm
19811
If you put a Sub Output_Close routine in your program, you can trap this....
George Henne
ghenne
Offline Send Email
Feb 4, 2009
6:24 pm
19812
Nope no different. Would it be any changes in the SHOWOKBUTTON language between earlier versions (I can't remember how it used to be)? Also, would the...
Shaun
phlipsmsu
Offline Send Email
Feb 4, 2009
7:56 pm
19813
Hi George I tried this but the application stops before it has focus to handle it? Any other suggestions? Regards Brian ... this. ... this ... pop ... a ... to...
brianmeek@...
brianmeek...
Offline Send Email
Feb 5, 2009
6:51 am
19814
Here is a hack that hides the top menubar completely. Dim hWnd Dim nWidth Dim nHeight Dim bRepaint Declare "Function GetForegroundWindow Lib ""Coredll"" () As...
George Henne
ghenne
Offline Send Email
Feb 5, 2009
9:58 pm
19815
Hi I am using a system from Comfile called the CuWin, and am having a few problems with the installers. Here is a link to the device. I am new to NS Basic so...
brianmeek@...
brianmeek...
Offline Send Email
Feb 6, 2009
9:11 am
19816
You're probably missing the MSCEControls.WinCE.exe installer - it put the Microsoft controls on your device. ADOCE may work - a popular alternative is SQLite: ...
George Henne
ghenne
Offline Send Email
Feb 7, 2009
3:29 pm
19817
When I copy my nsbasic application to my device I create a shortcut to it under programs. Do you know how to create or specify an icon for the shortcut? ...
annette.kord
Offline Send Email
Feb 9, 2009
3:59 pm
Messages 19788 - 19817 of 20556   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