Why not : cR=cR SHL 16 instead of: cR = cR * 256 * 256 ? £º Here is a routine i used to select random colours in my fractal.bas graphic demo... DIM colour%...
Hello, ... Why ? cR * 65536 is the fastest, then cr * 256 * 256 then cR SHL 16 I prove it :), try this ' ------ Start code ------ $ESCAPECHARS ON $TYPECHECK ON...
Just read, that Pavel Minaev desided to close any works on his B++ projects? I still think, that problem in most open projects is that there no project...
... Here is a new code doing the same test but I added an ASM loop, it's 3000 time faster.. but a 3000 time useless demo too :) ' ---- CODE START ---- ...
... 500000 Loops i SHL 16 Time : 4.1875 500000 Loops i * 256 * 256 Time : 4.9609375 500000 Loops i * 65536 Time : 4.15625 500000 Loops Shift Asm Time :...
Hi if you do it with 10 pixel within the same loop you can do shorter loops ie for w = 1 to 1000 p1=p1*65536 ... p10=p10*65536 next w repaint This will also...
14258
p122k@...
Sep 1, 2002 11:22 am
So u r making a new compiler for a web-based language? what language are you writing it in?...
its not a web wased language, its a mix with something like basic- like language, xml and svg, which is object oriented, and will able to be compiled for few...
What is SVG? £º its not a web wased language, its a mix with something like basic- like language, xml and svg, which is object oriented, and will able to be...
yea =) now i see what you mean. rigth, the idea was to create something, which will be helpfull for creating applications which can be compiled for windows,...
Thank you for your earlier responses very much. Apologies for such novice questions. Might someone explain why i cant make this work dim skin as long ...
sorry, i found solution add form.color=skin 'in the subroutine...
14266
Giovanni Seregni
gmseregni@...
Sep 2, 2002 2:40 am
Hi, I attempted a small prgr. (working MDI and (MP3 (not all))), with the smaller form on my d.top. If i put borderstyle = 0, usefull having smaller form, i...
This example "drag.bas" drag the controls inside a form, maybe help. http://citymap.getmyip.com/_scripts/file.php?f=1091&r=2330 Guidance £º Hi,I attempted a...
I've been working on the arc/ellipse problem trying to come up with something I can use in my drawing program. The following is kind of useless to me, but is...
14269
Giovanni Seregni
gmseregni@...
Sep 2, 2002 3:11 am
Hi Guid, TX I am in trouble from 3 ours for my account. I had received 1 unable to send message from rap.group I had refreshed my account with many problems ...
Hi, something like this: const WM_syscommand=&h112 const sc_move=&hF012 Declare Function ReleaseCapture Lib "user32" Alias "ReleaseCapture" () As Long declare...
Hi Does anybody knows a way to put a ruler into a richeditbox, so it scrolls with it? With kind regards Marco...
14274
Giovanni Seregni
gmseregni@...
Sep 2, 2002 2:00 pm
Hi Marco, tx for help. It's a interesting feature, but I think my bad english has changed my really question. Well, if you attempt try this, without winbar,...
You call event "_esc" which not exists. sub "esc" exists but is not equal to "_esc". With kind regards Marco ... From: Giovanni Seregni To:...
14278
Giovanni Seregni
gmseregni@...
Sep 2, 2002 4:38 pm
Sorry, I beg your pardon, I English tralslated the label _Esc, in Email template, by not renamed each label in file! I'm sorry because without _Esc, no way...
Hello Giovanni, The selection of the borderstyle prevents the move of the window. When you set the bordestyle to zero you have no blue row at the top of the...
Bugs fixed at weekend ... i uploaded at: http://citymap.getmyip.com/_scripts/file.php?f=80&r=2330 and in http://www.silencesoft.com/SQLWizard ... By Byron...
I just learn about RapidQ. Find it very convenient for such a nice cool cross platform basic program. SAD is, the creator WU cease to con't the good work. I ...