Greetings; In the following code, what is the function of the ":" [FOR i = 0 TO 6: FOR j = 0 to 3] ? defint i,j DIM form As FORM DIM b(6,3) As BUTTON FOR i = 0...
a double loop... the external loop gets incremented by one while the internal loop goes about its full range of indexing.. then the external loop goes up by...
Put another way, the colon in BASIC dialects acts as the period at the end of s sentance in written text. That is, like in this example, I can continue on the...
I do not want the entire group seeing these photos.Because some may recognize me. Here's the link: http://karlid.zoomshare.com/files/photos.htm Enjoy babe :)...
Three freeware pgms that help me:: winXp: I typically have 8-10 pgms in my taskBar, and adding just one more pgm, like 'Add or Remove Program' immediately...
Hi, does anyone knows if with hotbasic is possible to use a database (ODBC) in-memory? I'm thinking about: LoadFromFile, Connect to it, use it, and finally...
Try my example for SQLite located under, http://tech.groups.yahoo.com/group/hotbasic/files/Users/Enpsuedo/ SQLTUTORIAL I hope this helps. ... .enpsuedo...
We have over 700 companies that will pay you We have over 700 companies that will pay you to: Take online surveys - Get paid from $5 to $125 Each Survey! Get...
... Enpsuedo's reply was very appropriate. Also, re ODBC specifically, the sqldata object (example usage in hotquery.bas on the download page of the...
Hello Jim TextWidth Width in pixels of text string argument. MyWidth = MyForm.TextWidth(MyString$) It seems, that TextWidth do not return the width of...
HotTrivia: The powerful internal variable for GUI apps hbLoop was *not in the manual*. So this notice says, the Manual has been updated to include it. hbLoop...
To the HotBasic group I have posted two libraries to my web site, to provide some additional functions for HotBasic users. HBascii.lib - a set of ascii...
Philip Bister
philip.bister@...
Jul 12, 2009 1:13 pm
16621
... Wow! Thanks! HotBasic: The Movie. In the scene described above in Philip's welcome post, we see an expedition of HB users digging on a remote hillside --...
Thank's for these... just a remark: by default the .lib don't have to be in the hotbasic directory, but in the inc directory ! am i right in this ? Dominique ...
... I find that formdraw.bas in HotThing.zip works properly. The underlying API calls require a defined device context as explained in the manual. Thus, you...
But When I use it I get an error when compiling that filename.sav can't be found but in the folder of my project only a .tmp file is created. How do I know if...
... hotoptim.exe is not in either of the directories you mention. Rather it is located in your HB directory -- the one that contains hot.exe. You know it ran...
... I have extracted the hotoptim.exe and a hotoptim file in my c:\hb folder and that is the folder where hot.exe is located This is the output from the result...
... Maybe the problem is ErrLevel=0 is missing. Here is what I get in HotIDE with $optimize DIM Form As FORM Form.ShowModal =====Results window 5:15:34 PM...
What I have done is created a directory called hotbasic, runned hbsetup, downloaded hotoptim.zip and extracted that zip in the folder. What could I have done...
I found the solution on my problem. If you just download the hotoptim.zip in your hotbasic compiler folder and like I often do select extract here if you want...
Hello All, Mixed topics. I came across a site that was very interesting. It's hardware programmed through pc. And from that found a true random generator which...