Skip to search.

(*) 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

BCX · The Open Source BASIC to C Translator

Group Information

  • Members: 1003
  • Category: Basic
  • Founded: Jul 9, 2000
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.
Click here for the latest updates on Groups Message search

Messages

  Messages Help
Advanced
Messages 13351 - 13383 of 42818   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
13351 sisophon2001 <garvan....
sisophon2001 Offline Send Email
Feb 1, 2003
9:10 am
... 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...
13352 Robert Wishlaw
rwishlaw Offline Send Email
Feb 1, 2003
9:38 am
... From: <garvan.maew@...> To: <BCX@yahoogroups.com> Sent: Saturday, February 01, 2003 1:10 AM Subject: [BCX] Shortcut Creation Function... was.....
13353 sisophon2001 <garvan....
sisophon2001 Offline Send Email
Feb 1, 2003
11:09 am
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...
13354 Kevin Diggins <kdiggi...
mrbcx Offline Send Email
Feb 1, 2003
11:26 am
... 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...
13355 sisophon2001 <garvan....
sisophon2001 Offline Send Email
Feb 1, 2003
2:12 pm
Thanks I saw this on the list of nStdHandle but did not know what to chose. Garvan ... confidence....
13356 g68_se <g68_se@...>
g68_se Offline Send Email
Feb 1, 2003
3:03 pm
... To make it more flexible, you may check out this code too: http://groups.yahoo.com/group/BCX/message/12933 /G...
13359 Kevin Diggins <kdiggi...
mrbcx Offline Send Email
Feb 1, 2003
8:16 pm
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...
13360 John Jacques
johnj_01201 Offline Send Email
Feb 1, 2003
9:36 pm
Hello, is there a way to change the title that is displayed in a window after it is created? Thanks John...
13361 Doyle Whisenant
mechanicjenn Offline Send Email
Feb 1, 2003
10:03 pm
... ************************************************************* The SetWindowText function changes the text of the specified window’s title bar (if it has...
13362 Tom Speirs
thomasspeirs Offline Send Email
Feb 1, 2003
10:09 pm
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...
13363 Tom Speirs
thomasspeirs Offline Send Email
Feb 1, 2003
10:19 pm
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...
13365 Wayne Halsdorf <wmhal...
wmhalsdorf Offline Send Email
Feb 1, 2003
10:37 pm
... 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...
13366 Tom Speirs
thomasspeirs Offline Send Email
Feb 1, 2003
11:35 pm
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...
13367 Tom Speirs
thomasspeirs Offline Send Email
Feb 1, 2003
11:37 pm
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...
13368 John Jacques
johnj_01201 Offline Send Email
Feb 2, 2003
12:47 am
OK thanks Doyle and Tom. I wonder why they did call it SetWindowTitle()? That is what I searched for in the PSDK. John ... From: "Doyle Whisenant"...
13369 emiller375 <emiller37...
emiller375 Offline Send Email
Feb 2, 2003
1:27 am
Just a little positive feedback...I did/do find this VERY helpful. Thanks, Eric ... is ... presented, ... using...
13370 g68_se <g68_se@...>
g68_se Offline Send Email
Feb 2, 2003
2:15 am
... Thanks. Much appreciated ! /G...
13371 Private Name <larryda...
larrydalooza Offline Send Email
Feb 2, 2003
3:13 am
You may be able to use the BCX_SET_TEXT on your form handle. Larry ... window...
13372 Private Name <larryda...
larrydalooza Offline Send Email
Feb 2, 2003
5:20 am
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...
13373 Robert Wishlaw
rwishlaw Offline Send Email
Feb 2, 2003
5:48 am
... From: <wmhalsdorf@...> To: <bcx@yahoogroups.com> Sent: Saturday, February 01, 2003 2:37 PM Subject: [BCX] Re: New file uploaded to BCX ... Here's a...
13374 Robert Wishlaw
rwishlaw Offline Send Email
Feb 2, 2003
6:03 am
... From: "Robert Wishlaw" <rwishlaw@...> To: <bcx@yahoogroups.com> Sent: Saturday, February 01, 2003 9:48 PM Subject: [BCX] Browser finished loading a...
13375 Robert Wishlaw
rwishlaw Offline Send Email
Feb 2, 2003
6:05 am
... From: "Robert Wishlaw" <rwishlaw@...> To: <bcx@yahoogroups.com> Sent: Saturday, February 01, 2003 10:03 PM Subject: Re: [BCX] Browser finished loading...
13376 Robert Wishlaw
rwishlaw Offline Send Email
Feb 2, 2003
8:32 am
Can this function be expressed in BCX? static BOOL InitApplication(void) { } The static BOOL part has me perplexed. Robert Wishlaw...
13377 Kevin Diggins <kdiggi...
mrbcx Offline Send Email
Feb 2, 2003
2:41 pm
... 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...
13378 thebcxwatcher <thebcx...
thebcxwatcher Offline Send Email
Feb 2, 2003
2:43 pm
... 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...
13379 David Garner
dpgarner Offline Send Email
Feb 2, 2003
2:49 pm
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...
13380 Kevin Diggins <kdiggi...
mrbcx Offline Send Email
Feb 2, 2003
3:14 pm
... 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...
13381 Alessio Ribeca
peloquin78 Offline Send Email
Feb 2, 2003
3:16 pm
Don't works on Win2000 SP3. Image appears unskinned! ... From: <kdiggins@...> To: <BCX@yahoogroups.com> Sent: Saturday, February 01, 2003 9:16 PM ...
13382 Kevin Diggins <kdiggi...
mrbcx Offline Send Email
Feb 2, 2003
3:36 pm
... 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...
13383 Wayne Halsdorf <wmhal...
wmhalsdorf Offline Send Email
Feb 2, 2003
3:58 pm
... I'll have to see if I can get that to work. I haven't found any examples and what I do have while compiles without errors crashes....
Messages 13351 - 13383 of 42818   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help