CompuServe Archive

This is an archive of CompuServe forum messages from 1985 to 1995, as saved in transcripts by John Foust.

Search Results (23 messages)

>BTW, Do you havce the book Undocumented WIndows (Matt Pietrak, et.al.)? >>No…why do you ask? I was/am having a major problem implementing there FileCdr code in a visual C++ Large model. It's interesting code that will permit yopu to recieve the messages intended for filemanager whenever a user makes any…
#30557 print page size Message #30602
>> You pat my back and I'll pay yours.
#30586 CEdit Message #30601
*Wheww* That's a relief – as your code showed that you knew what were doing and I was really beginning to wonder why it should fail… After I saw al the embeded CStrings etc.. I started thinking you were gobbling up stack pretty quickly and being that your init had…
I can only tell you that when I use an OwnerDraw listbox, I also handle the WM_DRAWITEM myself. I usually have pointers (these pointers are from an array that contains the strings or whatever) in the listbox instead of strings (which allows for MANY more items in a listbox). In…
#30503 #print page size Message #30533
"I knew you'd be surprised" – Bobby Brown/Sheik Ur B.. album Yes, I knew you has a good perspective and sense of humour in your messages. Congrats on the Annual award in SDK!! Charles Steinhardt[MVP], OMG Inc. Written 11-Jul-1994 @ 14:18:23 Windows NavCIS PRO 1.21 !^NavFont01F0007MGHHG90F7FD
#30451 Print Preview Message #30463
Raindrop, Unfortunately, I myself don't know how to arrive at this solution in a simple manner. my suggestion would be to implement a new CPrintPreviewState class and use this as your basis. You can find the code in: \SRC\VIEWPREV.CPP When all I wanted to do was the standard print classes…
#30449- CEdit Message #30454
Oh.. one other thing.. go into AppStudio and double check that teh Edit control does still equal " IDC_MYEDIT1". Probably does but it's always good to check. Charles Steinhardt[MVP], OMG Inc. Written 10-Jul-1994 @ 23:58:26 Windows NavCIS PRO 1.21 !^NavFont01F0007MGHHG848448
#30449- CEdit Message #30453
Well.. I see you are using the dynamic data exchange and that should be alright. Subclassing is very similar – try one other thing – What is the size of your stack? Try setting it higher set your thru the menu: Option | Project | Linker | (select memory image…
#30437 #CEdit Message #30443
Hi Jay, >> BOOL CWptEdit::OnInitDialog() { CDialog::OnInitDialog(); CenterDialog(this); m_Jay_Edit.Init("N 00 00.000'","N ## ##.###'"); return TRUE; // return TRUE unless you set the focus to a control }
#30421 #print page size Message #30436
>> Susy Creamcheese
#30422 #CEdit Message #30435
O.K. – it really sounds o me as if you have more than one instance of CFEdit Last thing – send me your OnInitDialog function and send me teh decleration of how you implement the CFEdit in your dialog class. Speak with you soon, Charles Steinhardt[MVP], OMG Inc. Written 10-Jul-1994…
#30411 #CEdit Message #30417
Jay, I read ur message and I have a few comments. These comments will have "///////////////////////**CSS ….." prefacing them Here is the Header and CPP file of "MYEdit". //***************************************************************************** ************************* //***************************************************************************** ************************* //***************************************************************************** ************************* class CFEdit : public CEdit { // Construction public: CFEdit(); CString Mask; //This is the Picture…
#30406 #print page size Message #30416
>> but what do we call you guys? Probably the Yellow Snow People.
#30355 #print page size Message #30391
>> — "Is that a *real* poncho or is that a *Sears* poncho?"
#30328 #CEdit Message #30390
Jay, I'd like to help but I'm slightly confused – can you send me a copy of your derived CEdit object? Speak with you soon, Charles Steinhardt[MVP], OMG Inc. Written 09-Jul-1994 @ 21:39:46 Windows NavCIS PRO 1.21 !^NavFont01F0007MGHHG64A747
#30298 #CEdit::LimitText Message #30389
Jeff, I assume this is not a multiline edit. What happens if you add the following code AFTER your first call to CDialog::OnInitDialog(). ((CEdit*)GetDlgItem(IDD_YOUREDITBOXID))->LimitText(5); If this doesn't limit the text, send me a copy of your complete OnInitDialog code (only). Charles Steinhardt[MVP], OMG Inc. Written 09-Jul-1994 @ 21:38:01 Windows NavCIS…
#30155- #OwnerDraw Listbox Sort Message #30387
Well Kevin, The CD workd great!! (Now I'm awaiting a new front bezel as NEC needs you to request a different bezel for Compaq & IBM Machines!!! Anyhow, while I can't find any direct support for your threory – I've certainly found implied support for your supposition regarding LBS_HASSTRINGS: MSJ…
#30268 MFC Beginer Message #30361
Hi Peter, Since it's near July 4th, I just wanted the opportunity to remind you Brits — that we forgive you Now for a response to your question: I'd divide the needs into reference books versus tutorials and I'd do it in this order as well: 1) As for a…
#30155- OwnerDraw Listbox Sort Message #30358
Kevin, My CDROM reader is being replaced and therefore removed and I'm getting via Saturday delivery an NEC 3Xi tommorrow – hah! – right – Sat delivery.. we'll see.. Anyhow, As sson as it's up.. I'll check on the MS Developer CD immediately as I still feel this shouldn't make…
#30236 Subclass woe Message #30357
Ahhh… Thanks for th help Thomas! When one directly subclasses a CWnd object .. hmmm … great… >>Clear as mud ?
#29720- Activating List box? Message #29779
John, I found the following articles on the Microsoft Developer Network CDROM – ***************************************** Using and Customizing Common Dialogs Kraig Brockschmidt Systems Developer Relations Created : June 1992 ***************************************** INF: Adding a Custom Template to a Common Dialog Box PSS ID Number: Q86720 ***************************************** I hope this helps, Charles Steinhardt[MVP],…
From: Charles Steinhardt CDROM Forum · Multimedia March 20, 1993 6:57 PM
Thanx for the help Jay! I have the CD74 (no "-1") … Oh well.. Do u think there's a way to upgrade? Is there a big timing difference. I have a Compaq 486/66mHz, 24mb RAM. >>If you have your CDR-74 hooked up to an independent SCSI card using an >>ASPI…
From: Charles Steinhardt CDROM Forum · Multimedia March 19, 1993 9:36 PM
Recently, I read that the CD74's buffersize has changed from 64k to 256k. (In an ad by Tiger Software) I was wondering, How do I tell what the buffer size on my CD74 is? Also, is their a diagnostic utility that will tell me about my CD74? Thanx for any…