Click here to Skip to main content
15,923,576 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralConsole Background Color Pin
Steve L.16-Nov-01 9:19
Steve L.16-Nov-01 9:19 
GeneralRe: Console Background Color Pin
Carlos Antollini16-Nov-01 9:41
Carlos Antollini16-Nov-01 9:41 
GeneralRe: Console Background Color Pin
Steve L.16-Nov-01 11:14
Steve L.16-Nov-01 11:14 
GeneralRe: Console Background Color Pin
Nish Nishant16-Nov-01 13:51
sitebuilderNish Nishant16-Nov-01 13:51 
GeneralRe: Console Background Color Pin
moliate16-Nov-01 14:23
moliate16-Nov-01 14:23 
GeneralRe: Console Background Color Pin
Steve L.16-Nov-01 15:57
Steve L.16-Nov-01 15:57 
Generaltransparent Listbox Pin
16-Nov-01 8:47
suss16-Nov-01 8:47 
GeneralRe: transparent Listbox Pin
Rassman19-Nov-01 4:42
Rassman19-Nov-01 4:42 
If your listbox is transparent then you should be telling the parent to repaint in the way that you require. Invalidate the rectangle in the parent where the transparent control is.

Though there is another way, rather than have your listbox transparent, which can cause you extra typing because of z order painting problems, pass the background rectangle (on move or resize of the parent) to the child (your control) and stick the background in. Then of cause you are back in a world where the listbox can take care of itself.



We do it for the joy of seeing the users struggle.
GeneralDisable button ! Pin
Hadi Rezaee16-Nov-01 8:34
Hadi Rezaee16-Nov-01 8:34 
GeneralRe: Disable button ! Pin
Nish Nishant16-Nov-01 13:48
sitebuilderNish Nishant16-Nov-01 13:48 
GeneralRe: Disable button ! Pin
Hadi Rezaee16-Nov-01 14:58
Hadi Rezaee16-Nov-01 14:58 
GeneralRe: Disable button ! Pin
Nish Nishant16-Nov-01 17:16
sitebuilderNish Nishant16-Nov-01 17:16 
GeneralRe: Disable button ! Pin
Hadi Rezaee17-Nov-01 0:27
Hadi Rezaee17-Nov-01 0:27 
GeneralRe: Disable button ! Pin
Nish Nishant17-Nov-01 0:41
sitebuilderNish Nishant17-Nov-01 0:41 
GeneralAlpha Blending Pin
16-Nov-01 8:05
suss16-Nov-01 8:05 
GeneralRe: Alpha Blending Pin
Christian Graus16-Nov-01 17:28
protectorChristian Graus16-Nov-01 17:28 
Generalget ip of current internet connection with mfc Pin
16-Nov-01 6:22
suss16-Nov-01 6:22 
GeneralRe: get ip of current internet connection with mfc Pin
Joaquín M López Muñoz16-Nov-01 7:06
Joaquín M López Muñoz16-Nov-01 7:06 
GeneralSetting ip to local network card Pin
Halid Niyaz2-Aug-03 0:18
Halid Niyaz2-Aug-03 0:18 
GeneralSetting ip to local network card Pin
Halid Niyaz2-Aug-03 0:18
Halid Niyaz2-Aug-03 0:18 
GeneralRe: How do i set the IP address to the network card Pin
Halid Niyaz27-Aug-03 2:04
Halid Niyaz27-Aug-03 2:04 
GeneralRe: get ip of current internet connection with mfc Pin
Nish Nishant16-Nov-01 14:00
sitebuilderNish Nishant16-Nov-01 14:00 
QuestionEN_CHANGE? Pin
Rickard Andersson2016-Nov-01 6:18
Rickard Andersson2016-Nov-01 6:18 
AnswerRe: EN_CHANGE? Pin
Joaquín M López Muñoz16-Nov-01 7:18
Joaquín M López Muñoz16-Nov-01 7:18 
AnswerRe: EN_CHANGE? Pin
Rassman19-Nov-01 5:05
Rassman19-Nov-01 5:05 

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.