... Hello Air I have modified your code in places, and replaced the MouseX, MouseY routine with a MouseOver routine which solves the problem of the underlined...
Philip Bister
philip.bister@...
Jan 1, 2007 3:00 pm
11325
... Brilliant! Man, you're good! What I like most about your solution is the simplicity - very tight! Thanks, Philip! AIR....
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....
Jan 2, 2007 3:50 pm
11327
Hello Alex, Very beautiful, But ... no cleaning of object GDI, used After every repaint procedure you should call the DeleteObject function for every icon...
I had a friend of mine test the code in Visual C++ 2003 and he reported that if a final release were made of the code the execution time dropped from 30 sec to...
... With all due respect for your friend, Fredrik, I think the only results that can be considered credible are those where we have the source code and .exe...
Hi Pierrot, thank you for analyzing my code, and the bug report. It's now fixed and the updated files are posted to the files section. Thanks again. -Alex-...
Hi everyone: Over the weekend I poked around at some of the sample code in FILES and see that there are a few examples of ways to display GIFs and JPEGs. From...
... A bug, yes, in source code. Your code assumes there is a QUOTE char in Line$; if not, crash. You might try defint LastCharPos = 2 Next_Quote: CharPos =...
Gotcha. I should have caught that. I keep suspecting local/global variable declaration conflicts and got stuck on that. I just need to make sure the...
The idea of doing 50 million iterations of fairly heavy math in less than one second didn't seem reasonable. Hopefully everyone didn't just write this off. I...
... Sorry, no cigar ... for me. VC looks like a complete looser -- can't even compile the source code and therefore its time is infinite -- it never does the...
... Your disclosure, Mark, of omitted statements by VC's compile is sensational. There is no end to the implications. What if X was read by pointer (BYREF in...
I found this if someone understands how the this code works http://www.smorgasbordet.com/pellesc/contrib_findfilectx.htm This will create a COM dll that snapps...
... I looked at the code again and it seam that this is done becuase VC has by default a compiler optimization that removes any variables that Isn't used in...
... It's a "divine compiler" -- all-knowing, all-wise! But too dumb to know we're timing computation! What a joke! To dumb to know we are reading x results...
... Brilliant analysis! An outstanding example of why performance results need careful examination. In truth, IMHO, *your* analysis has condemned VC to death!...
... Yes...I have seen it. In fact I had to rewrite the benchmark a couple times in an effort to prevent VB from doing this "read ahead" cheating. Evidently I...
Can anyone give me any ideas as to why the following theory doesn't work? I'm tinkering with image transparency and came up with the following idea. Say you...
... A long time ago, somebody posted here the .dll functions that IE uses to render .gifs with transparent pixels. Probably IE calls a .dll function when...
... How about (1) "Because I asked it to" or (2) "I'm boss" or (3) you (Mr. VB/VC) work for me; I call the shots". BTW, good sleuthing! Was a debugger needed...
... I think that this is the code you are looking for in vb 6 http://files.codes-sources.com/fichier.aspx?id=40785&f=modCRC.bas and this seams to be some code...
... No, I wasn't that sophisticated. My "read ahead" conclusion is still just a theory. In my mind, if I write a simple program that calls for a loop to be...