Microsoft has released Windows Mobile 6.1. It's not a major release, and should have no effect on NS Basic/CE. Devices using it will ship soon; some Windows...
We have just posted 4 new Tech Notes: 06 Communications - TCP/IP and IRDA 08 File Control a. Files with Records and Fields 09 FileSystem Control These Tech...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the nsbasic-ce group. File :...
nsbasic-ce@yahoogroup...
Apr 3, 2008 12:25 pm
18824
... can ... create. ... the ... change ... property ... on ... device ... format"? Is ... Yes. But what i was getting at was that if you write a program on the...
From Windows Mobile 5 and 6 a new camera API is available to capture pictures and video using the existing camera dialog. The API call is documented here ...
... Okay, I think I've sorted my questions out for myself, but I'll mention something about them here for the benefit of anybody else who was confused. Many of...
Included with the latest version of NS Basic is AXPack1.exe It's the installer that is used for SQLite. The same control also has file system and TCP/IP...
Hello George, first of all, I'd like to thank you for the new tech notes. I think they cover subjects that almost every program needs sooner or later, so...
SQLite is also part of Android and built into the Symbian OS. It is also part of Google Gears. Access will also support it on the next generation devices....
In this Tech Note, have a look at the section on "Structs": <http://www.nsbasic.com/ce/info/technotes/TN26.htm> If you get this working, please share the code...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the nsbasic-ce group. File :...
nsbasic-ce@yahoogroup...
Apr 8, 2008 8:26 am
18834
Visit http://go4onlinedegree.googlepages.com/online-mba-degree to learn more about how to get MBA degree online & where to get a good job...
Bushra Farheen
myphno_5873902@...
Apr 10, 2008 8:14 am
18835
Visit http://sms4smile.com/ for Adult SMS & Funny SMS Jokes [FREE]...
Bushra Farheen
myphno_5873902@...
Apr 10, 2008 9:14 am
18836
Hi all, now i'm using a HTC BlueAngel (MDA III) as a PDA to Program anything on it. It is a fine device, but makes more Problems and has any errors. I'm...
Hi, Like you, I try painfully to manage my camera by code. ... Declare "Function SHCameraCapture Lib ""Camera"" (ByVal Cstruc as Variant)" Dim Cstruc(11) ...
I'm by no means an expert with using DECLARE statements within NSBasic/CE, but here's a thought: Define your parameter as - ByVal Cstruc() as Long Also,...
I have the code below to schedule a task at a set time, but the event keeps firing once it is scheduled. How can I get round this problem?? I'm sure its a...
Hi Styskul. Unfortunately that wont help me. The event needs to fire every day at the set time. If I turn the timer off then the event will not get fired again...
How about this then: Before any subs, do: Dim RunToday In your _Load event, before setting the timer, do: RunToday = True Then: Sub ScheduleTask Dim CurTime ...
I do believe that thats fixed it! Many thanks Styskul. The solution that I was working on was much more complex. Now I just have to add a listbox with days of...
I use this. RUNAPPATTIME "\my documents\myprog.exe", Year(Now), Month(Now), Day (Now)+ 1, t_hr, t_min, 0 Before the program closes the code is executed again...
Perhaps you will need change your code by this: Sub Form1_Load AddObject "CommandButton", "Button", 100, 100, 40, 50, Form1_Form End Sub Look at the name of...
Thanks you George, one more time... I think that these API functions may help me. I'm testing the numbers that the API returns in Windows Mobile 5 and Windows...