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
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the BCX group. File : /BCX Help...
2002
GSAC3@...
Jul 1, 2001 3:24 pm
DL: Thanks for the new GS file -- its great! Like you, I also have been "messing around" with JFE (for several days now). I am using Windows-ME, and have...
2003
Kevin Diggins
kdiggins@...
Jul 1, 2001 3:32 pm
I downloaded JFE 3.68 last night and set up my system exactly as outlined in DL's previous note. It works great under Win98 Second Edition. There's a thumb...
2004
Kevin Diggins
kdiggins@...
Jul 1, 2001 7:02 pm
The main website has been updated including a new BCX 2.39 full distribution SETUP.EXE. This includes updated samples that account for recent changes to the...
2005
Vic McClung
vicmcclung@...
Jul 2, 2001 2:48 am
Outstanding work! Thanks ... From: "Kevin Diggins" <kdiggins@...> To: <BCX@yahoogroups.com> Sent: Sunday, July 01, 2001 2:02 PM Subject: [BCX] BCX...
2006
BCX@yahoogroups.com
Jul 2, 2001 3:22 am
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the BCX group. File : /BCX Help...
2007
BCX@yahoogroups.com
Jul 2, 2001 9:53 am
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the BCX group. File : /Source...
2008
RainbowSally
RainbowSally@...
Jul 2, 2001 4:45 pm
Hello dl !! :-) Don't forget the two buttons for helprun.exe (I believe it was PKelly's baby.) With this utility you can link to the BCX helpfile as well as ...
2009
Robert Wishlaw
rwishlaw@...
Jul 2, 2001 4:57 pm
The LCCWin32 Manual is now available in HTMLHelp format.. The URL of this is: ftp://ftp.cs.virginia.edu/pub/lcc-win32/manualchm.exe ...
2010
rwishlaw@...
Jul 2, 2001 11:49 pm
Kevin: I downloaded the new bcx239setup. Thanks a lot for all the work. I feel more confident with updated examples. The LW.BAT however caused some problems...
2011
Jeethu Rao
jeethur@...
Jul 3, 2001 3:54 am
Hey, but BC239 works on my computer. I too run Win-ME. I use JFE 3.56 . Here are my settings in jfe for BCX Application: C:\bcx\Bc.Exe Start Dir: c:\bcx ...
2012
RainbowSally
RainbowSally@...
Jul 3, 2001 4:30 am
Well, I needed this so I thought I'd share it. A timer object. Should be fairly interesting if you haven't messed with obj formats yet. Also uses jump tables...
2013
pkelly@...
Jul 3, 2001 7:54 am
I just installed JFE 3.68 and I think I've found a bug: command-line parameters are not passed on to .exe files. Here's what to do. Add tool: Name: (any name,...
2014
studenti_99@...
Jul 3, 2001 1:13 pm
I'd like to use binary mode with file. I would like to read and write the complete file in a string. How will I resolve the problem with Chr$(0) in string? ...
2016
That one guy
myuhas@...
Jul 3, 2001 6:54 pm
Hello, Would kind person tell me why this is failing? DIM F$ DIM PATH$ PATH$ = "C:\\Documents and Settings\\me\\Local Settings\\Temp\\test" F$ = FINDFIRST$...
2017
David Garner
dgarner@...
Jul 4, 2001 1:43 am
Mark, From the BCX help file: FINDFIRST Function Syntax: A$ = FindFirst$ ( "*.exe" ) Returns the first file in the current directory matching the filespec ...
2018
BCX@yahoogroups.com
Jul 4, 2001 3:28 am
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the BCX group. File : /Source...
2019
RainbowSally
RainbowSally@...
Jul 4, 2001 7:00 am
First of all you don't need the double backslash in the recent BCX versions. In fact if you want to turn ott the automatic insertion of double backslashes you...
2020
RainbowSally
RainbowSally@...
Jul 4, 2001 7:03 am
Hi PKelly. You are correct. The parameters are not sent to the files unless you use one or the other forms of redirection. I copied my old JFE into the new...
2021
fandjlaf@...
Jul 4, 2001 1:17 pm
Does anyone know how to obtain the x,y coordinates of the cursor (pointer) at the time that a mouse button is clicked while operating in GUI mode? Frank La...
2022
Jeethu Rao
jeethur@...
Jul 4, 2001 1:20 pm
Hi, Could someone tell me how to create multiple windows in BCX. I.E Do I need to register a new class for that ? An good Examples ? And, I think using DC to...
2023
Kevin Diggins
kdiggins@...
Jul 4, 2001 1:33 pm
Take a look at my MousOvr1 & MousOvr2 samples in GUI_DEMO...
2024
Kevin Diggins
kdiggins@...
Jul 4, 2001 2:33 pm
... Yes ... Or, create multiple instances of the same class, as in my Kwiknote demo ... I uploaded BIDE1.1.1 ( BCX IDE ) by DL in the User Submitted Source...
2025
GSAC3@...
Jul 4, 2001 2:35 pm
TO JEETHU: Thanks for the response. Its good to know I am not the only one admitting to using Windows-ME. I have tried what you suggested, and I still can't...
2026
Kevin Diggins
kdiggins@...
Jul 4, 2001 2:44 pm
... Perhaps a Win ME Anonymous Club is needed: "Hello, my name is [ Your Name Here } and I use Win ME!" Or perhaps a well crafted note to the author of JFE ...
2027
BCX@yahoogroups.com
Jul 4, 2001 3:09 pm
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the BCX group. File : /Source...
2028
fandjlaf@...
Jul 5, 2001 12:25 pm
2029
GSAC3@...
Jul 5, 2001 1:58 pm
... Have contacted Jens Altmann about JFE problems/bugs. Anyone interested in his response can e-mail me. ... and ... Using ... lcall.bat, ... $PATH\$NAME...
2030
That one guy
myuhas@...
Jul 5, 2001 2:39 pm
Hello, Thanks to those who helped me with this problem. Here is what I have so far. This will delete all files in a directory that are not 'read only' DIM F$...
2031
dl
dl@...
Jul 5, 2001 3:58 pm
... Use the GetFileAttributes API call.. BCX snippet (compile as console): -- begin of snippet --- DIM fa AS DWORD fa = GetFileAttributes(COMMAND$) PRINT...