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
I want to get system info from the registry, and it seems BCX only let's you read string and integer settings. The following sample code shows system info...
This is one way. SUB RegBinary below is simply a modification of the BCX Regstring runtime. You pass TWO additional BYREF parameters , a string and a DWORD If...
They have a broken link on that page. I found the new link... http://www.cs.virginia.edu/~lcc-win32/win32hlp.exe They added a ~ in front of the lcc... Thanks...
... Hi Don, I tried contacting Saleh a while back but received no reply. I have a complete copy of his Visual ESP setup files. He poured a lot of effort into...
36259
BCX@yahoogroups.com
Nov 4, 2007 2:56 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 :...
Anyone know a method for preventing the name/button of a running BCX program appearing in the task bar? I can avoid a name using "" in the Caption parameter...
... Hi Frank, Include WS_EX_TOOLWINDOW in your extended window style -- example: Form1 = BCX_FORM("Woo Hoo", 0, 0, 100, 100, _ DS_MODALFRAME OR WS_POPUP OR...
Thanks for that solution Kevin, I would never had stumbled on it in a thousand (maybe ten) years. And thanks Andreas for having a go. However, your hint...
Frank, Kevin's solution is definitly the best for you. ... Hey, you can forget this one. It is a commercial, that is coming from my mail service provider. ...
May I ask the BCX gurus a very simple question? How can I use a static LIB in BCX? I have not found an example in BCX help. Please, give me the link to an...
Just thinking aloud here... After trying to set the color of a button's text & failing, I guess plain-jane, stock buttons, have no way to alter text color do...
Hi Mike, see http://groups.yahoo.com/group/BCX/files/EZ_IDE-NEW/fakebuttons.zip You can use BCX_SET_LABEL_COLOR(hWnd, forecolor, backcolor) to set the text...
Hi, Robert, Thank you for the link. It is working fine now. Usually I build static libraries directly from LCC or Pelles. I am curious whether it is possible...
... I have not tried to do this but I would guess that you would use $NOMAIN at the beginning of your code containing the functions that you would want to put...
Thank you Robert for an advise. I'll try to follow it. I guess that all what you have proposed could be implemented in the single file, but in the worst case I...
I have a bmpFlipcontrol, really a button made from modifying a "picture button" control. It is pure C, though. I use the $ccode directive. I recently added...
... I see now, yes sir you're sure correct. I've managed a nice solution: - bitblit buttons onto form - if PtInRect(&MyButton[x],pt) = 1 Then... Thanks for the...
Thanks for your offer Joe, I appreciate it =) Here's a screenshot of the application now: http://img.photobucket.com/albums/v634/glyphs/app.jpg - I paint a...
... Hi Mike, I've never been happy with any of my attempts at a simple, reliable KEYBOARD handler for any of my GUI-based calculators, like what you've got...
... Howdy Kevin, In fact, dealing with that issue even now, here's where I'm at, (still more to do), I know this wont make much sense out of context, but...