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 Instead of using the default time$ and date$ functions, I just used a modified version of the timef function so I could use it like: Case "ct24" :...
574
Kevin Diggins
kdiggins@...
Jan 1, 2001 11:04 pm
Bear in mind that BCX -ALWAYS- prefixes the memory allocation and memset code to User Defined String Functions I understand what you did to create your...
575
tmj.hollenberg@...
Jan 2, 2001 11:27 am
Hi all, Happy new year to you all... Are there more people like me that use the make utility instead of the batchfiles to translate and compile their...
576
David Garner
dgarner@...
Jan 3, 2001 1:06 am
Kevin, Here's a checkbox demo sample that I looked for and could not find in the existing samples. Hope it helps someone. David Garner...
577
David Garner
dgarner@...
Jan 3, 2001 1:23 am
Theo, ... As I said previously, I was not aware that LCC had a make facility. I use make files at work all the time, and I'm sure there are others. Some of our...
578
David Garner
dgarner@...
Jan 3, 2001 3:17 am
OK Sportsfans, Here's the next step on the journey (if you know where we're going let me know). This is the same as the last version (maybe a little less...
579
Kevin Diggins
kdiggins@...
Jan 3, 2001 9:24 am
... snip snip snip ... ... Ver. 1.87 contains two new samples along those lines: (1) lets you draw up to 4 controls using left click & drag. After they are...
580
Doyle Whisenant
mechanic@...
Jan 3, 2001 11:22 am
... Yeah, there is some of us out there! ... MoveWindow(Edit1, x, y, width, heigth, TRUE); * *TRUE if you want a repaint, otherwise FALSE or you could use: ...
581
mtrimarco@...
Jan 3, 2001 12:23 pm
I am wandering if it is possible to use BCX and LCC to write a new DLL containing the following: -new subs/functions owner created -old subs/functions...
582
Robert Wishlaw
rwishlaw@...
Jan 3, 2001 7:08 pm
I think the problem is that you change the jfe.ini from JFE self. But that doesn't work because Windows holds the contents of the INI-file cached in memory...
583
David Garner
dgarner@...
Jan 4, 2001 12:35 am
Kevin, ... I look forward to trying. Doyle, ... Good. I'm often of the opinion that I'm just re-inventing the wheel again and no one else cares about it. ... ...
584
Doyle Whisenant
mechanic@...
Jan 4, 2001 12:48 am
... Yep, me too. ... I am not very vocal sometimes but I read each message and appreciate the snippets that you guys post. So don't think that nobody cares! I...
585
Kevin Diggins
kdiggins@...
Jan 4, 2001 1:10 am
... Yes, indeed. ... I don't quite follow that question. Of course you can call other DLL's and launch EXE's from within a DLL, but I somehow don't think...
586
David Garner
dgarner@...
Jan 4, 2001 1:27 am
Kevin, Here's another example. This one moves the command button per the arrow buttons. Thanks Doyle. Now, how about mouse to drag the control? David Garner...
587
Kevin Diggins
kdiggins@...
Jan 4, 2001 2:46 am
Okay ... I was going to wait until I released v 1.87 to share this but I decided you guys needed a new toy to play with. I uploaded to this EGROUP files, in...
588
David Garner
dgarner@...
Jan 4, 2001 3:45 am
Kevin, ... Thanks! Looks like it does what I've been wanting to do. Any feel for how much longer till the great release? ... I'm certainly interested in...
589
mtrimarco@...
Jan 4, 2001 7:40 am
Kevin, ... thanks for your suggestions. I'll try. I posted my message here because I was assuming that other VB programmers had the same problem. I have read...
590
Kevin Diggins
kdiggins@...
Jan 4, 2001 10:51 am
... snip snip snip ... I need to find about 5 uninterrupted hours so that I can test all the samples again and make sure that the latest version doesn't break...
591
dl@...
Jan 5, 2001 2:42 am
Hi db.exe does not convert right-aligned labels created by the microsoft dialog editor even if you split the lines. BEGIN LTEXT "File Group:", 101, 0, 4, 36,...
592
dl@...
Jan 5, 2001 3:20 am
I guess this is more of a personal preference than anything. In your next release of db.exe, can you allow it to print the code Wc.hbrBackground =...
593
David Garner
dgarner@...
Jan 5, 2001 3:37 am
Hi All, Based on Kevin's latest contribution, here's my latest. Can create/move/resize controls. Make believe the buttons are toolbox icons. Needs box to...
594
bobspringett
bobspringett@...
Jan 5, 2001 5:26 am
... Kevin, Is this so or has it been sorted in the new 1.87. Robert , Sorry I've been a long time responding but I've been over to the U.K. for the festive...
595
mtrimarco@...
Jan 5, 2001 7:49 am
Hi Kevin, just a little question. What happens if any supported command like, for example, "open" raises an error? Some of them could be intercepted in advance...
596
Theo Hollenberg
mj.hollenberg@...
Jan 5, 2001 8:49 am
Hi all, I'd like to use BCX to create object files which I can use as modules to link with other applications. For example: I'm creating a BCX file which holds...
597
bobspringett
bobspringett@...
Jan 5, 2001 9:10 am
Can anyone tell me the correct syntax to DIM a void pointer in a FUNCTION in BCX? I'm using FUNCTION demo(*x) and in the C code extern it comes out as...
598
bobspringett
bobspringett@...
Jan 5, 2001 9:15 am
Theo, Try making DLL's of these objects you make. See the latest Docs on Dll's. There are two methods.The latest where the DLL is linked at compile time is the...
599
Kevin Diggins
kdiggins@...
Jan 5, 2001 10:54 am
DL -- I like your suggestions. I've been thinking about giving db a facelift. Rather than clutter it up a bunch of commandline switches, I could give it a GUI...
600
Doyle Whisenant
mechanic@...
Jan 5, 2001 11:30 am
I get errors when trying to compile Kevins or your, source code??? Maybe I don't have the latest version? I have bcx ver 1.87 beta. -- Doyle Whisenant ...
601
David Garner
dgarner@...
Jan 5, 2001 11:53 am
Doyle, Sorry, I forgot to mention the warning. As I recall, I got 4 warnings on Kevin's code and one when compiling mine. Probably needs a type cast (or other...
602
gdumer@...
Jan 5, 2001 4:47 pm
Kevin, I'll echo my suggestion of awhile ago... I think you should append an alpha suffix to your version numbers when releasing multiple beta versions with...