Hi Air, I also downloaded the RAEdit based Editor, and it looks very nice. I see that you are using the "RAEdit.lib". Problem is, that you will need to unpack...
... Hey, Alex, how are you? Dll's / external dependencies are no fun. ;) Actually, I did it both ways. It was more of a challenge to use the .lib than it was...
Hi AIR, thank you for clarification, and YES, I'm now understanding what you are meaning about DLLs and LIBs. I think we are both the same kind of programer....
HBassistant v2.41 has now been posted Printing function has been restored. Philip www.ukonline.co.uk/...
Philip Bister
philip.bister@...
Mar 3, 2008 1:07 pm
14751
HBide v2.43 has now been posted for download. This version has a number of improvements over the previous version, including better streamout code, 'Scroll to...
Philip Bister
philip.bister@...
Mar 4, 2008 1:18 pm
14752
HB version 5.6 I compile progs which are created with older versions of HB and noticed the following. with onmousedown=doit and click on a listbox item which...
add the .append to any object that has a caption or text property e.g. statusbar.caption="1" otherwise we need to make an extra definition of a string ...
... In that case, consider parsing the string char by char defstr r,s,t defint i for i=1 to s.len t=s[i] if instr(".0123456789",t) then r.write(t) next i where...
Photographers Needed Worldwide For a Great Paying Job! "Genuine home-based photography system lets you earn up to $250 a day and also gives you the opportunity...
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....
Mar 16, 2008 11:01 am
14762
And finally the Hotbasic Debugger 3.0 is released. This release moves the debugging in Hotbasic to another level With the new functionallity of adding and...
... Wonderful! Thank you, sir! It's been a little quiet lately here in the forum, which I attribute to (1) HB users tend to be skilled coders to begin with,...
... Consider wininet.dll. I think you can "open a handle" with InternetOpenA, then connect with a https server (port 443) with InternetConnectA. These steps...
... ...because once "4" is read, replacesubstr$ is done and its result is concatenated with "5"+"6". Sorry if this states the obvious (it appears from your...
... Thanks for quick reply (as always!). Wouldn't it be more clear / logical from the language perspective / grammar for replacesubstr$ to concatenate the...
... Agreed. Have to look at that. I think this was an attempt to keep things simple for error-checking (the compiler internally can specify that only a...
... I use .append very often actually, but I'm very conservative in amount of code I write. This one happens only once through the run of my application so...
A user has pointed out a link failure for SQLGetDiagRecA in sqldata1.inc used by the hotquery.bas demo (tutorials/sql directory). This has been corrected and a...
Hello, i want to use 2 functions from wininet.dll InternetOpen and InternetOpenUrl they are declared as: Declare Function InternetOpen Lib "wininet.dll" Alias...
... Hi, Dominique, Yes, your use of ALIAS gives you text embedded in text and you get the wrong replacement. Solutions: 1. yours is OK, 2. get rid of ALIAS...
Jim Splitter.bas does not compile with the Optimize switch, as SPLITTERdown and SPLITTERup procedures are removed, but are of course, required by the...
Philip Bister
philip.bister@...
Mar 23, 2008 3:38 pm
14776
Help! I am trying to cobble a routine to change the system time on an XP. My research so far says this should work (reset the time etc to aprox what it was)...