Click here to Skip to main content
15,901,284 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: drawing a cercle by code Pin
Schehaider_Aymen6-Apr-08 11:57
Schehaider_Aymen6-Apr-08 11:57 
GeneralRe: drawing a cercle by code Pin
Mark Salsbery6-Apr-08 12:00
Mark Salsbery6-Apr-08 12:00 
GeneralRe: drawing a cercle by code Pin
Schehaider_Aymen6-Apr-08 12:01
Schehaider_Aymen6-Apr-08 12:01 
GeneralRe: drawing a cercle by code Pin
Hamid_RT8-Apr-08 7:08
Hamid_RT8-Apr-08 7:08 
GeneralHelp with my c programming language Pin
mvayder6-Apr-08 7:47
mvayder6-Apr-08 7:47 
GeneralRe: Help with my c programming language Pin
bob169726-Apr-08 8:27
bob169726-Apr-08 8:27 
GeneralRe: Help with my c programming language Pin
CPallini6-Apr-08 21:42
mveCPallini6-Apr-08 21:42 
Generalwin32 dialogs... Pin
Member 38254936-Apr-08 2:48
Member 38254936-Apr-08 2:48 
I create Dialog Box with

case WM_CTLCOLORSTATIC:
{
HDC hdcStatic = (HDC)wParam;
SetTextColor(hdcStatic, RGB(255, 255, 255));
SetBkMode(hdcStatic, TRANSPARENT);
return (long)(g_hbrBackground);
}

but after chusing another program and return to dialog activation -
it don't show dialog box at all!!!

(when I do UpdateWindow in case ON_PAINT, it show dialog, but without color!!)
GeneralRe: win32 dialogs... Pin
Mark Salsbery6-Apr-08 7:47
Mark Salsbery6-Apr-08 7:47 
QuestionAny way to refresh a CHtmlView without it scrolling back to the top? Pin
Taka Muraoka6-Apr-08 0:43
Taka Muraoka6-Apr-08 0:43 
QuestionWSAENOBUFS error Pin
itai shmida5-Apr-08 23:01
itai shmida5-Apr-08 23:01 
QuestionRe: WSAENOBUFS error [modified] Pin
Eytukan6-Apr-08 0:50
Eytukan6-Apr-08 0:50 
GeneralRe: WSAENOBUFS error Pin
Mark Salsbery6-Apr-08 8:19
Mark Salsbery6-Apr-08 8:19 
GeneralRe: WSAENOBUFS error Pin
itai shmida13-Apr-08 19:35
itai shmida13-Apr-08 19:35 
Generaldefragmenttation disk by c++ Pin
th875-Apr-08 22:18
th875-Apr-08 22:18 
AnswerRe: defragmenttation disk by c++ Pin
Rajesh R Subramanian5-Apr-08 22:31
professionalRajesh R Subramanian5-Apr-08 22:31 
GeneralSocket programming in C Pin
ADTC#5-Apr-08 14:33
ADTC#5-Apr-08 14:33 
GeneralRe: Socket programming in C [modified] Pin
rp_suman5-Apr-08 15:10
rp_suman5-Apr-08 15:10 
GeneralRe: Socket programming in C Pin
ADTC#5-Apr-08 15:39
ADTC#5-Apr-08 15:39 
QuestionRe: Socket programming in C Pin
rp_suman5-Apr-08 16:50
rp_suman5-Apr-08 16:50 
GeneralRe: Socket programming in C Pin
ADTC#5-Apr-08 16:53
ADTC#5-Apr-08 16:53 
GeneralRe: Socket programming in C [modified] Pin
rp_suman5-Apr-08 17:03
rp_suman5-Apr-08 17:03 
GeneralRe: Socket programming in C Pin
CPallini6-Apr-08 1:36
mveCPallini6-Apr-08 1:36 
GeneralRe: Socket programming in C Pin
Eytukan5-Apr-08 18:03
Eytukan5-Apr-08 18:03 
AnswerRe: Socket programming in C Pin
Himanshu Joshi5-Apr-08 18:35
Himanshu Joshi5-Apr-08 18:35 

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.