HBassistant v2.67 has now been posted to the Files|Philip section of the HotBasic Group. In this edition, I have added Balloon Hints/Tooltips to the code...
19315
hotbasic@yahoogroups....
Feb 22, 2013 1:42 pm
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 :...
19316
hotbasic@yahoogroups....
Feb 22, 2013 1:47 pm
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 :...
IDEAL HotBasic IDE version 1 has now been posted for download from the Files|User|Philip folder of the HotBasic group. The main editon (IDEAL.zip) is for...
... Thank you for your report Fredrik. This has now been corrected in the main edition (IDEAL.zip) and the classic edition (IDEAL_CE.zip) Thanks Philip...
19322
hotbasic@yahoogroups....
Mar 9, 2013 1:49 pm
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 :...
19323
hotbasic@yahoogroups....
Mar 9, 2013 1:50 pm
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 :...
19324
hotbasic@yahoogroups....
Mar 10, 2013 11:25 am
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 :...
19325
hotbasic@yahoogroups....
Mar 10, 2013 1:55 pm
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 :...
19326
hotbasic@yahoogroups....
Mar 19, 2013 2:10 pm
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 :...
19327
hotbasic@yahoogroups....
Mar 19, 2013 2:11 pm
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 :...
Posted for download from the HotBasic group in User files, Philip. IDEAL Ide v1.1.0 and IDEAL_CE Ide v1.1.0 In this update: auto set-up also searches for .inc...
19329
hotbasic@yahoogroups....
Mar 28, 2013 1:17 pm
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 :...
19330
hotbasic@yahoogroups....
Mar 29, 2013 2:28 pm
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 :...
19331
hotbasic@yahoogroups....
Mar 29, 2013 2:30 pm
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 :...
Hi Phil , For both HBfind.zip and HBassistant , in Files section , I am getting error : "Document Not Found The document you requested could not be found." ...
If I try to open the current user part of the registry on a win7 64bit Without admin rights I'm not able to read the registry. Is this a known problem or is...
... Hello Fredrik, I use the registry on win7 64 bits without problem, I save and re-read my applications settings in the HKEY_CURRENT_USER folder. Pierrot...
Hello, 2 small examples using registry:(read and write) writekey.bas ============ $apptype console $typecheck on $define HKEY_CURRENT_USER &H80000001 dim...
I know this sounds weird, but ... I tried some time ago to purchase HotVasic via the web page. I received a notification from Google Wallet that my card was...
... Bingo! Your order has been processed and password for download sent to you, sir. My apologies for the inconvenience. In the last week, I had some hardware...
19343
hotbasic@yahoogroups....
May 6, 2013 8:16 am
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 :...
I need to delete some registry entries within a HotBasic program. The following code does not work. What am I doing wrong? DIM Reg AS REGISTRY $DEFINE HKLM...
... Try regwrite.bas, a demo program in your \tutorial92;hotthing directory. It successfully deletes a key on my XPPro machine. Re your code, I don't see "Test...