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
No postings for 2 days? No new bugz? Hard at work? Disgusted? Asleep?...
825
David Garner
dgarner@...
Feb 3, 2001 4:31 am
Kevin, Yeah, I was wondering if the group was having problems. Too quiet. I don't know if you looked at the last file I sent out (a week or more ago). No...
826
bobspringett
bobspringett@...
Feb 3, 2001 7:42 am
Dave, Take a look at my grid program in files. There's a function there that identifies the starting position of a cell by using left button click ( or ...
827
bobspringett
bobspringett@...
Feb 3, 2001 7:42 am
Dave, Have a look at my grid program in files. There's a routine ' in the message loop there where you can identify the starting coordinates of a cell by just ...
828
Kevin Diggins
kdiggins@...
Feb 3, 2001 11:14 am
... You should *really* start experimenting with the new version of DC that's available from the FILES area. It gives you the option of generating code that...
829
dl
dl@...
Feb 3, 2001 1:27 pm
... Hey, we're hard at work here! I've been pretty busy because of school, which is killing me right now... But to more important news, I just downloaded a...
830
dl
dl@...
Feb 3, 2001 2:00 pm
... of the ... I didn't think I still had this example, but I did. What this example does, is it returns the info on ALL controls on a given window which can...
831
donfykes@...
Feb 3, 2001 3:45 pm
Is there somewhere I can get this code explained to me. I've put comments to some of the stuff I think I understand but most of it is a bit fuzzy. I realize...
832
David Garner
dgarner@...
Feb 3, 2001 4:36 pm
Don, Funny you should ask - those are the docs. ;) Looks like a simple "Hello World" BCX program. and yes, it is like the C Win32 version. BCX translates to C....
833
Kevin Diggins
kdiggins@...
Feb 3, 2001 4:39 pm
... Don ... HWND, MSG, WNDCLASS are pre-defined types found in the Win32 API header files. ... No. The BCX help file assumes you have downloaded, installed,...
834
David Garner
dgarner@...
Feb 3, 2001 4:58 pm
Hi All, Thanks for the positive feedback and helpful pointers. There's still lots of things to study. Looking forward to the process and all I can learn. ...
835
Doyle Whisenant
mechanic@...
Feb 3, 2001 5:58 pm
... Not snoozing that's for sure! Funny how life gets in the way of doing a little programming! ... Good luck on reading/converting MFC stuff. If you ever...
836
Doyle Whisenant
mechanic@...
Feb 3, 2001 6:05 pm
... Don, sounds like you would benefit from the following download of the Win32API.hlp from the main web site of lcc. It's a biggie(12.8 megs) but worth it if...
837
dl
dl@...
Feb 3, 2001 7:49 pm
... No problem. The URL is: http://www.codeproject.com/dialog/mdisdiapps.asp They have the source code and exe for the MDI/SDI interfaces....
838
dl
dl@...
Feb 4, 2001 5:33 am
... I didn't figure it out, but I did find an asm example that was able to do this. The BCX version of the source code is available in the source code section,...
839
Doyle Whisenant
mechanic@...
Feb 4, 2001 6:00 am
... Thanks dl, I am forever in your debt! The example looks great. Now I can get something done... :) -- Doyle Whisenant mechanic@... ...
840
Robert Wishlaw
rwishlaw@...
Feb 4, 2001 10:07 am
dl: I'm running Windows 98 SE on a 486. MDI2 Bide crashed leaving this for me to chew on. BIDE caused an invalid page fault in module COMCTL32.DLL at...
841
Kevin Diggins
kdiggins@...
Feb 4, 2001 10:29 am
Ditto -- I'm running Windows 98 SE on a P300. COMCTL32.DLL Dated 4/23/99 for 95/98/ME/2000 BIDE caused an invalid page fault in module COMCTL32.DLL at...
842
Doyle Whisenant
mechanic@...
Feb 4, 2001 1:13 pm
... Works fine here! I'm running Win98 number 1, PII 450 COMCTL32.DLL - ver. 4.72.3611.1900 -- Doyle Whisenant mechanic@... http://mechanic.webjump.com...
... I was barly able to run win95 on my 486... But anyways, I tried the orginal example on Windows ME, and it crashed as expected. Then I added LRESULT...
845
Kevin Diggins
kdiggins@...
Feb 4, 2001 3:31 pm
... snip snip snip ... Arghh! You beat me to it, DL. I just discovered the same thing. For anyone interested, the way I discovered it was by creating a...
846
donfykes@...
Feb 4, 2001 4:08 pm
I have downloaded win32help. This is what I neededto focus on. I really appreciate all the help. Thanks for a cool programming language. Don...
847
dl
dl@...
Feb 4, 2001 4:38 pm
... That sounds like alot of work! Its something I should try next time. I also updated the source and exe now. I added the call to InitCommonControls, added...
848
Kevin Diggins
kdiggins@...
Feb 4, 2001 5:22 pm
... Thanks for participating in the discussion group. If you have questions ... ask. You may not always get an answer but you will have the satisfaction of...
849
Doyle Whisenant
mechanic@...
Feb 4, 2001 9:11 pm
... All right! Glad you guys figured it out! I am sending my latest. I have a bug in the rebar control. I add a "main" toolbar and then (try) to add a "tool"...
850
Robert Wishlaw
rwishlaw@...
Feb 4, 2001 9:41 pm
Doyle: I'm running Windows 98 SE on a 486. BCXMDI crashed leaving this for me to chew on. Jeez, this is like deja vu all over again. BCXMDI caused an invalid...
851
Doyle Whisenant
mechanic@...
Feb 4, 2001 10:09 pm
... I'll add it here and see what happens. -- Doyle Whisenant mechanic@... http://mechanic.webjump.com...
852
Robert Wishlaw
rwishlaw@...
Feb 4, 2001 10:19 pm
Doyle: As Kevin and dl suggested, in their discussion of MDI2 Bide, I changed the BCXMDI WinProc functions FrameWndProc, HelloWndProc and RectWndProc from...
853
Doyle Whisenant
mechanic@...
Feb 4, 2001 10:22 pm
... Well I added it and it doesn't change anything here. Find this line: FUNCTION FrameWndProc(hwnd AS HWND,Msg AS UINT,wParam AS UINT,lParam AS UINT) AS LONG ...