When a GUI application does not process .On... events (please see EVENTS in hotform.txt in Manual), many objects may be displayed (EDIT, LISTBOX, CHECKBOX,...
... I thought of this technique. 0) dim hOBJ as LONG 'object handle 1) pass pointer of object (@MyObject) to a sub/function with argument lpMyObject. 2) in...
a little mouseover example ' Mouseover example with onmessage ' C. de Visser ' cdvisser@... ' www.ready4music.com $APPTYPE GUI: $TYPECHECK ON create form...
Reply (cont.) Here is a function to get hWnd for any FORM object: Declare FUNCTION ObjectHandle (lpObject) AS DWORD DefInt hObject As DWORD FUNCTION...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the hotbasic group. File : /Test...
hotbasic@yahoogroups....
Jul 2, 2004 6:14 pm
1414
... updates and version control + working example. ... http://groups.yahoo.com/group/hotbasic/files/Test%20Bed/HotGuiDesigner.zip ... Cor, I hope this updated...
Hello Don, 1000x thanks to make structure out of my sourcecode Now I can read my own code ;-) I will accept the structure you proposed, it is still valid. Now...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the hotbasic group. File :...
hotbasic@yahoogroups....
Jul 2, 2004 9:49 pm
1418
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the hotbasic group. File :...
hotbasic@yahoogroups....
Jul 2, 2004 9:49 pm
1419
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the hotbasic group. File :...
hotbasic@yahoogroups....
Jul 2, 2004 10:08 pm
1420
please excuse the apparent triviality of the programs I uploaded to the files section. they are learning experiments for me and code I will be needing and I...
... Cor has done step one, get a concept to run with success. Step two is optimize. A suggestion: Defstr t$ DoMessage: IF uMsg<>32 THEN Goto Exit_DoMsg SELECT...
July 2 Hotbasic v2.5b (1) extends maximum array size to about 42 megs and (2) changes GUI class .background default to 16 (COLOR_BTNFACE+1). (1) addresses a...
Hey Cor, ... Thanks, glad you like the idea. :) ... Yeah, I think now anyone easily to roll with the new source code. Just pick the section that they thing...
... With IE browser, search for "hex" on main "table-of-contents"/"index" page (hotdoc.html) finds HEX2DW as second "hit" after "HEX$". Using W2K to "Search"...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the hotbasic group. File :...
hotbasic@yahoogroups....
Jul 3, 2004 2:26 pm
1444
... HEY!!! My form looks NORMAL now!! :D No more two-tone on '98 and one-tone on 2k..... ....now.... how do we make that optional? I kinda got used to it...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the hotbasic group. File : /Code...
hotbasic@yahoogroups....
Jul 4, 2004 9:37 am
1456
July 4 v1.3c and v2.5c add FREECONSOLE statement. v2.5c adds PRINTER Object (please see PRINTER in Manual which has hotprint.bas test program). Happy...
Just click on the link below for a win api tutorial. It is based on the c language, but it is very usefull. You can also download the complete tutor ...
Jim, Thanks for the update. I just did a quick test with the following code, it does not print with w98se. Printer is not accessed in any way. I have installed...
... Thanks for the tip, Cor. I was just getting ready to backup files to a w98se machine. I'll check it out there. Maybe the code can add the "error check"...
... OK, I have it. For w98se and probably for w9x generally, you have to use the .newpage and .endpage methods. I'll update the example in the help file...
I just wanted to let this out of my brain before I continue with my work, and I feel that this is already due. Thanks, Jim, for HotBasic. Since I officially...