This is an archive of CompuServe forum messages from 1985 to 1995, as saved in transcripts by John Foust.
Search Results (12 messages)
Rick, CTL3D comes with the docs so you'll be up and running in no time, Jan
Mark, you can change the font of any individual control window in a dialog box at will. Just make sure that the font pointers you're passing with SetFont(..) are valid as long as the dialog box is not destroyed. I hope this helps in solving your problem, Jan
Kip, > I am having a problem when I minimize a document – when > it has the focus and I hit Enter, nothing happens. If I > minimize my file and hit Enter, it opens as I would > expect. > > Is there some sort of know bug,…
Rick, > how to get those nice 3d controls that I see in newer > windows programs by using CTL3D.DLL or CTL3DV2.DLL, they are in the libs somewhere (here or at MSLANG) and on the MSDN CD's, Jan
John, i will check it out, thanks for the info and the indication that i will have to be patient if i want to join the s, Jan
Ronald, thanks for the info, Jan
Tim, > Sheesh, you guys like you work hard! no, no, certainly not with this kind of weather!! > LButtonDown hit testings, etc…. > Just make an OwnerDraw MultiSelection listbox… yes, yes, i know, but why is everybody answering to _me_ (not that i don't value it when someone posts…
Jake, > so now I'm off to play > with SetSel… nice to hear your having fun with the MFC functions 😉 Jan
Hi Ronald, thanks for the info, > It does seem that the beta will be > reasonably wide, so you might want to take > your chances and apply. is the s-program starting in the near future? > the current drivers are being scrapped > for technical reasons 🙂 Jan
Ronald, > or wait for the (undoubtably) much better > flat file MS ODBC drivers that are coming > out somewhere round 3Q94. that would be nice, do you have more info on this like what indexes are they going to use/support? Just curious, Jan
Carol, > I still get the 'icounter' is not a member > of CDocument error message. i think your problem will be solved if you cast the document pointer to pointer to you document class. Like: CMySecondDocument *pDoc = (CMySecondDocument *)GetDocument( ); Let me know if this is what was…
Hi Mark, thanks for the answer but you answered to my reply to Ed (Pinpoint, 76244,123) he was posting the original question about a listbox containing checkboxes. Jan