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.
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 19746 - 19778 of 20556   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
19746
Here is some sample code that should get you started: ShowOKButton true AddObject "NSBasic.win32.Registry","reg" reg.key=&H1 'HKEY_CURRENT_USER ...
George Henne
ghenne
Offline Send Email
Jan 6, 2009
6:13 pm
19748
I have been away a while and obviously suffer from a memory problem. I have a button declared on a DialogX form and the click event doesn't work. I put the...
enonod
Offline Send Email
Jan 10, 2009
10:56 am
19751
Have a look at the Login sample. It capture events from DialogX controls: notice it does something interesting with the "_" character. George Henne NS BASIC...
George Henne
ghenne
Offline Send Email
Jan 12, 2009
11:36 am
19752
... Thank you for the response George. This does not 'seem' to solve my problem. As I see it the underscore on the end of the dialog name only appears to...
enonod
Offline Send Email
Jan 12, 2009
12:40 pm
19753
Hi, I need to call an function in a dll with a vbNullPtr (this is pre-defined in eVB) value in a parameter. What is the substitute for vbNullPtr in NS Basic ?...
jingjok67
Offline Send Email
Jan 13, 2009
3:18 am
19754
My copy of eVB has decided it does not want to work anymore, so I can't try this here at the moment. Write a short eVB program that does Msgbox...
George Henne
ghenne
Offline Send Email
Jan 13, 2009
9:37 am
19755
... doesn't ... memory ... Perhaps I can put this in simpler terms and get some help... A button does not seem to respond to a click when on a DialogX dialog. ...
enonod
Offline Send Email
Jan 13, 2009
11:02 am
19756
... character. ... problem. ... '(' " ... I have managed to solve this, so no reply needed....
enonod
Offline Send Email
Jan 13, 2009
4:30 pm
19757
Great! Can you post what you did, in case someone else sees this thread?...
George Henne
ghenne
Offline Send Email
Jan 13, 2009
4:37 pm
19758
I guess I have been writing at the wrong end of the reply box!! Can I get anything right? My main form contains a grid full of columns of data from an open ...
enonod
Offline Send Email
Jan 13, 2009
7:51 pm
19759
Hello George, That is strange, if I try the line Msgbox typename(vbNullPtr) & " " & vbNullPtr in eVB and run the code I get an error that variable vbNullPtr is...
jingjok67
Offline Send Email
Jan 14, 2009
3:46 am
19760
All I have been able to find in the forum seems to suggest that h/pc does not support removing toolbars. However, the bottom toolbar is permitted to slide out...
enonod
Offline Send Email
Jan 14, 2009
9:43 am
19761
Can you give this a try? vbNullPtr = clng(0) Call RZipInit (57236465, vbNullPtr) I have no idea if this will work, but the first line forces the subtype of...
George Henne
ghenne
Offline Send Email
Jan 15, 2009
2:40 pm
19762
This installer doesn't register the dll and if I use regsvrce to register it I get an error saying it is for a different architecture. I report this back in...
ghidera2000
Offline Send Email
Jan 18, 2009
9:38 pm
19763
Why db.Open("Name.db") work fine but db.Open("\Cartão de Expansão\IBF\Name.db") result in open error ? I cannot specify a path on the card? Problem with...
Marcelo Gurgacz
margubra
Offline Send Email
Jan 20, 2009
2:47 am
19764
Hi Marcelo, I'm not sure this is the reason for the error, but using special characters like the a with the tilde on top (what's the official name for this...
Thomas Gruber
computerhusky
Offline Send Email
Jan 20, 2009
7:56 am
19765
exactly. The name is assigned by the system. "cartão de expansão" is the "expansion card"...
margubra
Offline Send Email
Jan 21, 2009
12:15 am
19766
Hi, No, that does not work either. It seems nothing (I tried in eVB, too) except vbNullPtr works. Looks like anything else is still a variant and vbNullPtr is...
jingjok67
Offline Send Email
Jan 21, 2009
3:44 am
19767
I searched google and can not really find anything but snippets of what vbNullPtr is supposed to be used for, that is: "vbNullPtr Constant: The constant...
joespan123
Offline Send Email
Jan 21, 2009
8:48 am
19768
Hi, does anyone know if nsbasic will work with linux? I would like to use it on my Asus eee netbook....
kitimatwoz
Offline Send Email
Jan 21, 2009
8:02 pm
19769
NOPE. Does not work. From: nsbasic-ce@yahoogroups.com [mailto:nsbasic-ce@yahoogroups.com] On Behalf Of kitimatwoz Sent: Wednesday, January 21, 2009 3:02 PM To:...
Bob Katayama
banffbears2006
Offline Send Email
Jan 21, 2009
8:08 pm
19770
I have not tried it on my daughter's netbook, but you might try in via WINE. NSBasic is pretty well behaved so I would think it would work via WINE. Don ...
Don Powell
dpowell7299
Offline Send Email
Jan 21, 2009
8:58 pm
19771
Thansk - I had forgotten about WINE. I will give it a try. __________________________________________________________________ Instant Messaging, free SMS,...
Chris Wozney
kitimatwoz
Offline Send Email
Jan 22, 2009
7:32 pm
19772
Someone knows if there is a kind of thin-client CE.net based that can run a NsBasic_CE program? thanks in advance. ...
PRIVATO PRIVATO
dinca_gianluca
Offline Send Email
Jan 23, 2009
2:45 pm
19773
This document contains a partial list: <http://www.nsbasic.com/ce/info/technotes/TN21.htm> We haven't encountered many (any?) Windows CE devices that NS...
George Henne
ghenne
Offline Send Email
Jan 23, 2009
2:54 pm
19774
Depending on what you need the thin client to do, I might suggest you look at something like a Netbook from Acer or Asus that runs Windows Home Edition and run...
Bob Katayama
banffbears2006
Offline Send Email
Jan 23, 2009
3:03 pm
19775
I am having a very frustrating with implementing automatic landscape/portrait switching. (Sorry for the long post) To do this I have created an OUTPUT_SIZE...
rmrsoft
Offline Send Email
Jan 27, 2009
10:24 pm
19776
The first question is how are you storing the current screen status? If you are using the Registry, you may find a setting that deals with the hardware issue. ...
Tim Markoski
tmarkoski1122
Offline Send Email
Jan 28, 2009
12:14 am
19777
... Simply as a variable in the program, set at startup to zero for portrait and one for landscape. Al...
rmrsoft
Offline Send Email
Jan 28, 2009
8:26 am
19778
Hi, Thanks for your answer Joe,sorry to say it doesn't work. To investigate the problem I have now created a small dll in eVC with ... DWORD WINAPI fnTest...
jingjok67
Offline Send Email
Jan 28, 2009
6:57 pm
Messages 19746 - 19778 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