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...
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...
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...
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?...
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...
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 ......
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! 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. ...
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, 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...
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...
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",...
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...
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>...
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...
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...
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...