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
... 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...
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$...
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...
... 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: ...
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...
... 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...
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...
... 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? ...
... 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...
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,...
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
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 -...
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...
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 ...
... 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...
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...
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...
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,...
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...
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...
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...
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...
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...
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...
... 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...
... 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...