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

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

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 8488 - 8517 of 17145   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8488
With version 4.4d which files at the 'bin' directory are needed. grCor...
chordnl
Offline Send Email
Oct 1, 2005
9:09 am
8489
... Good morning, Cor. Everything except ml.exe and ml.err. Cheers, Jim...
doctor electron
globalservices1
Offline Send Email
Oct 1, 2005
11:44 am
8490
... MANNY, after all, *you* are right. There is a difference in CALLFUNC between the 4.4 series and previously; your fun2adrr code shows it; and this needs...
doctor electron
globalservices1
Offline Send Email
Oct 1, 2005
11:56 am
8491
Couldn't it be some kind of % progress number so the users with large sources See that something is happening ? I haven't had any problems with this but my...
fredriknorling2003
fredriknorli...
Offline Send Email
Oct 1, 2005
2:22 pm
8492
... Interesting idea. To do a % progress the compiler would have to know the total lines (or statements) in source code, which it does not know until it is...
doctor electron
globalservices1
Offline Send Email
Oct 1, 2005
3:37 pm
8493
In private email, a HB user asks about MENU .CheckBMP which requires a bitmap handle (hBitMap). Now the BITMAP object in HB has a .DC property which is the...
doctor electron
globalservices1
Offline Send Email
Oct 1, 2005
6:13 pm
8494
... Hi Jim, in a very very old program I used HBITMAP LoadBitmap( HINSTANCE hInstance, // handle of application instance LPCTSTR lpBitmapName // address of...
-Alex-
fconx_aho
Offline Send Email
Oct 1, 2005
8:47 pm
8495
... Jim, If I understand the question correctly, you can get the handle from a DC with the GetCurrentObject function. Mark GetCurrentObject The...
mdchipman
Offline Send Email
Oct 1, 2005
8:51 pm
8496
Just a little demo that I have been playing with today to test the API function AnimateWindow. Those of you not using 2000 or XP may have trouble with the...
mdchipman
Offline Send Email
Oct 1, 2005
9:17 pm
8497
... Double thanks to Alex and Mark. I'll pass this on to the HB user -- he, he, by the message numbers here on Yahoo -- maybe this user will see how good this...
doctor electron
globalservices1
Offline Send Email
Oct 1, 2005
9:38 pm
8498
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
Oct 1, 2005
10:02 pm
8499
... Good grief. This *is* happiness. Congrats, Alex. This and a good number of other HB programs posted here are very clever and useful utilities. If not...
doctor electron
globalservices1
Offline Send Email
Oct 1, 2005
10:16 pm
8500
My first idea was just a % steps for the diffrent steps you preform when compiling the source My secound idea is that you do it from the source file and in...
fredriknorling2003
fredriknorli...
Offline Send Email
Oct 2, 2005
6:18 am
8501
Thanks for the example, This was a really good tips. /fredrik...
fredriknorling2003
fredriknorli...
Offline Send Email
Oct 2, 2005
6:27 am
8502
I agree - thanks Mark for sharing the excellent demo. I particularly liked the fade operation. Very enlightening.....
Michael Sydenham
michaelsydenham
Offline Send Email
Oct 2, 2005
8:38 am
8503
Thanks to a report by MANNY, CALLFUNC got broken in part in the transition from 4.3 to 4.4 compiler versions. Now 4.4e fixes this, is otherwise identical to...
doctor electron
globalservices1
Offline Send Email
Oct 2, 2005
10:43 am
8504
... Problem located (but not solved): the program crashes before the 1st statement is executed. E....
emmazle
Offline Send Email
Oct 2, 2005
1:04 pm
8505
... Seriously, this compile time is getting prohibitive for larger projects. I vote for the option to keep ml.exe (or whatever solution, actually I don't know...
emmazle
Offline Send Email
Oct 2, 2005
1:15 pm
8506
... maybe the 1st statement is the problem. What is it? j...
doctor electron
globalservices1
Offline Send Email
Oct 2, 2005
2:17 pm
8507
... The beginning goes: $typecheck on $equalprec on $dupargerr on showmessage "Do you see me?" '(answer: no-- crashes before) '----------- COMPILING OPTIONS ...
emmazle
Offline Send Email
Oct 2, 2005
2:58 pm
8508
... hmmm. Commenting out the three $RESOURCE statements since I don't have the files, your code compiles and runs for me (w2k). Don't know if that is good or...
doctor electron
globalservices1
Offline Send Email
Oct 2, 2005
3:16 pm
8509
... Suggest using $OPTION DIM LONG unless you want your numeric CONST's to be DOUBLE. If you use them as INTEGER or LONG, the DOUBLE value would have to be...
doctor electron
globalservices1
Offline Send Email
Oct 2, 2005
3:24 pm
8510
... That's a good idea, thanks. And after $option dim long, does: const XX=1.5 still declare XX as double or do I have to put an $option dim double before? E....
emmazle
Offline Send Email
Oct 2, 2005
3:35 pm
8511
... No news actually. The first 1400 lines compile and run OK. After 1400 it gets complicated because I have DECLAREs referencing forward SUBs. So I can no...
emmazle
Offline Send Email
Oct 2, 2005
3:39 pm
8512
... Put it before. $OPTION DIM stays in effect until you change it. j...
doctor electron
globalservices1
Offline Send Email
Oct 2, 2005
3:59 pm
8513
... Hello , Thank you 4-4e is working for me :) Pierrot...
MANY PIERRE
pierrotstudio
Offline Send Email
Oct 3, 2005
5:23 am
8514
Hi Alex This is interesting - thanks. JFYI, I noticed a very minor point. When you click a constant using the mouse, perhaps it should update the preview as ...
Michael Sydenham
michaelsydenham
Offline Send Email
Oct 3, 2005
10:51 am
8515
... Hi, Michael. I sent the chat server code to you in a private email. ;) j...
doctor electron
globalservices1
Offline Send Email
Oct 3, 2005
4:25 pm
8516
... Hi Michael, thank you for your interest in ConstantViewer. You are right, the preview function is not called if you click in the listbox. I will add this,...
-Alex-
fconx_aho
Offline Send Email
Oct 3, 2005
9:15 pm
8517
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
Oct 3, 2005
9:53 pm
Messages 8488 - 8517 of 17145   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