Click here to Skip to main content
15,909,503 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRE: Need a SMALL database solution Pin
Laura Michaels3-Feb-00 5:08
sussLaura Michaels3-Feb-00 5:08 
GeneralClosing a CFormView Pin
Jed24-Jan-00 5:59
Jed24-Jan-00 5:59 
GeneralRE: Closing a CFormView Pin
Mike Dunn24-Jan-00 7:13
Mike Dunn24-Jan-00 7:13 
QuestionHow could I draw some system items manually. Pin
Zhenzhe Wang22-Jan-00 17:59
sussZhenzhe Wang22-Jan-00 17:59 
AnswerRE: How could I draw some system items manually. Pin
Mike Dunn23-Jan-00 15:26
Mike Dunn23-Jan-00 15:26 
GeneralHaving some HWND trouble Pin
Vega22-Jan-00 12:30
Vega22-Jan-00 12:30 
GeneralRE: Having some HWND trouble Pin
chrisd24-Jan-00 16:28
chrisd24-Jan-00 16:28 
GeneralLayered Window Impl on 98 Pin
Eric Crahen21-Jan-00 16:01
Eric Crahen21-Jan-00 16:01 
I have seen several apps on Win98 that use softshape's
ActiveSkin ActiveX control. Mostly this control allows people
to haev a coherent means for creating skinned 'applications'. It includes
one function that allows you to set a transparency level.
If you download the control right from softshape you can use the
Visual Studio tools to view the interfaces their control provides.
There is an app called BoxCard @ http://softini.cjb.net
that uses this feature and will let you see it in action

I've tried several things briefly to try and implement some transluceny. It
is pretty easy to make a translucent menu or
dialog as long as it is WITHIN a frame window or something. You can
just make owner draw controls that get the parentdc and alphablend the
control DC with the parents. This works really well if you have a
stable bitmap background. However, this become very hard to do when you
have other windows moving around behind a translucent control or
you try to do this on the windows desktop.

Win2K provides a LayeredWindow to help with this. Does anyone have access to
a W2K dev kit that contains this implementation? I check my VC 6 for this
but it does not seem to be included. I'd like to see how they did this.

I also considered it might be possible to control how windows draws the
window, after all - doing this can't befar off from what programs like eFX
and WindowBlinds have been doing to change the frame bars on existing
windows already.

- Eric

Any suggestions? I plan on putting all this info together with some other
controls I've made and putting it up on the web with source. MFc is nice,
but its really easy to think of semi-simple things that are very diffculut
to do - like change an image on a static control (w/o hiding an existing one
and displaying a new control) Anyways, I'm getting off on a tangent. Please
let me know you thoughts or tips.





- Eric

crahen@buffalo.edu
DrCrahen@mad.scientist.com



GeneralLayered Window Impl on 98 Pin
Eric Crahen21-Jan-00 16:01
Eric Crahen21-Jan-00 16:01 
GeneralCWnd & CDC Pin
Ivan A. Fotan21-Jan-00 1:20
Ivan A. Fotan21-Jan-00 1:20 
GeneralRE: CWnd & CDC Pin
Jesse Ezell5-Feb-00 19:17
Jesse Ezell5-Feb-00 19:17 
GeneralDialogs with ActiveX controls in MFC regular dlls Pin
Anonymous20-Jan-00 16:41
Anonymous20-Jan-00 16:41 
GeneralRE: Dialogs with ActiveX controls in MFC regular dlls Pin
DomDo24-Jan-00 22:48
DomDo24-Jan-00 22:48 
GeneralRegular dll & Active X control in a dialog Pin
Anonymous25-Jan-00 1:08
suss Anonymous25-Jan-00 1:08 
GeneralFile-Open button in Word2000 Pin
Jeremy Davis19-Jan-00 3:59
Jeremy Davis19-Jan-00 3:59 
GeneralC/C++ guru's -- is this possible Pin
Brian Anderson18-Jan-00 9:32
Brian Anderson18-Jan-00 9:32 
GeneralRE: C/C++ guru's -- is this possible Pin
Tim Deveaux19-Jan-00 5:09
Tim Deveaux19-Jan-00 5:09 
GeneralRE: C/C++ guru's -- is this possible Pin
Peter A. Tolan29-Jan-00 21:15
suss Peter A. Tolan29-Jan-00 21:15 
QuestionHow to prevent resource renumbering? Pin
wwu18-Jan-00 4:58
wwu18-Jan-00 4:58 
GeneralMAPI Question - getting desperate! Pin
Jason Hattingh17-Jan-00 1:39
sussJason Hattingh17-Jan-00 1:39 
GeneralAdding a Tab Control to a toolbar Pin
Frank Deo16-Jan-00 11:52
Frank Deo16-Jan-00 11:52 
GeneralCOM & EventSink and IDispatch Pin
Member 351715-Jan-00 13:00
Member 351715-Jan-00 13:00 
GeneralRE: COM & EventSink and IDispatch Pin
Alex Gorev17-Jan-00 4:42
Alex Gorev17-Jan-00 4:42 
GeneralRE: RE: COM & EventSink and IDispatch Pin
Anonymous18-Jan-00 9:24
suss Anonymous18-Jan-00 9:24 
GeneralRE: COM & EventSink and IDispatch Pin
Alex Gorev17-Jan-00 4:54
Alex Gorev17-Jan-00 4:54 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.