Hello and good day for all, This code (below) is for find 1 million prime number. On my pentium 4 : 3 GHz in blitzmax = 0.841 s in Pure basic = 1 s in...
Yesterday, a jury of nine Dominicans in the High Court here unanimously found that I was innocent of a bogus arrest charge some 2 and 1/2 years ago on Feb. 6,...
I am having trouble with order of operators. If there is no equal precedence then what is the order. Where is the table? Does the order of execution always...
Greets, Don't know how to fix this other than duplicate routines for edt1.SelStart edt2.SelStart. curredthWnd=edt2.handle ' also tried curredthWnd=hWnd . . ....
Greets, I need a isHex finction for an edit box. Filtering for hex is fine but how do I NOT accept a non-hex char? Also, I notice that small "a" and capital...
Greets, I am trying to put a .bmp onto btn2. No prob with btn1: create btn1 as BUTTON bmp= "hot_basic" But btn2 is loaded from a *.png file (and magically...
Greets, Pls, see code below: I am trying to create an OwnerDrawn Button, and then color it. But no luck yet. Need help! Thanks...vmars316 'BS_OwnerDraw_vm.bas ...
Greets, There is a new program here: http://tech.groups.yahoo.com/group/hotbasic/files/Users/vmars/ ColorReplace: Click on image color, then enter new color to...
Hello there, My 2 cents for the day : CRC32 $APPTYPE GUI: $TYPECHECK ON $XPSTYLE ' $DEFINE SS_CENTER &H1 $DEFINE SS_SUNKEN 4096 ' Dim CRCTable(255) As long ' ...
Greets, I have a onkeyup for my Form (in my ColorRep program) so that i can do stuff according to what arrowKey is pressed. select case uMsg case WM_KEYUP ...
I found this interesting component probably can be used with Hotbasic and the ole wrapper. But I don't know. Perhaps some other HB Guru know how to use this...
Sorry to ask (maybe already here, i am newbe in hb), but it would be great if we could have natives functions for : degre to radian/rad to degre (conversion) ...
Intel has launched it's app store for windows applications and for Moblin "Intels Linux" I don't have the knowledge to do this but It would be great if The...
Hi I am trying to alter the line weight/thinkness when drawing a line i.e. printer.line 10,20,30,40,&h000000 and canvas1.line 10,20,30,40,&h000000 to the...
Hello, I recently discovered the work of Frank Dodd FreeBasic on the 3D engine Irrlicht. This is an adaptation of his excellent work for HotBasic. In the zip...
Mar 18 HotBasic 6.6 revises the SQLDATA object for thread-safe operation, which may be used to connect to multiple databases, where each connection is handled...
Greets, This seems odd to me: When I '$DEFINE CF_TEXT 1' see below. Then do: Case 1 List3FormatName$ = "CF_TEXT : Text" What ends up in List3FormatName$ is...
Greets, There is a new version of 'ddMenu BookMark Manager' available Here: http://tech.groups.yahoo.com/group/hotbasic/files/Users/vmars/ The version above...
So i was thinking of starting a coding game, something like rock-paper-scissors Or a Robot-battle. in wich each participant must write a dll that will...
So ive started a little coding contest (well actually it hasn't started until ive got players) ... Your job (By you, i mean whom ever would like to join in) is...
Jim, Is there something going on behind the scenes thats prevent a HB dll from being called though LoadLibraryA -> GetProcAddress -> funcall method cause i...
I am new to HotBasic and I am trying to write a program that needs to print some documents to the default printer and others to a second printer. At the...
Going back to the mid-1990s, some may know of the DOS game "Privateer" -- which remains, IMHO, one of the best space games ever written. The young man next...
Finally, here is my hbSnap program. It can capture a full_screen and/or partial_screen region and save the captured image to a File (*.png). The 'real magic'...
Jim, I continue to experience a bizarre random problem wherein my HB program suddenly stops and a message box pops up saying "Out of Memory". (Note: all other...