Realizing I am always displaying my ignorance with questions like these I still ask: What is the purpose of hotbasic.manifest and when and how is it used? Am I...
... OK, the only trouble-shooting I did was put the code in proper format (Manual > Compiler > Directives > $APPTYPE > OBJ) -- namely put DECLARE statements...
... Rather than trying to write code with "run-once" blocks like this; one might consider just creating the forms you might need at startup (hey, that is...
Following a bug report concerning HBassistant, I have now posted v1.24, which corrects the problem of the program 'locking up', (when form events was...
Philip Bister
philip.bister@...
Mar 1, 2006 5:26 pm
9707
... The reason the create is inside a SUB is that we are in a .obj, so every executable statement (including CREATE) must be in a sub. The .handle=0 test was...
... Thanks; but I think of just lucked off on this one -- I was just doing some cosmetic editing (moving declares to the top) and then it worked. A new build...
In windows xp and 2000 you can get the path to the user profile by using ENVIRON$("USERPROFILE") or all users ENVIRON$("ALLUSERSPROFILE") and then the desktop...
Hi all If you try to execute this code you will see a strange behavior. If you type into Edit control a NON Valid character, as non number, when you type a...
... Maybe the above is the problem -- .Recreate includes .Destroy and so you are destroying the same thing twice -- almost like a "can we confuse the OS?"...
... Panels give no crayons to their kids. So delete the .Parent statement or the .Color statement. A Panel is a terrible parent, about as dumb as they get...
... AFAIK on Win2000 and WinXP only possible with IShellLink COM functions. Have some code, but not for HB. Doesn't help much, does it? Don't even know if...
... Better if not a parent of anything; however, Panel can draw a pretty border! PANEL, IMAGE and LABEL objects in HB are in the STATIC class, which Microsoft...
Hi, Jim I'm still experiencing strange things while trying to embed a form with its event handlers in a .obj. Some bugs seem related to using string parameters...
I found this link to this download page http://users.pandora.be/peno/download.htm maybe you can under stand something out of this or use the program on that...
... Hi Frerik, That example is in C and way over my head :( However I created a kludge solution lol First I created a shortcut.lnk file manually that points...
... Good morning, E and fellow travelers. My guess is that strange effects you observe involve over-writing app data. What? Well, with a DIM/CREATE in an ...
Hi, LBL If you'd like a taste of COM programming in Hotbasic, have a look at shortcut.bas in: Files/Code Center/Emmazle I had time to kill this afternoon so I...
Hi, LBL If you'd like a taste of COM programming in Hotbasic, have a look at shortcut.bas in: Files/Code Center/Emmazle I had time to kill this afternoon so I...
Hi, LBL If you'd like a taste of COM programming in Hotbasic, have a look at shortcut.bas in: Files/Code Center/Emmazle I had time to kill this afternoon so I...
... Tested and working under WinXP (you'll have to change the shell section to get this to work under Win9x which I don't have) Watch out for wordwrap, of...
Once again my low beer light is flashing! I found this AUTOURLDETECT snippet in HotSnip. It compiles ok but crashes with a runtimer error "error creating...
bonjour, je suis français et je ne parle pas anglais (ceci est traduit par un logiciel) Je cherche une aide pour connaître les propriétés et méthodes des ...
... Neat software. I took 2 years of French in college; professor was great; never spoke a word of English in class ... and was *very* effective! ... Please...
Try this demo orginally sent in to the group by Alex Philip Demo for automatic URL detection for RichEdit2 '-----Start----- $apptype gui $typecheck on $define...
Philip Bister
philip.bister@...
Mar 4, 2006 3:43 pm
9731
Hi Philip, This is the code I tried. At first I got a runtime error 267, but I tracked that down to a path problem in how I was launching it from Ultra Edit. ...
Dang I feel so ignorant! I failed to note this feature works with richedit[2] :( Its all working fine now. Can anyone tell me when MS started including...