Dear friends. The Commander Keene 1.0 download upgrades the version and now includes executables for both Windows and Linux, and source code. Best wishes,...
Hello HotBasic fans! HotInclude 2.8 posted with new .inc files such as hLISTBOX.inc == LISTBOX Custom Object for $APPTYPE CONSOLE justify.inc == helps print...
... Glad you raised that subject. And commendations for making your own .lib files! At present, there only default path for .lib files is your project...
July 3 HotBasic 4.8 (1) now supports MENU Object .CheckedBMP and .UnCheckedBMP autodetection of string (a $RESOURCE descriptor) or numeric (a hBitMap) values;...
I think I have a third option when you mention it. Couldn't I place the declare function within a .inc file so then I only have to update one file but I still...
... Thanks to further testing by and feedback from Pierrot, concerning the SYSTRAY issues he had raised, some little tweaks were done in 4.8j; and this "more...
Come on you guys, I am begging you for a little bit help ! I just want to release my software as a single exe. Sooo !? So it uses a dll file at the moment. I...
Hi Pierre I do not remember exactly but it is something included in the Borland compilers. Binobj32 or something similar... I hope this information is helpful...
... Not sure what you mean, Cor. To start a discussion, please note that Commander Keene will autodetect valid drives with F9 (as shown in source code) and...
Dear Friends, Another lame question is coming up... I just want to learn if using bitmap-only-buttons is possible without writing a special code. As you know,...
Hi, instead of using a button-object you can also use an image-object. With the image-object you only see the bitmap, and the OnClick-event is also working. ...
Hello Rather than using HB's Delete or Kill which completely removes files, does anyone know how to delete to the recycle bin? Thanks Philip...
Philip Bister
philip.bister@...
Jul 12, 2006 2:29 pm
10348
... Philip, You might try this. ... '********************** '* DeleteToRecycleBin * '********************** $APPTYPE CONSOLE Type SHFILEOPSTRUCT hWnd As Long ...
HBassistant v1.52 has now been posted. This version corrects a coding error introduced with v1.50, but just noticed. Also, I have corrected the description for...
Philip Bister
philip.bister@...
Jul 14, 2006 4:53 pm
10351
Hello, I have a problem with form icons... :-( If a 32x32 icon resource is used, the small icon is wrong If a 16x16 icon resource is used, the large icon is...
What I know you need a icon library that both containt a 16x16 and a 32x32 icon to get it right. I've been struggeling with this becuase there aren't any free...
July 17 HotBasic 4.8k improves (1) loading of large and small icon handles in $APPTYPE GUI and (2) data processing with DWORD values with the most significant...
The commandcount and command$ ends where the double space occurs. Don't know if it should work like this but I thought that I should raise the issue so anyone...