And now: HotBasic "o" versions now support CREATE-style syntax for FORM objects. So with "old" code i got this: Line 331 ERROR Missing = Form1.Icon="Chi.ico" ...
Long, long ago, Dominique Bodin, a life form in far off space, ... No you don't. Witness, I compiled hotwin.bas with the "o" version and posted its v2.2 on...
How about a little utility to update the HotBasic help files (manual) on a local machine by looking up the second line of the .txt files (Updated: ...) and...
Long, long ago, jose_d32792, a life form in far off space, emitted: Hello Jose, ... Got it! I am now doing an overall evaluation of what events work with what...
Long, long ago, doctor electron, a life form in far off space, ... Even simpler might be to use the http HEAD request and get only the number of bytes in the...
Jim, I want to give it a try, but is there a way to use the sockect behind a proxy: my proxy address is 192.168.0.1:3128 gr. Cor ... (manual) ... (almost...
... More thoughts: Re proxy, one would .connect(S,proxyIP$,proxyPORT) using above info. Once connected to the proxy, then you do: CONNECT www.angelfire.com...
Hey Jim, Thanks for the update on that, the day I posted about the ".OnKeyDown" I made two posts and later on found in MSDN some information about it but I...
... Fine. Now with HB and RQ you can use either method: DIM or CREATE. If one uses CREATE, HB, like RQ and other compilers, will expect that CREATE-style...
... Cor, you are such a gentleman! Giving the benefit of the doubt! Actually, someone mentioned that several numeric functions without the "r = " example were...
The following code mi1 and mi2 will always execute HOTDUDE sub I think there is a problem here. And the mn1.Parent is now always needed, manual update? ...
Hi cordnl, as described in the hotform.txt, you have to: (1) Dimension a FORM (2) Define properties of your FORM (3) Dimension components of your FORM and...
Long, long ago, -Alex-, a life form in far off space, emitted: Dear group members, I got some sort of spam header on a post by Alex; and don't know why. Please...
How to use encrypt and decrypt with the FILE object? How to encrypt the following example and decrypt it gr Cor $APPTYPE CONSOLE $TYPECHECK ON Defint cnt DIM...
The following code writes only Item1 to the file I must be doing something wrong!!!! Cor $APPTYPE CONSOLE $TYPECHECK ON DIM File1 As FILE Dim Array(11) as...
... I notice a problem using the FILE object which will be fixed in the ... Defstr s$ s$.loadfromfile("MyFile.txt") s$.encrypt s$.savetofile("MyFile.txt") ...
... Here is code I posted here, I think, some time ago. I just recompiled with "o" version and it runs. Your problem may be using "1" as the mode in the file...
Better than this, result is on one line only (i had wrapping in the editor ... and each value is seperated by about 3000 spaces ! So, does that mean each...
Long, long ago, Dominique Bodin, a life form in far off space, ... Dear Dominique, are you "viewing" the file? Please keep in mind this is a binary file and...
Long, long ago, Dominique Bodin, a life form in far off space, ... At least in my test program, arrayIO.bas, there are NO spaces! None were written into the...
... In a reply, Shift-{arrow down} and then "delete" may work well to delete all text that one does not need to quote. ;-) Jim Greetings, doctor electron ...