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
Hi Mike, I have also problems compiling a project with custom controls (with pellesC). It works at least until version 5.05.171. The program works without a...
... Hi Andreas, In Custctrl.inc line #34 : CALLBACK FUNCTION CustCtrlEditProc() AS LONG AS LONG should be removed. Previous versions just ignored it and went ...
... API) to implement a Drive/folder watcher. BCX Source, Executable included. ENJOY! ... Thanks Kevin, I was just looking at how to implement this for a ...
Thank you, Mike! I was looking for such things in revision.txt, but it was not up to date. It would be nice to have this file with the latest changes in every...
29643
BCX@yahoogroups.com
Apr 1, 2005 9:18 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 :...
... Always happy when someone finds my stuff useful :-) I uploaded 1.1 which reduces the size of the buffer that ReadDirectoryChangesW uses. For reasons that...
... (Win32 ... Executable ... http://groups.yahoo.com/group/BCX/files/MrBCX_Samples/Dirwatch.Zip ... uses. ... Hi Kevin, Thanks for the update. Works very...
... command ... be ... Hi Kevin, I noticed when I put in C:\ to watch (lots of activity) I was getting a few garbage characters at the end of some of the...
... Hi Mike, I hadn't noticed any until I changed the notifications to include file attribute changes then I saw quite a few. ... Yep ... that did the trick...
Hi! I think I found some bugs in EZ-DE. 1.I cant compile the form with toolbar control. 2.in the source code editor the BCX_GET$ is blue but not works the...
Hi Kuresz, Yes, there are some bugs in the actual release. The biggest of all (just fixed!) is that all sources must be saved explicit before any of the...
... before 5.06. This release enhances support for BCX_TOOLBAR by allowing Imagelists or Bitmaps to be used. Also added are the optional arguments to...
... allowing ... editor. ... work ... Hi Vic , Nice to see you're still alive! :) This one had me going for a few minutes! Go to line #3707 "END SUB" and hit...
Is it possible to delete a file with a name such as "abcd ghi mnop.txt" using the KILL directive? This is a valid Windows file name, but I seem unable to...
... Hi Frank, There are a couple of ways this can be done. Using kill you need to escape the spaces. CALL KillFile("abc def ghi.zzz") SUB KillFile(fn$) ...
Hi everybody i'm new in this forum and in programming BCX so i have probably a stupid question . How can i make a credit roll ,i suppose a could use a Label...
G'day Mike, I tried your suggestion, receiving the error message "unrecognised escape sequence '\ ' ". So I changed the program as shown below; substituting...
Hi all, Digital Mars is added to the compilermenu. The compilermenu works now again without a saved sourcefile. The Bug with BCX_TOOLBARs is fixed. A...
... error ... Document.txt} ... Hi Frank, It should have only been a warning, but you can use this format instead: SUB KillFile(fn$) $IPRINT_OFF KILL...
Dear Andreas Your job is excelent. I would like to ask you a favour. Is it possible to bring out in BCX-GROUP a small EZIDE project which implements a simple...
Hi Panagiotis, This feature is basically just available. For even this reason the CTD (controldata) file is used. CTD files are templates for Form-designs. ...