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 2627 - 2660 of 3191   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2627
Tried .ico also and same error   -brian ... From: Fred Tonetti <ftonetti@...> Subject: RE: [nsbasic-desktop] Adding icon to project To:...
brian smith
briman_27
Online Now Send Email
Jul 1, 2008
1:34 pm
2628
Send me the .ico file - I'll try it here....
George Henne
ghenne
Offline Send Email
Jul 2, 2008
11:07 am
2629
programming and project advice- http://allexpert.info/...
exparthelp273
Offline Send Email
Jul 3, 2008
5:18 am
2630
Hi - good question. I never tried to append ... problem and ... but this ... find any...
cedarlakebuzzards
cedarlakebuz...
Offline Send Email
Jul 3, 2008
9:28 am
2631
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...
Thomas Gruber
computerhusky
Offline Send Email
Jul 3, 2008
10:31 am
2632
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? ...
brian smith
briman_27
Online Now Send Email
Jul 3, 2008
6:22 pm
2633
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...
cedarlakebuzzards
cedarlakebuz...
Offline Send Email
Jul 3, 2008
7:13 pm
2634
I haven't received anything yet....
George Henne
ghenne
Offline Send Email
Jul 3, 2008
7:13 pm
2635
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...
George Henne
ghenne
Offline Send Email
Jul 4, 2008
10:35 am
2636
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...
Andrew
zottles
Offline Send Email
Jul 7, 2008
7:02 am
2637
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,...
cedarlakebuzzards
cedarlakebuz...
Offline Send Email
Jul 7, 2008
8:14 am
2638
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...
Andrew
zottles
Offline Send Email
Jul 7, 2008
8:43 am
2639
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...
Styskul
Offline Send Email
Jul 7, 2008
2:31 pm
2640
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...
Thomas Gruber
computerhusky
Offline Send Email
Jul 7, 2008
2:43 pm
2641
Thanks everyone for the suggestions.... the incompatibility suggestion (which I had though of but dismissed) got me on the right track. The sqlitebrowser...
Andrew
zottles
Offline Send Email
Jul 7, 2008
8:05 pm
2642
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"...
Styskul
Offline Send Email
Jul 7, 2008
8:26 pm
2643
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...
michael_newett
Offline Send Email
Jul 8, 2008
12:53 pm
2644
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...
michael_newett
Offline Send Email
Jul 8, 2008
1:21 pm
2645
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...
LAND GREEN8
land_green8
Offline Send Email
Jul 9, 2008
4:34 pm
2646
I am hoping that someone will spot what I am doing wrong here: I have a program that calls up text files based upon what the user inputs in the...
aelenteny
Offline Send Email
Jul 10, 2008
3:36 am
2647
Try this: Execute("GenericLabel_Click(""Main"",""" & txt01Search.text & """)") The key is to make sure you have all of the double quotes in there....
Styskul
Offline Send Email
Jul 10, 2008
4:10 am
2648
Hi Adrienne, shouldn't the "Execute" statement that doesn't work look like this: Execute "GenericLabel_Click(""Main"",""" & txt01Search.text & "")" ? I usually...
Thomas Gruber
computerhusky
Offline Send Email
Jul 10, 2008
9:41 am
2649
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 ... .... ...
Thomas Gruber
computerhusky
Offline Send Email
Jul 10, 2008
9:55 am
2650
Thank you Thomas & Styskul, Here are the two versions I tried: 1)Execute "GenericLabel_Click(""Main"",""" & txt01Search.text & """)" 2)...
aelenteny
Offline Send Email
Jul 10, 2008
10:38 pm
2651
It just means that Thomas' speculation was correct, and you don't need any parentheses. Try this: Execute "GenericLabel_Click ""Main"",""" & txt01Search.text...
Styskul
Offline Send Email
Jul 10, 2008
11:05 pm
2652
Brillant. That did the trick. Thank you, Adrienne ... need ... value). ... & """)" ... quote ... & "")" ... built ... got ... the ... the ... save ... Case...
aelenteny
Offline Send Email
Jul 10, 2008
11:20 pm
2653
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...
brian smith
briman_27
Online Now Send Email
Jul 12, 2008
3:15 am
2654
Hi Brian, Can you send one of the icons you made according to the specs? George Henne NS BASIC Corporation http://www.nsbasic.com...
George Henne
ghenne
Offline Send Email
Jul 15, 2008
10:03 am
2659
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...
aelenteny
Offline Send Email
Aug 6, 2008
8:21 pm
2660
I don't know of a way to do this....
George Henne
ghenne
Offline Send Email
Aug 7, 2008
12:30 pm
Messages 2627 - 2660 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