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 2971 - 3000 of 42818   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2971 Kevin Diggins
kdiggins@... Send Email
Oct 1, 2001
11:22 am
This works too ... DIM A$ A$ = COMMAND$ A$ = Replace$(A$, "-file", "-file MYSOUND.WAD") A$ = "echo -heapsize 12 -primarysound -nomusic " & A$ SHELL A$...
2972 Kevin Diggins
kdiggins@... Send Email
Oct 1, 2001
11:53 am
I've started creating keywords for simplifying general GUI programming. This image was created with the code that follows. ... GUI "Sample" GLOBAL Form1 AS...
2973 BCX@yahoogroups.com Send Email Oct 1, 2001
1:48 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 : /FileToArray.zip ...
2974 Gerome GUILLEMIN
gerome_71@... Send Email
Oct 1, 2001
1:59 pm
Kevin, Here it is ! We can now access GUI abilities with less and less effort :) Cool... very fine job ! I think this can be implemented in the BIDE project ...
2975 jeffnope@... Send Email Oct 1, 2001
4:37 pm
Nice work Gerome, On comment, I think your code allocates a larger array than needed. The Line Input funtion only uses a 1024 byte buffer per line. ...
2976 Jeethu Rao
jeethur@... Send Email
Oct 1, 2001
5:11 pm
QHTM has been with bcx for quite some time. Check the free_dlls section of the Group. Nice Idea. I too was thinking of this. A help engine written in BCX...
2977 Doyle Whisenant
mechanic@... Send Email
Oct 2, 2001
12:33 am
... Yes! ... I like this very much! Now how about Form1 = Form ( "More Good Stuff!" , DIALOG, 0, 0, 130, 50, MyDialogProc ) for doing dialogs... Form1 =...
2978 ziggy@... Send Email Oct 2, 2001
2:18 am
Kevin D. Near the top of the BCX sourcecode, ver. 2.68, is a parsing section ... IF RIGHT$(LCASE$(COMMAND$),2) = "-o" THEN ReDirect = TRUE FOR j = 2 to ARGC-1 ...
2979 Kevin Diggins
kdiggins@... Send Email
Oct 2, 2001
2:21 am
... Quite the contrary, you're the only one who has noticed it. BCX 2.69 will remove that little wrinkle. Thanks ......
2980 Pavel Minayev
evilone666@... Send Email
Oct 2, 2001
4:45 am
Great news, Kevin. If you make this thing cover most aspects of Windows programming, developing with BCX would be much much easier, especially for newbies who...
2981 sukhpalsingh@... Send Email Oct 2, 2001
5:21 am
Is it possible to include an image directly from the internet into a GUI application.. for example in a web page we use: <img src="whatever.gif"> so how can we...
2982 Gérôme GUILLE...
gerome_71@... Send Email
Oct 2, 2001
5:32 am
Hi all, -By browsing the LCC Win32 FTP, i've noticed a good sample that uses COM programming techniques. -The sample is called Callexcel.zip, and it retrieve...
2983 Jeethu Rao
jeethur@... Send Email
Oct 2, 2001
7:03 am
David, Now that you're the official BCX Help file maintainer, Could you please make a CSS Stylesheet for the BCX Help file ? I'm interested in writing a few...
2984 Robert Wishlaw
rwishlaw@... Send Email
Oct 2, 2001
8:38 am
Lazarus: Attached is a replacement for the IF Use_Replace THEN section of BCX268.bas. The code with the embedded COMMAND$ below and -file bla.wad...
2985 David Garner
dgarner@... Send Email
Oct 2, 2001
10:34 am
sukhpalsingh, I can see several directions in what you've asked. All of which are interesting and probably non-trivial, but I'm not sure I really understand ...
2986 Kevin Diggins
kdiggins@... Send Email
Oct 2, 2001
10:59 am
Gerome, I know of the example that you speak of and have experimented with it a bit. It's main failing is it's inability to be used as a true OLE control...
2987 Kevin Diggins
kdiggins@... Send Email
Oct 2, 2001
11:04 am
I think the problem that he was running into (in the first place) was a "C" thing. He was using COMMAND$ as the destination buffer of the REPLACE function...
2988 David Garner
dgarner@... Send Email
Oct 2, 2001
11:08 am
Jeethu, I suspect what you're asking makes sense to someone (at the very least, to you). I understand that consistency is a desirable thing in some ...
2989 Kevin Diggins
kdiggins@... Send Email
Oct 2, 2001
11:08 am
Sukhpal, You need to devote more time to studying the examples in \GUI_DEMO\ There are samples for displaying bitmaps, icons, jpgs, gifs, avi's, & wmf in there...
2990 Gerome GUILLEMIN
gerome_71@... Send Email
Oct 2, 2001
11:22 am
Jeff, ... Gerome, ... Yes but, i've tried to 'just allocate' the amount required BUT it fails if the file is larger than a certain size : it may be an LCC...
2991 David Garner
dgarner@... Send Email
Oct 2, 2001
11:36 am
Sorry, I guess I was not done with that thought stream. How about an AI (artificial intelligence) maybe fuzzy logic based system that can propose several...
2992 David Garner
dgarner@... Send Email
Oct 2, 2001
12:12 pm
Jeethu, DL, anyone?, Shave, shower, ... sorry more detail than you need to know. I think maybe a good direction for the BCX help is XML. I have several books -...
2993 Lazarus
Lazarus@... Send Email
Oct 2, 2001
12:44 pm
... In the basics I came from this would be ok, built in vars are pre-assigned so to speak. So that I avoid this type of thing in the future, are all the built...
2994 jeffnope@... Send Email Oct 2, 2001
2:37 pm
David, I think what Jeethu meant was a style sheet like the one DL had attached in the zip file "console1.zip" called "style.css" (a few messages back.) ...
2995 jeffnope@... Send Email Oct 2, 2001
3:43 pm
Wow! I like it, if Kevin keeps cranking out new features at this rate David and DL will have there work cut out for them on the help file. -Jeff...
2996 David Garner
dgarner@... Send Email
Oct 3, 2001
2:42 am
Jeff, Thanks for the clue. ... Yet another one of DL's offerings that I've not found time to study (or even look at). Seems like he's got a lot of neat stuff...
2997 Doyle Whisenant
mechanic@... Send Email
Oct 3, 2001
2:48 am
BCXtoEXE has been updated! Check out the latest version at: http://www.mechanic.0catch.com/BCX/Source/bcxtoexe.zip Contents of the readme file: BCX->EXE Ver....
2998 Kevin Diggins
kdiggins@... Send Email
Oct 3, 2001
3:07 am
... This really needs to be OPTION instead of automatic. Otherwise ... fantastic job!...
2999 sukhpalsingh@... Send Email Oct 3, 2001
4:28 am
I know how to include an image in an GUI from a resource... what I am asking for is if it is possible to some how include an image from the internet into an...
3000 dl
dl@... Send Email
Oct 3, 2001
5:21 am
... to ... insert ... I'm sure it is possible. Kevin has a file named gethttp.zip in the files/src of the newsgroup. You can modify that to download the image ...
Messages 2971 - 3000 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