Click here to Skip to main content
15,918,003 members
Home / Discussions / Article Writing
   

Article Writing

 
GeneralSample codes of SEARCH function in VC++..pls Pin
Anonymous10-Feb-00 16:58
suss Anonymous10-Feb-00 16:58 
GeneralRE: Sample codes of SEARCH function in VC++..pls Pin
Andreas16-Feb-00 3:31
Andreas16-Feb-00 3:31 
GeneralInside MAPI - or any MAPI source... Pin
Jason Hattingh4-Feb-00 0:16
sussJason Hattingh4-Feb-00 0:16 
GeneralRE: Inside MAPI - or any MAPI source... Pin
Jeremy Davis24-Feb-00 22:16
Jeremy Davis24-Feb-00 22:16 
GeneralRe: Inside MAPI - or any MAPI source... Pin
Andrew3-Jun-00 4:22
Andrew3-Jun-00 4:22 
GeneralAccessing Mouse Sensitivity Pin
Anonymous1-Feb-00 4:03
suss Anonymous1-Feb-00 4:03 
GeneralIPX and CSocket Pin
Topher30-Jan-00 12:57
Topher30-Jan-00 12:57 
GeneralLayer Window Impl on 98 Pin
Eric Crahen21-Jan-00 15:55
Eric Crahen21-Jan-00 15:55 
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



GeneralRE: Layer Window Impl on 98 Pin
Erik Thompson24-Jan-00 16:14
sitebuilderErik Thompson24-Jan-00 16:14 
GeneralCWnd & CDC Pin
Ivan A. Fotan21-Jan-00 1:21
Ivan A. Fotan21-Jan-00 1:21 
GeneralAnyone got SHGetFileInfo with Windows CE Pin
Bruce Hearder19-Jan-00 20:34
Bruce Hearder19-Jan-00 20:34 
GeneralButton like the File-Open button in Word2000 Pin
Jeremy Davis19-Jan-00 3:58
Jeremy Davis19-Jan-00 3:58 
GeneralRE: Button like the File-Open button in Word2000 Pin
Norm Almond25-Jan-00 1:33
sussNorm Almond25-Jan-00 1:33 
GeneralRE: Button like the File-Open button in Word2000 Pin
Stas Levin31-Jan-00 13:13
Stas Levin31-Jan-00 13:13 
QuestionSource code to access Netscape's registry format nsreg.dat? Pin
Anonymous17-Jan-00 7:18
suss Anonymous17-Jan-00 7:18 
AnswerRE: Source code to access Netscape's registry format nsreg.dat? Pin
Brian V. Shifrin25-Jan-00 0:36
sussBrian V. Shifrin25-Jan-00 0:36 
AnswerRE: Source code to access Netscape's registry format nsreg.dat? Pin
Brian V. Shifrin25-Jan-00 0:41
sussBrian V. Shifrin25-Jan-00 0:41 
GeneralSending Formatted text through MAPI Pin
Eli Vingot17-Jan-00 2:42
sussEli Vingot17-Jan-00 2:42 
GeneralRE: Sending Formatted text through MAPI Pin
willi wacker7-Mar-00 20:48
willi wacker7-Mar-00 20:48 
QuestionThread pool? Pin
Member 252283214-Jan-00 5:11
Member 252283214-Jan-00 5:11 
AnswerRE: Thread pool? Pin
Andreas16-Feb-00 3:38
Andreas16-Feb-00 3:38 
QuestionProtected Storage API? Pin
Andrei Stcherbatchenko29-Dec-99 14:44
Andrei Stcherbatchenko29-Dec-99 14:44 
Generaldatabase & database cursor Pin
Valentin Rozescu13-Dec-99 4:04
Valentin Rozescu13-Dec-99 4:04 
Generalplaying multiple notes from memory Pin
Laura Michaels20-Dec-99 4:03
sussLaura Michaels20-Dec-99 4:03 
GeneralSuperclassing Pin
Ivan A. Fotan19-Dec-99 3:19
Ivan A. Fotan19-Dec-99 3:19 

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.