Search the web
Sign In
New User? Sign Up
nsbasic-desktop · Forum for NS Basic/Desktop 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 1967 - 1998 of 3191   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1967
Handsome and Cool Bikers looking for fun! Chat with them here: http://profile.bestbikerclub.com/bikerpro/datebiker.htm...
bikerguy0480
Offline Send Email
Jan 2, 2007
10:28 am
1968
Hi, i use NSBasic CE 7.x and NSBasic Desktop 2.x With NSBCE SQLite3 was introduced. I visited the homepage of newobjects and found the PC-Version (DLL) of...
csandmann2002
Offline Send Email
Jan 2, 2007
5:51 pm
1969
We will be posting an SQLite3 version of the installer soon. If you cannot wait till then, you will need to use the one from NewObject's website. You will need...
George Henne
ghenne
Offline Send Email
Jan 2, 2007
6:32 pm
1970
To answer my own question - with a first guess: a) Register the dll with reg32svr b) change one statement to "AddObject "newObjects.sqlite3.dbutf8","db"" Run...
csandmann2002
Offline Send Email
Jan 2, 2007
6:51 pm
1971
What exactly didn't work? Unfortunately I can't try it out here because I don't have NSBasic/Desktop installed. Are you sure the database was a 3.x database?...
Styskul
Offline Send Email
Jan 2, 2007
7:45 pm
1972
Hi Fernando, does the Resize.ocx from Larcom & Young with with NSBASIC? I've given it a quick try but could not get it to work. Can you please post a working...
michael_newett
Offline Send Email
Jan 2, 2007
9:29 pm
1973
Hi Michael, I used resize with basic 6.0 without problems, but not tried in nsbasicdesktop. there is a sample for vb6.0 ( included that works ok ) Fernando ......
fgibert
gibertfernando
Offline Send Email
Jan 3, 2007
9:41 am
1974
Hi Fernando, yes I've looked at the VB sample that comes with it - it looked very impressive. I cannot get it to work with NSNASIC though. As I understand it,...
michael_newett
Offline Send Email
Jan 3, 2007
10:25 am
1975
Michael! you just need to add/register the control and write no code at all, ,just drop control into the form. i suppose there is a trial version at l&y. ...
fgibert
gibertfernando
Offline Send Email
Jan 3, 2007
10:52 am
1976
Yes there is a trial version. I've installed it, registered it, and added the control to NSBASIC. No luck unfortunately. I know its registered correctly...
michael_newett
Offline Send Email
Jan 3, 2007
12:33 pm
1977
Michael, Then i apologize about mi info. I use it in asna visual rpg against ibm i series. Larcom maybe has a vbx instead off the ocx. I will write them as...
fernandogibert$telefo...
gibertfernando
Offline Send Email
Jan 3, 2007
3:30 pm
1978
No probs Fernando....
michael_newett
Offline Send Email
Jan 3, 2007
5:53 pm
1979
Hi guys, is it possible to assign a key to a command button. For example, if the space bar is pressed then CommandButton1 is clicked Regards Mike...
michael_newett
Offline Send Email
Jan 4, 2007
11:28 pm
1980
Is there any way to change the background color of a command button or am i going mad? CommandButton.BackColor=vbred ,for example doesnt work Kind regards Mike...
michael_newett
Offline Send Email
Jan 4, 2007
11:58 pm
1981
Hi Mike, It's a weirdness of Windows on the desktop that buttons cannot have different colors. Window CE does allow this - go figure....
George Henne
ghenne
Offline Send Email
Jan 5, 2007
3:04 pm
1982
Hi Mike, standard button has no backcolor property. So, make Your own button: Sub Form1_Load AddObject "NSCEPictureBox.NSCEPictureBoxCtrl.1",...
Heiko Stolte
stolte_h
Offline Send Email
Jan 5, 2007
3:09 pm
1983
What idiot came up with that idea! Does this only apply to VBSCRIPT, or does it apply to VB and VB.net also ?? ... button or...
michael_newett
Offline Send Email
Jan 5, 2007
3:20 pm
1984
Hi Heiko, that was my plan B. It just seemed an over kill so I thought I'd ask the question first. Thanks ... AddObject "NSCEPictureBox.NSCEPictureBoxCtrl.1",...
michael_newett
Offline Send Email
Jan 5, 2007
3:24 pm
1985
It's actually more fundamental than VBScript, VB or VB.Net - it's in the OS....
George Henne
ghenne
Offline Send Email
Jan 5, 2007
4:50 pm
1986
It is possible to set the background color of a command button provided the style is set to graphical. Unfortunately, in VB this can only be set in design...
Picard, Steven C.
j11l13
Offline Send Email
Jan 5, 2007
5:09 pm
1987
Hi Mike, The over kill is not so much as you thing, see file section PBClass.zip and you will have a "collection". regards Heiko ... sparen!...
Heiko Stolte
stolte_h
Offline Send Email
Jan 5, 2007
7:30 pm
1988
Here's an even better one: it has separate lists of CE and Desktop API functions. <http://www.activevb.de/rubriken/apiviewer/index-apiviewereng.html>...
George Henne
ghenne
Offline Send Email
Jan 8, 2007
8:51 pm
1989
Hi,... ... I use this Routine since a pair weeks in my Tool, "Save" is a "CommandButton". But i had many Problems with it too in the Old NSBasic Version, The...
Andreas Hannemann
nattereripir...
Offline Send Email
Jan 10, 2007
6:19 pm
1990
... Sorry,.. wrong Group,... Regards Andreas...
Andreas Hannemann
nattereripir...
Offline Send Email
Jan 11, 2007
8:14 am
1991
Does anyone know of an NSBASIC compatible third party Activex Listbox control that supports drag and drop events - to allow me to drag items around the listbox...
michael_newett
Offline Send Email
Jan 11, 2007
6:08 pm
1992
Try CoolXPList http://www.vbmaster.gbadmin.de/home/home.php Regards Heiko ... items...
Heiko Stolte
stolte_h
Offline Send Email
Jan 12, 2007
9:35 am
1993
Thanks Heiko, ill give it a try! ... Listbox...
michael_newett
Offline Send Email
Jan 12, 2007
12:55 pm
1994
Hi all, have uploaded some samples with coolxp controls. Most of the controls are working with NSB, see photos and samples. regards heiko...
Heiko Stolte
stolte_h
Offline Send Email
Jan 12, 2007
8:35 pm
1995
Nice demo Heiko. Thanks! Regards Mike...
michael_newett
Offline Send Email
Jan 15, 2007
10:29 am
1998
Is there a way to set the focus to another exe that is currently running? For example, if a user is running an application called "excel.exe" and they...
michael_newett
Offline Send Email
Jan 15, 2007
1:22 pm
Messages 1967 - 1998 of 3191   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