Click here to Skip to main content
16,011,374 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralDevelop with style Pin
- Emanuele -12-Jul-01 1:59
- Emanuele -12-Jul-01 1:59 
GeneralRe: Develop with style Pin
Tomasz Sowinski12-Jul-01 2:06
Tomasz Sowinski12-Jul-01 2:06 
GeneralRe: Develop with style Pin
NormDroid12-Jul-01 2:09
professionalNormDroid12-Jul-01 2:09 
Generalwhere can find the fastest "LineTO" code? ro how to do! Pin
G.Richard11-Jul-01 23:35
G.Richard11-Jul-01 23:35 
GeneralRe: where can find the fastest Pin
Tomasz Sowinski12-Jul-01 1:01
Tomasz Sowinski12-Jul-01 1:01 
GeneralRe: where can find the fastest Pin
G.Richard12-Jul-01 20:01
G.Richard12-Jul-01 20:01 
GeneralRe: where can find the fastest Pin
Tomasz Sowinski12-Jul-01 23:44
Tomasz Sowinski12-Jul-01 23:44 
GeneralTranspareten window -(CBitmap::BitBlt) Pin
11-Jul-01 23:12
suss11-Jul-01 23:12 
Hi, I have programm in VB, where is transparent window. And I rewrite code to MFC. But i have problemm Frown | :-( ((. I dont know why ?!, but i see only black color on screen .

Can you help me ?? Here is my code.
_________________________________________
void CMyDialog::DrawScreen(CDC* dc){

CDC *window=GetDesktopWindow()->GetDC();
CDC *drawing = new CDC;
CBitmap *bitmap = new CBitmap;
CBitmap* oldbit;
drawing->CreateCompatibleDC(window);
bitmapa->CreateCompatibleBitmap(window,1050,1004);
oldbit = drawing->SelectObject(bitmap);
dc->BitBlt(0, 0, 100, 100, drawing, 1000, 730, SRCCOPY);
drawing->SelectObject(oldbit);
}
________________________________________


LB
Confused | :confused: Confused | :confused: Confused | :confused: Confused | :confused: Confused | :confused: Confused | :confused: Confused | :confused: Confused | :confused: Confused | :confused: Confused | :confused:
GeneralRe: Transpareten window -(CBitmap::BitBlt) Pin
Tomasz Sowinski12-Jul-01 1:11
Tomasz Sowinski12-Jul-01 1:11 
GeneralRe: Transpareten window -(CBitmap::BitBlt) Pin
12-Jul-01 1:40
suss12-Jul-01 1:40 
GeneralError ... Pin
12-Jul-01 2:33
suss12-Jul-01 2:33 
GeneralRe: Error ... Pin
Tomasz Sowinski12-Jul-01 2:42
Tomasz Sowinski12-Jul-01 2:42 
GeneralRe: Error ... Pin
12-Jul-01 3:16
suss12-Jul-01 3:16 
GeneralRe: Error ... Pin
Tomasz Sowinski12-Jul-01 3:31
Tomasz Sowinski12-Jul-01 3:31 
GeneralMemory monitoring Pin
Geetha11-Jul-01 22:38
Geetha11-Jul-01 22:38 
GeneralRe: Memory monitoring Pin
Tomasz Sowinski12-Jul-01 1:25
Tomasz Sowinski12-Jul-01 1:25 
GeneralUsing of one object in three dialog ... Pin
Hadi Rezaee11-Jul-01 22:37
Hadi Rezaee11-Jul-01 22:37 
GeneralRe: Using of one object in three dialog ... Pin
Tomasz Sowinski12-Jul-01 1:07
Tomasz Sowinski12-Jul-01 1:07 
GeneralRe: Using of one object in three dialog ... Pin
Hadi Rezaee12-Jul-01 2:15
Hadi Rezaee12-Jul-01 2:15 
GeneralRe: Using of one object in three dialog ... Pin
Tomasz Sowinski12-Jul-01 2:36
Tomasz Sowinski12-Jul-01 2:36 
GeneralRe: Using of one object in three dialog ... Pin
Hadi Rezaee12-Jul-01 4:18
Hadi Rezaee12-Jul-01 4:18 
GeneralRe: Using of one object in three dialog ... Pin
Tomasz Sowinski12-Jul-01 4:24
Tomasz Sowinski12-Jul-01 4:24 
GeneralRe: Using of one object in three dialog ... Pin
Stan Shannon12-Jul-01 4:59
Stan Shannon12-Jul-01 4:59 
GeneralRe: Using of one object in three dialog ... Pin
Tomasz Sowinski12-Jul-01 7:00
Tomasz Sowinski12-Jul-01 7:00 
GeneralRe: Using of one object in three dialog ... Pin
Hadi Rezaee13-Jul-01 18:26
Hadi Rezaee13-Jul-01 18:26 

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.