Scheduled Maintenance:
We are undertaking some essential, but extensive maintenance to improve Yahoo!
Calendar. Your Group Calendar is being migrated to a much improved version of
Yahoo! Calendar. During the maintenance period, you may not have access to your
Groups Calendar.
We sincerely apologize for this inconvenience. Your Groups Calendar is in great
shape and we are working to have it available again as quickly as possible
- Yahoo! Groups & Yahoo! Calendar Team
... or Windows 98. ... Hi Robert In your post you did not say what the problem with Larry's sample was when running in Win 95. It looks essentially the same as...
Thanks Richard I will it a try on some old computers at work on Monday. Garvan ... command? ... Windows 95 ... was ... COM ... PSDK Help file. In the...
... Garvan, This is what BCX has been emitting since its inception for console mode programs. Hasn't fail us yet. Admittedly, its automatic emission is only...
http://groups.yahoo.com/group/BCX/files/Kevins_Samples/Bcx_Skin.Zip MrBCX's answer to the "How do I skin a form" puzzle! Enjoy! HINT: you can move the form...
... ************************************************************* The SetWindowText function changes the text of the specified window’s title bar (if it has...
This works !! (Based on my AppActivate Code) Usage: BCXSetWindow (Title of Window to set text on (or part of window title), Text to set it to) Returns True if...
Sorry, that may be more than you asked for, that will set the text on any applications window. SetWindowText(hWnd,wintext$) is all you need if you created the...
... PB SendKeys funcs (great job Vic). Application has two text boxes that allows you to activate an active window by its caption and send keys to it using the...
No, sorry Wayne, that's beyond me. I had a look on MSDN and cannot find an obvious way of doing it. I thought maybe you could check by looking at the window...
Also, Check out AutoIt. http://www.hiddensoft.com/AutoIt/index.html http://groups.yahoo.com/group/AutoItList/ I think you could do it with that. You can create...
nothing native to autoit will wait for a web page to load. But I did create a script that creates an html that uses frames and an ONLOAD event to popup a...
... When I first started writing BCX back in 1999 ( and concurrently starting to dabble in C ), I found mixed messages regarding the purpose and need to...
... Dear Mr.Wishlaw, One obvious way to express this is to use CONST: CONST STBOOL = static BOOL FUNCTION foo() AS STBOOL FUNCTION = TRUE END FUNCTION which...
Robert, Static before a function does not mean much in a single module project. The purpose of a static function is to restrict visibility to the current...
... Good explanation David ... and one that explains why I dropped "static" from the default emission in BCX. What makes me wonder [now] is that you and (W...
... Since I don't develop on W2k, I'm at a loss to explain why this would be. I didn't see anything in the code that should cause any problems. In fact, I...