Hi folks, the open discussion is CLOSED ! The new name of "HotAPIviewer" is now "hbAPInator" and can be downloaded from http://www.alexandershotbasicpage.at/ ...
... Many thanks, Alex! I hope to release and then announce here the hbSetup update including hbAPInator and CustomCommand components. Warm regards, Jim...
Has anyone had any experience yet with running HB built Apps on the new Windows 7 pre releases ?? Can anyone think of why there could be problems? TIA G.Mike...
I have tried running and compiling HB programs on windows 7 and it worked with no special settings in windows. I haven't done any deep testing of diffrent...
... My previous reply focussed on valid index range and missed the major point above, which is that .Item is _not_ a valid destination value at all. We can...
... It is "go" with DIM MyString(x) as STRING*n where x is one or more subscript ranges, n is max string length. The array is the classic read/write vehicle...
GoodNews: I upgraded to windows7 yesterday then ran the following pgms: HotIDE HotApi HBAssistant hbSetup hotFind.2.3 All run fine. Also, no more truncation...
Just to let you know that HBide 2.73.1 has been uploaded to my site. Philip www.philipbister.ukonline.co.uk/...
Philip Bister
philip.bister@...
Oct 29, 2009 1:57 pm
17130
Hi fno; Sorry to say, "HBide v2.73.1 28-Oct-09 97Kb" takes over my Windows7/64 . Luckily, i started up TaskManoger before i started hbIde , so i was able to...
... Although you refer to HBide (by HotBasic Knight Philip Bister), I don't know the particulars there. However, any editing program should be idle almost...
... Good evening, sir. Now I made some nice trick-or-treat (Halloween) candy for ya'. In your re (RICHEDIT?) create block, just put LoadFromFile(InitialFolder...
Quote from the docs: MyRichEdit2.TextLimit = 1000000 'edit file up to 1 meg Does the above statement mean a Richedit2 window cannot contain more than 1 mb of...
... According the win32.hlp, EM_EXLIMITTEXT is described as: "Maximum amount of text or zero for the default maximum. An OLE object counts as a single...
... This is worth some design thought. First, what is the amount of ram you require users to have to run your app? Let's say you set the RICHEDIT2 .TextLimit...
... No definite answer, just thoughts. 1 mb of RAM may seem trivial on today's computers when we talk about how many gigabytes, etc. On the other hand, who...
Ok, tonight I will gin up a simple GUI with a RICHEDIT2 text window with a limit of say 1K and see what happens when I reach 1K then try to add more to it....
... with a limit of say 1K and see what happens when I reach 1K then try to add more to it. Either it just wont accept more text or will bonk with an error...
I am the lucky owner of a small black box that receives and demodulates AIS transmissions from vessels in my vicinity. It delivers the raw AIS data to a...
I think i have found the cause of my comport problem. This morning I put an oscilloscope to the RS-232 RxD line. Watching the scope and the output from my...
Hello Jim, I have had occasions to say how great an addition the MEMORY object is to serious programming. Here are some suggestions to extend its capabilities:...