Hello, to open a text file for appending data at the end, put "8" at the end of the open statement, instead of "2", that opens the file in append mode so all...
I sent the .ico to George  I was just wondering if others had a problem with this? OR if your successfult at assigning your icon what is the string you use? ...
I have had problems with icons when certain other values are present in the header portion of the .nsp file. I have always used a file with the .ico...
Your icon file seems to contain 3 different image sizes. It needs to contain one image, 32x32 of 256 colors. Try changing it and see what happens. George...
I orginally put this question on the NSBASIC/CE section, but the issue is still the same. I've been stumbling around for quite a few hours, waiting for that...
Was the Accounts.db created on Windows/CE and copied to Windows/desktop? I tried that one time and had similar results. When I created the db on the desktop,...
Some more info.... If I execute the EXACT original code in sample sqLite, I get a database created which I can see in a folder where I expect it to be, called...
I claim no expert knowledge of either sqlitebrowser or the NewObjects control, since I have no experience with the former and very little experience with the...
Hi Andrew, the behaviour you describe nearly always indicates that the path to the database is wrong. The open database statement in SQLite creates a new...
Thanks everyone for the suggestions.... the incompatibility suggestion (which I had though of but dismissed) got me on the right track. The sqlitebrowser...
Honestly, even though I suggested it, I didn't think compatibility would be an issue, because I would have thought it would generate an "incorrect version"...
Hi guys, does anyone know how to insert data into an ALREADY opened Excel worksheet? i.e I dont want to create a new workbook, or load an existing workbook...
Figured it out. Code below in case anyone else has the same problem. Option Explicit Dim objExcel 'Excel object Sub Main() 'CreateExcel OpenExcel End Sub Sub...
Find the best prices for cars on the Internet with our website, make price comparisons, and research cars models, specs, prices and more u can find all of this...
Hi Adrienne, shouldn't the "Execute" statement that doesn't work look like this: Execute "GenericLabel_Click(""Main"",""" & txt01Search.text & "")" ? I usually...
Hi Adrienne, I knew I'd get it wrong, without testing! Please use Styskul's version, he got the quotes right I think. There's 1 double quote ... or ... .... ...
It just means that Thomas' speculation was correct, and you don't need any parentheses. Try this: Execute "GenericLabel_Click ""Main"",""" & txt01Search.text...
Brillant. That did the trick. Thank you, Adrienne ... need ... value). ... & """)" ... quote ... & "")" ... built ... got ... the ... the ... save ... Case...
Thanks for taking the time George it really means alot for a user to have the "man" help out :-) Â Ive used IconMaker and made a few icons according to your...
Is there a simple way to create code that will allow text to appear when a user travels over a label element? I am thinking about something similar to what...