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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.
Click here for the latest updates on Groups Message search

Messages

  Messages Help
Advanced
Messages 18167 - 18196 of 42818   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
18167 Robert Wishlaw
rwishlaw Offline Send Email
Sep 1, 2003
7:14 am
... Have a look at Andreas Guenther's zip-sfc-sfx1.2.zip ...
18168 Michael S. Sanders
mikesoftwareco Offline Send Email
Sep 1, 2003
8:36 am
Hey Larry. ... The title will yes, but nothing else is responding, but if I add CS_DBLCLKS to Wc.style the form responds to WM_LBUTTONDBLCLK but controls...
18169 shivakatt77777 Offline Send Email Sep 1, 2003
9:32 am
Hey thanks alot, any and all help sure is appreciated. :) ... C...
18170 Michael S. Sanders
mikesoftwareco Offline Send Email
Sep 1, 2003
10:56 am
Hi. I've been reading about adding my own toolbar to a form, I can't seem to add bitmaps to it however, does anyone have any examples to share? Here's what...
18171 Michael S. Sanders
mikesoftwareco Offline Send Email
Sep 1, 2003
10:58 am
Larry, this works great from the FORMLOAD sub: SetClassLong(Form1, GCL_STYLE, _ GetClassLong(Form1, GCL_STYLE) | CS_DBLCLKS) Mike...
18172 Michael S. Sanders
mikesoftwareco Offline Send Email
Sep 1, 2003
11:40 am
... I've just found a BCX example to chew on. Please disregard this request, thanks. Mike...
18173 Doyle Whisenant
mechanicjenn Offline Send Email
Sep 1, 2003
12:00 pm
... Believe me, I know how you feel. I am not experienced in this but why don't you just kill the file in the cache (if you can find it!) before downloading...
18174 Doyle Whisenant
mechanicjenn Offline Send Email
Sep 1, 2003
12:26 pm
... See C:\BCX\Gui_Demo\Toolbar (probably the one you found) I wrote this a long timne ago. Probably needs updating. I was a very "newbie" when this was...
18175 Michael S. Sanders
mikesoftwareco Offline Send Email
Sep 1, 2003
12:31 pm
On 9/1/2003 BCX spoke unto us saying: Hi Doyle. ... Yes that's it :) many thanks, I'm picking apart your example even now. Thanks for the inclusion of...
18176 Wayne Halsdorf
wmhalsdorf Offline Send Email
Sep 1, 2003
2:19 pm
... 100%! ... one ... mime ... (produced by ... and then ... when there ... There are a few bugs. after fgets( buf, 80, fin ) add IF buf[strlen(buf)-1] = 10...
18177 BCX@yahoogroups.com Send Email Sep 1, 2003
4:42 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 : /Free_DLLS/mirc.bas...
18178 BCX@yahoogroups.com Send Email Sep 1, 2003
4:46 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 : /Free_DLLS/mirc.zip...
18179 Paul Malcher
iso196 Offline Send Email
Sep 1, 2003
4:54 pm
Hi, Here is a post, just for you. Here is a full working example, I created yesterday. $DLL STDCALL ' $DLL alone is fine too function mbox (mWnd as HWND,aWnd...
18180 Tom Speirs
thomasspeirs Offline Send Email
Sep 1, 2003
6:26 pm
Hey DR X, I think I know how to do this. Add a random query string to the end of the URL. Example, if the file is http://www.freeware.com/superapp.zip download...
18181 BCX@yahoogroups.com Send Email Sep 1, 2003
7:30 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 :...
18182 BCX@yahoogroups.com Send Email Sep 1, 2003
7:41 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 :...
18183 John Jacques
johnj_01201 Offline Send Email
Sep 1, 2003
9:12 pm
Cool Thanks! John ... From: Wayne Halsdorf To: BCX@yahoogroups.com Sent: Monday, September 01, 2003 10:18 AM Subject: [BCX] Re: mime64 is O.K. ... 100%! ... ...
18184 BCX@yahoogroups.com Send Email Sep 1, 2003
11:47 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 : /wip/BCX2MIME64.bas...
18185 bcx@...
rjpcomputing Offline Send Email
Sep 2, 2003
12:24 am
There is a new version of the BCX DevSuite. It has the new version of BCX (Ver. 4.01a) bases off the new official release, the New version of the help file...
18186 BCX@yahoogroups.com Send Email Sep 2, 2003
1:41 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 : /wip/BCXMIME64.bas ...
18187 John Jacques
johnj_01201 Offline Send Email
Sep 2, 2003
1:54 am
Hello, in the wip folder there is a new version. Yahoo hasn't been posting messages again. bcxmime64.bas is Garvan's translation plus: - Wayne's patch -...
18188 Paul Malcher
iso196 Offline Send Email
Sep 2, 2003
4:58 am
Hi, I've figured alot of stuff out on my own, but there is one thing pissing me off. ' test function function test (mWnd as HWND,aWnd as HWND,data as PCHAR,...
18189 Paul Malcher
iso196 Offline Send Email
Sep 2, 2003
6:18 am
Hi, say data is a PCHAR if I try data = "sometext" then use a msg box to display it won't work,but say I call it d instead of data then d = "sometext" that...
18190 Robert Wishlaw
rwishlaw Offline Send Email
Sep 2, 2003
7:00 am
... DATA and DATA$ are BCX keywords. Do not use BCX keyword names for variables. ... Is this function in a DLL? Robert Wishlaw...
18191 Robert Wishlaw
rwishlaw Offline Send Email
Sep 2, 2003
7:25 am
... I should have read the subject line. Robert Wishlaw...
18192 sisophon2001 Offline Send Email Sep 2, 2003
7:53 am
... posting ... The out of sequence messages are annoying me also. It makes message threads very difficult to follow. ... COMMAND$ ... message that ... and...
18193 sisophon2001 Offline Send Email Sep 2, 2003
11:41 am
John: Some files generated by ENCODE cannot be decoded by DECODE. I cannot tell if this is a bug in ENCODE or DECODE, because different encoders/decoders...
18194 Edwin
ebknoppert Offline Send Email
Sep 2, 2003
1:34 pm
It depends.. You are right if you use the output for the actual purpose, like email. But sometimes this is used for other kinds of storages too. I recommend to...
18195 sisophon2001 Offline Send Email Sep 2, 2003
2:14 pm
Hi I have uploaded a DirectXAudio/Direct Music (DirectX8) sample from the book OPENGL GAME PROGRAMMING by Kevin Hawkins and Dave Astle. I put it in the wip...
18196 Paul Malcher
iso196 Offline Send Email
Sep 2, 2003
3:00 pm
Hi, Yes a function DLL indeed. I just need to know howto return 2 vars. I've renamed data to just d and it works, but I still find myself unable to use...
Messages 18167 - 18196 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