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

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 11324 - 11353 of 17145   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
11324
... 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@...
Send Email
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....
Airr
airrsongs
Offline Send Email
Jan 1, 2007
6:48 pm
11326
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
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...
MANY PIERRE
pierrotstudio
Offline Send Email
Jan 3, 2007
6:32 am
11328
Oooops, The line which I added no resoud not our problem the GDI leak still exists ... :( Pierrot...
MANY PIERRE
pierrotstudio
Offline Send Email
Jan 3, 2007
8:44 am
11329
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...
fredriknorling2003
fredriknorli...
Offline Send Email
Jan 3, 2007
9:02 am
11330
Solved with declare sub DestroyIcon lib "user32" (hIcon as long) ' ' DrawIconEx(dis.hDC,IconX,IconY,hIcon,cxi,cyi,0,0,DI_NORMAL) DestroyIcon hIcon Pierrot ;)...
MANY PIERRE
pierrotstudio
Offline Send Email
Jan 3, 2007
12:14 pm
11331
... 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...
doctor electron
globalservices1
Offline Send Email
Jan 3, 2007
12:43 pm
11332
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-...
-Alex-
fconx_aho
Offline Send Email
Jan 3, 2007
12:52 pm
11333
... Just for comparison's sake: http://shootout.alioth.debian.org/gp4/index.php AIR....
Airr
airrsongs
Offline Send Email
Jan 3, 2007
1:38 pm
11334
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...
falkyr11
Offline Send Email
Jan 3, 2007
2:36 pm
11335
I did upload the file I got from my friend. with the sourcecode file. Check It out with a debugger, if you like. /F...
fredriknorling2003
fredriknorli...
Offline Send Email
Jan 3, 2007
4:21 pm
11336
Added PellesC and VC6 benchmarks in WinBenchM1a.ZIP. I got .6 seconds for VC6. PellesC didn't fair as well....
mdchipman
Offline Send Email
Jan 3, 2007
6:16 pm
11337
Hi everyone: What the heck is wrong with this code?! $APPTYPE CONSOLE $TYPECHECK ON DIM Line$ AS STRING DIM CharPos AS INTEGER CREATE F AS FILE ...
falkyr11
Offline Send Email
Jan 3, 2007
10:33 pm
11338
... 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 =...
doctor electron
globalservices1
Offline Send Email
Jan 3, 2007
11:16 pm
11339
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...
Norm Kaiser
falkyr11
Offline Send Email
Jan 4, 2007
12:08 am
11340
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...
mdchipman
Offline Send Email
Jan 4, 2007
2:06 am
11341
... 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...
doctor electron
globalservices1
Offline Send Email
Jan 4, 2007
4:11 am
11342
... 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...
doctor electron
globalservices1
Offline Send Email
Jan 4, 2007
4:57 am
11343
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...
fredriknorling2003
fredriknorli...
Offline Send Email
Jan 4, 2007
9:35 am
11344
... 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...
fredriknorling2003
fredriknorli...
Offline Send Email
Jan 4, 2007
9:50 am
11345
... 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...
doctor electron
globalservices1
Offline Send Email
Jan 4, 2007
12:52 pm
11346
... Brilliant analysis! An outstanding example of why performance results need careful examination. In truth, IMHO, *your* analysis has condemned VC to death!...
doctor electron
globalservices1
Offline Send Email
Jan 4, 2007
12:56 pm
11347
... 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...
falkyr11
Offline Send Email
Jan 4, 2007
3:44 pm
11348
Anyone here have the table and code for doing a crc32 in HotBasic? (or vb6 etc, I can port it over). tia, lBl...
low_beer_light
Offline Send Email
Jan 4, 2007
4:23 pm
11349
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...
falkyr11
Offline Send Email
Jan 4, 2007
6:02 pm
11350
... 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...
doctor electron
globalservices1
Offline Send Email
Jan 4, 2007
11:16 pm
11351
... 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...
doctor electron
globalservices1
Offline Send Email
Jan 5, 2007
12:25 am
11352
... 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...
fredriknorling2003
fredriknorli...
Offline Send Email
Jan 5, 2007
6:57 am
11353
... 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...
falkyr11
Offline Send Email
Jan 5, 2007
2:15 pm
Messages 11324 - 11353 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