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 18929 - 18978 of 20557   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
18929
Hi,... i've bought a new PocketPC with WindowsMobile 6.0 Professional. Is is a Samsung SGH-i780 with a square Screen-Size from 320x320 Pixels. But if i use the...
Andreas Hannemann
nattereripir...
Offline Send Email
May 1, 2008
8:46 am
18930
Here are a couple of articles from Microsoft on this issue. It's not as simple as it sounds... ...
George Henne
ghenne
Offline Send Email
May 1, 2008
5:28 pm
18931
The simple answer sis a quote from the first link GEORGE posted. "In the mean time, as you're looking at your 240x240 screen, don't start thinking, "if this...
Bob Katayama
banffbears2006
Offline Send Email
May 1, 2008
5:45 pm
18932
Hello, thus if I understood that correctly am the 320x320 it dissolution of purely cosmetic nature?. The operating system Windows mobile 6 uses internally this...
Andreas Hannemann
nattereripir...
Offline Send Email
May 3, 2008
8:53 am
18942
I had an interesting message from a Japanese user, who found a solution to problems converting Excel data to SQLite on CE. ... The problem seems to be...
George Henne
ghenne
Offline Send Email
May 7, 2008
9:30 am
18943
Anyone know where you can get an emulator for Treo 700 or 750. Palm is supposed to have one for the 700 but it no longer appears to be there....
Mike Fullerton
cmatrix0
Offline Send Email
May 7, 2008
10:59 pm
18944
One of my users bought a MC3000 C50B last fall, and I wrote down that I used RuntimeFat.WinCE and AXPack.WinCE, plus the Symbol.AXO.cab that I used on earlier...
Wayne Graham
wkgraham7
Offline Send Email
May 8, 2008
4:29 am
18945
I have a simple question. When debugging a program, I do the following.. Modify the code on the desktop click Save click File\Make to create the exe Clck Start...
bobsdennis
Offline Send Email
May 8, 2008
9:27 am
18946
Hi all! Hi George! Few weeks ago, I started to modify my code to make my application "Windows CE Core 5.0" compatible (not Windows Mobile). Now I have working...
dacarsoft
Offline Send Email
May 8, 2008
9:30 am
18947
The procedure you're following is fine. It sounds like you might not always be stopping your program on the PocketPC before copying the new version over....
Styskul
Offline Send Email
May 8, 2008
12:37 pm
18948
Thanks. I wondered if that might be it, but actually if you try to copy over a running program you get an error message, so I don't see how it can be than. I'm...
bobsdennis
Offline Send Email
May 8, 2008
1:11 pm
18949
I suppose that's possible. After you've created the .exe, you could just copy over to your device manually....
Styskul
Offline Send Email
May 8, 2008
1:27 pm
18950
Hi, I've had this effect too, and I think there's not always an error message if the program is still active (it may be invisible, only detectable in the task...
Thomas Gruber
computerhusky
Offline Send Email
May 8, 2008
1:40 pm
18951
... I have seen this as well, particularly if the program crashed with an error message. It seems that if this happens something is left 'stuck' in the...
rmrsoft
Offline Send Email
May 9, 2008
5:50 am
18952
Many thanks for all the response. I'm glad to see it is not just me doing something Daft.(again).. Bob ... error ... only ... version. ... warning. ... an ... ...
bobsdennis
Offline Send Email
May 9, 2008
8:52 am
18953
As far as I know, there is not a separate emulator for Palm's Windows Mobile devices. Use the Microsoft Device Emulator: ...
George Henne
ghenne
Offline Send Email
May 9, 2008
9:36 am
18954
Hi Wayne, Yes, those are the correct files. I'd try another hard reset and install again. George Henne NS BASIC Corporation http://www.nsbasic.com...
George Henne
ghenne
Offline Send Email
May 9, 2008
9:38 am
18955
The ShowFullScreen command uses API functions that are only in Windows Mobile. We haven't put any code in for WinCE type devices. It might be possible to hide...
George Henne
ghenne
Offline Send Email
May 9, 2008
9:40 am
18956
I can confirm that you do not always get an error message. We've looked hard for ways to detect when this is happening without success....
George Henne
ghenne
Offline Send Email
May 9, 2008
9:42 am
18957
I seem to recall there is some sort of manifest file you can you to change how the DPI is dealt with. On a quick search, I could not find more information -...
George Henne
ghenne
Offline Send Email
May 9, 2008
9:54 am
18958
... Hi George,.. i think that you mean "RealVGA". A Program to change the Resolution of the Screen. It is not Perfect but better than nothing. Regards Andreas...
Andreas Hannemann
nattereripir...
Offline Send Email
May 9, 2008
4:37 pm
18968
I've seen this too if you don't quit the program before downloading a new version. Most of the time you will get an error message but sometimes the download...
tomnew2003
Offline Send Email
May 12, 2008
6:01 pm
18969
I have seen this as well but found if I always make an EXE before running the changes always seem to transfer to the pocketPC don't know why..but that seems to...
Annette Kord
annette.kord
Online Now Send Email
May 14, 2008
3:28 am
18970
when i call this sub it is not updating the lblinspecttrapnum.Caption with the right trap number it always assigns it a 1 instead of the proper trap number I...
jayoungaf
Offline Send Email
May 15, 2008
6:54 pm
18971
Sorry never mind the NSBASIC was not sending the compiled exe to the pda for testing for some reason so i restarted nsbasic/CE program and it started working ...
jayoungaf
Offline Send Email
May 15, 2008
7:35 pm
18973
AddObject "CommandButton", Btn1, 100, 100, 60, 40, Form1 Btn1.BackColor = vbWhite Btn1.WordWrap = True (Dosen´t work) How can i activate Wordwrap. When i...
Mike
m31515s
Offline Send Email
May 16, 2008
5:50 pm
18974
Hi, why don't you have a look at the generated code? (save your program as text file, open it with notepad or any other text editor). You should see the...
Thomas Gruber
computerhusky
Offline Send Email
May 16, 2008
9:14 pm
18975
At the beginning of your code define the following constant: Const BS_MULTILINE = &H00002000 To make a button multiline you might use this code: ...
rbsoft42
Offline Send Email
May 17, 2008
11:46 am
18976
... That works great! Thx. Mike....
Mike
m31515s
Offline Send Email
May 18, 2008
12:52 am
18978
My first time with NS Basic and im having fits with getting listview to work. I can see it on the form in design mode but when i send the project to my ipaq210...
Woody
hwoody2wood
Offline Send Email
May 21, 2008
11:38 pm
Messages 18929 - 18978 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