Click here to Skip to main content
15,912,021 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: DXSDK 9 (Summer2004) and Visual C++ 6 issue Pin
Bob Stanneveld3-Sep-04 23:16
Bob Stanneveld3-Sep-04 23:16 
GeneralRe: DXSDK 9 (Summer2004) and Visual C++ 6 issue Pin
tareqsiraj4-Sep-04 1:38
tareqsiraj4-Sep-04 1:38 
GeneralRe: DXSDK 9 (Summer2004) and Visual C++ 6 issue Pin
Jörgen Sigvardsson4-Sep-04 1:50
Jörgen Sigvardsson4-Sep-04 1:50 
GeneralRe: DXSDK 9 (Summer2004) and Visual C++ 6 issue Pin
tareqsiraj4-Sep-04 2:42
tareqsiraj4-Sep-04 2:42 
GeneralRe: DXSDK 9 (Summer2004) and Visual C++ 6 issue Pin
Jörgen Sigvardsson4-Sep-04 4:36
Jörgen Sigvardsson4-Sep-04 4:36 
GeneralDestructo rin DLL Pin
GGConsulting3-Sep-04 22:14
GGConsulting3-Sep-04 22:14 
GeneralRe: Destructo rin DLL Pin
Anonymous4-Sep-04 8:15
Anonymous4-Sep-04 8:15 
GeneralGradient Masks Pin
bmw50023-Sep-04 22:10
bmw50023-Sep-04 22:10 
I'm writing my own text ticker/scroller type thing that only needs the handle to a static control on a dialog or wherever, and the rest is completely self contained in the class, the timers dont need windows to process their events. Anyway I want to have the left and right edges of the scroller fade. So say the background was dark blue, and the text was white. The white text would fade to blue at the edges. Now from my photoshop experience, at first I thought, black-to-white gradient as a mask. But how would I accomplish that with the GDI? At first I thought alpha-blending, but I didnt see a way to use a grayscale gradient as the guide for transparency. So then I saw the MaskBlt function. So I'm thinking create a monochrome memory bitmap with gradients on either side, then use that as the mask and a color memory bitmap with the text as the source, and the destination would be the solid background color layer. Then I would BitBlt that to the static control. So my question is, would this theoretically work? Am I going in the right direction?


QuestionHow to write synchronized audio and video Pin
imranlodhi3-Sep-04 20:50
imranlodhi3-Sep-04 20:50 
GeneralChange filename case Pin
alex.barylski3-Sep-04 20:39
alex.barylski3-Sep-04 20:39 
GeneralRe: Change filename case Pin
alex.barylski3-Sep-04 20:41
alex.barylski3-Sep-04 20:41 
GeneralRe: Change filename case Pin
David Crow4-Sep-04 17:22
David Crow4-Sep-04 17:22 
GeneralWaitable Timers Pin
bmw50023-Sep-04 20:06
bmw50023-Sep-04 20:06 
GeneralDataGrid Control problem Pin
Imtiaz Murtaza3-Sep-04 20:04
Imtiaz Murtaza3-Sep-04 20:04 
GeneralAlgorithm for CTime in CTimeSpan Pin
anderslundsgard3-Sep-04 19:59
anderslundsgard3-Sep-04 19:59 
GeneralRe: Algorithm for CTime in CTimeSpan Pin
Ravi Bhavnani3-Sep-04 20:18
professionalRavi Bhavnani3-Sep-04 20:18 
GeneralRe: Algorithm for CTime in CTimeSpan Pin
Jörgen Sigvardsson4-Sep-04 1:54
Jörgen Sigvardsson4-Sep-04 1:54 
GeneralRe: Algorithm for CTime in CTimeSpan Pin
anderslundsgard5-Sep-04 23:31
anderslundsgard5-Sep-04 23:31 
GeneralAlt+Tab, Application Icon Hidding Pin
swarup3-Sep-04 18:18
swarup3-Sep-04 18:18 
GeneralScrollView problem Pin
coolecho3-Sep-04 18:04
coolecho3-Sep-04 18:04 
GeneralCListCtrl sorting issue... Pin
IQ03-Sep-04 13:45
IQ03-Sep-04 13:45 
GeneralVisual C++ Express 2005 Pin
holland3-Sep-04 10:55
holland3-Sep-04 10:55 
GeneralRe: Visual C++ Express 2005 Pin
Jörgen Sigvardsson4-Sep-04 11:15
Jörgen Sigvardsson4-Sep-04 11:15 
GeneralProcess Information Pin
Ivan Cachicatari3-Sep-04 10:37
Ivan Cachicatari3-Sep-04 10:37 
GeneralRe: Process Information Pin
lesnikowski3-Sep-04 10:52
lesnikowski3-Sep-04 10:52 

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.