Search the web
Sign In
New User? Sign Up
hotbasic
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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 1393 - 1462 of 17146   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1393
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,...
doctor electron
globalservices1
Offline Send Email
Jul 1, 2004
10:22 am
1398
New + Create Labels on Forms (max. 5) + Delete labels + change top,left,width,height : Edit->Properties->Objects + Generate working code , File->...
chordnl
Offline Send Email
Jul 1, 2004
2:55 pm
1400
... 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...
doctor electron
globalservices1
Offline Send Email
Jul 1, 2004
3:24 pm
1406
a little mouseover example ' Mouseover example with onmessage ' C. de Visser ' cdvisser@... ' www.ready4music.com $APPTYPE GUI: $TYPECHECK ON create form...
chordnl
Offline Send Email
Jul 2, 2004
2:39 pm
1411
... Wow! May the power of HotBasic be with you! Now I want to see that spacecraft lifted out of the swamp (smile). Jim...
doctor electron
globalservices1
Offline Send Email
Jul 2, 2004
3:02 pm
1412
Reply (cont.) Here is a function to get hWnd for any FORM object: Declare FUNCTION ObjectHandle (lpObject) AS DWORD DefInt hObject As DWORD FUNCTION...
doctor electron
globalservices1
Offline Send Email
Jul 2, 2004
3:41 pm
1413
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....
Send Email
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...
Don
don67geo
Offline Send Email
Jul 2, 2004
6:20 pm
1415
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...
chordnl
Offline Send Email
Jul 2, 2004
6:46 pm
1417
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....
Send Email
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....
Send Email
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....
Send Email
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...
trondoc2020
Offline Send Email
Jul 2, 2004
10:23 pm
1421
... Using the HEX2DW numeric function of HotBasic? Jim Greetings, doctor electron http://www.angelfire.com/space/netcensus/...
doctor electron
globalservices1
Offline Send Email
Jul 2, 2004
10:41 pm
1422
... 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...
doctor electron
globalservices1
Offline Send Email
Jul 2, 2004
11:03 pm
1424
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...
doctor electron
globalservices1
Offline Send Email
Jul 3, 2004
12:24 am
1426
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...
Don
don67geo
Offline Send Email
Jul 3, 2004
5:24 am
1430
... not likely. I did not know that existed. my searches in the documentation did not find that function. Joe...
trondoc2020
Offline Send Email
Jul 3, 2004
10:04 am
1432
... 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"...
doctor electron
globalservices1
Offline Send Email
Jul 3, 2004
1:37 pm
1436
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....
Send Email
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...
trondoc2020
Offline Send Email
Jul 3, 2004
7:13 pm
1445
... MyForm.color = 1 goes back to previous setting. (smile) Jim...
doctor electron
globalservices1
Offline Send Email
Jul 3, 2004
7:50 pm
1450
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....
Send Email
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...
doctor electron
globalservices1
Offline Send Email
Jul 4, 2004
9:57 pm
1457
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 ...
chordnl
Offline Send Email
Jul 4, 2004
10:14 pm
1458
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...
chordnl
Offline Send Email
Jul 4, 2004
10:21 pm
1459
... 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"...
doctor electron
globalservices1
Offline Send Email
Jul 4, 2004
10:31 pm
1460
Jim, Just did some test with XP, and it works great with an HP laserJet 5 Thanks gr. Cor...
chordnl
Offline Send Email
Jul 4, 2004
10:35 pm
1461
... 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...
doctor electron
globalservices1
Offline Send Email
Jul 4, 2004
11:48 pm
1462
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...
pinoygabs
Offline Send Email
Jul 5, 2004
3:04 am
Messages 1393 - 1462 of 17146   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