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...
Message search is now enhanced, find messages faster. Take it for a spin.
Click here for the latest updates on Groups Message search

Messages

  Messages Help
Advanced
Messages 32986 - 33015 of 42818   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
32986 Wayne Halsdorf
wmhalsdorf Offline Send Email
May 1, 2006
10:39 pm
... and "as char" problems when printing without using a type specifier and when used with declarations (Declare and C_Declare). Here is a fix that will allow...
32987 martyg_22 Offline Send Email May 2, 2006
12:05 am
Hi All; I would like to run a DOS exe file from a GUI application and be able to transport the lines of data to an EditBox. Is it possible to use the COMMAND$...
32988 Ian Casey
ian_casey03 Offline Send Email
May 2, 2006
1:38 am
Hi, I'm wanting to flash a bunch of labels (idiot lights). I see 3 possible ways to do this: 1) finding if a control is visible or it background color then...
32989 Doyle Whisenant
mechanicjenn Offline Send Email
May 2, 2006
2:15 am
... Call this with the DOS exe file as a parameter and you can capture the output as below. Watch for wrap! Note the following line in the code below: ...
32990 Doyle Whisenant
mechanicjenn Offline Send Email
May 2, 2006
2:17 am
... Timer and label(bitmap?) with two different colors and change between them? Sorry, don't have any code. -- Doyle Whisenant ...
32991 Ian Casey
ian_casey03 Offline Send Email
May 2, 2006
3:04 am
Thanks Doyle, Not quite what I'm wanting to do, as I could in theory have a hundred of these flashing at the same time I think I mentioned the timer part in...
32992 mikehg_67 Offline Send Email May 2, 2006
3:08 am
... Thanks Wayne, Focusing on the string issue, it completely escaped me that we might want to print 'A' character value :) Looking over this the other day, it...
32993 Csondes, Laszlo
aceman_2k Offline Send Email
May 2, 2006
6:07 am
Couldn't you just use modstyle to add/remove the WS_VISIBLE property? I don't know how to get properties from a control, but if I knew, then the controls...
32994 Mike Sanders
ms79065 Offline Send Email
May 2, 2006
6:39 am
... Hi Ian. Here's an idea that would require a timer to fire when presumably triggered by a condition: TYPE LED hCTL As HANDLE iFlag As INTEGER ' or long? ...
32995 Wayne Halsdorf
wmhalsdorf Offline Send Email
May 2, 2006
4:42 pm
... might ... with ... After looking at the code again I just realized that function VarType is now only called once by the function PrintWriteFormat$ where it...
32996 Ian Casey
ian_casey03 Offline Send Email
May 2, 2006
5:48 pm
Thanks everyone for all the great suggestions, I got it working using a timer and Mike H's suggestion in the chat room to use SetWindowLong(hWnd, GWL_USERDATA,...
32997 martyg_22 Offline Send Email May 3, 2006
3:03 am
Many thanks Doyle, it worked great. I plan on adding a Combobox for additional files to be read in that fashion. You guys are a great help to this newbie. ...
32998 BCX@yahoogroups.com Send Email May 4, 2006
2:48 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_Files -...
32999 Mike Sanders
ms79065 Offline Send Email
May 5, 2006
11:42 am
Does anyone here recall a game called Tetravex originally included with the 'Microsoft Entertainment Pack' for Windows 3.1? If you have, you might have fun...
33000 fat_boy_3 Offline Send Email May 6, 2006
12:34 am
how can i make the program below run with the normal arrow keys rather than letter keys? thanks in advance. gui "bcx_arrows", pixels global form1 as hwnd ...
33001 Kevin Diggins
mrbcx Offline Send Email
May 6, 2006
1:07 am
... Here you go ... gui "bcx_arrows", pixels global form1 as hwnd global x as integer global y as integer sub formload x = 100 y = 100 form1 = bcx_form("bcx...
33002 fat_boy_3 Offline Send Email May 6, 2006
3:34 am
thanks kevin! I showed my son the delights of this forum, where you ask a question and it comes back beautifully answered. He said, talking about you, "You are...
33003 Kevin Diggins
mrbcx Offline Send Email
May 6, 2006
3:44 am
... Too kind ... Just glad I could help....
33004 mikehg_67 Offline Send Email May 6, 2006
4:05 am
I posted this yesterday, but it never did show up ? I came across this free PDF reader mentioned in another forum. ...
33005 Kevin Diggins
mrbcx Offline Send Email
May 6, 2006
1:14 pm
... Thanks for the link Mike ... I've inquired of their SDK (dll) too....
33006 mastro_it2002 Offline Send Email May 7, 2006
2:20 pm
Hi to all BCX-gurus! I've been away for a wile from this board busy on the work. Now I came back on one of my projects: I found that the two bcx compatible...
33007 John Jacques
johnj_01201 Offline Send Email
May 7, 2006
4:23 pm
Hello mastro, well the majority of us usePellesC, and the others use one of the many compatible c and c++ compilers. Forexample, we use to only use LCC-WIN32,...
33008 Ian Casey
ian_casey03 Offline Send Email
May 7, 2006
6:01 pm
I just noticed this, I've dimensioned an array of MYLABELCTRL as 1, but I can use it as many times as I like without an expected GPF? Does anyone have an...
33009 Mike Sanders
ms79065 Offline Send Email
May 7, 2006
6:52 pm
Ian: Not really answering your question but providing some more info... GetLastError() = 87 if the control is <> than 1. Canonical list of error codes here...
33010 Ian Casey
ian_casey03 Offline Send Email
May 7, 2006
8:01 pm
Thanks Mike for the link, My mine concern is that I could be overwriting memory I get error 6 (Invalid handle) on the BCX_ICON no matter what I do. I do get...
33011 Mike Sanders
ms79065 Offline Send Email
May 8, 2006
5:09 am
Hey Ian ... Somehow not the case on my end (Win98/SE) ... my API guide hedges its bet with: 'The extended error codes returned by the GetLastError function are...
33012 Ljubisa Knezevic
ljubeknez Offline Send Email
May 8, 2006
8:20 am
I remmember that there was some discussion/sample how to detect if file is locked by another application. Is there some BCX function about this or someone has...
33013 Csöndes, Lász...
aceman_2k Offline Send Email
May 8, 2006
8:44 am
I think the function is called FILELOCKED, but there was a thread on it being dangerous or something. Haven't used it before... ... From: BCX@yahoogroups.com...
33014 rwishlaw Offline Send Email May 8, 2006
9:14 am
... on it ... Kevin Diggins rewrote the FILELOCKED function and it was implemented in BCX 5.07 in May 2005, a year ago. For the discussion on this change see...
33015 Ljubisa Knezevic
ljubeknez Offline Send Email
May 8, 2006
10:48 am
... Thanks, I was looking at the help file but it wasn't displayed on "Working with Files" and my search for "locked" returned no results. I couldn't remmember...
Messages 32986 - 33015 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