Click here to Skip to main content
15,917,320 members
Home / Discussions / Graphics
   

Graphics

 
QuestionToolbar icons Pin
pacoxl14-Oct-08 6:27
pacoxl14-Oct-08 6:27 
QuestionHow to intersect GraphicsPaths? Pin
CherezZaboro14-Oct-08 2:19
CherezZaboro14-Oct-08 2:19 
QuestionLarge images and memory issue Pin
riobui13-Oct-08 22:03
riobui13-Oct-08 22:03 
QuestionForm not shown completely in output window - winCE .net Pin
sayana_here9-Oct-08 21:44
sayana_here9-Oct-08 21:44 
QuestionQuestion about the project template. Pin
Jack_Dracon8-Oct-08 6:37
Jack_Dracon8-Oct-08 6:37 
QuestionCopy partial Image from another image. VB .net 3.5 Pin
CAN Coder7-Oct-08 7:44
CAN Coder7-Oct-08 7:44 
AnswerRe: Copy partial Image from another image. VB .net 3.5 Pin
Mark Salsbery7-Oct-08 8:11
Mark Salsbery7-Oct-08 8:11 
QuestionRect flickrs outside of the the app area Pin
gabbana7-Oct-08 4:16
gabbana7-Oct-08 4:16 
Hello,

I have the following problem: I painted a rectangle with a text outside of my app on the screen in the WM_PAINT message. The Problem is that it flickrs very hard. The code I use:

hdc = GetDC(NULL);
SelectObject(hdc, GetStockObject(WHITE_BRUSH));
RoundRect(hdc, 10, 10, 100, 40, 9, 9);
rc.left = 10;
rc.top = 10;
rc.right = 100;
rc.bottom = 40;
SetBkColor(ps.hdc, RGB(255,255,255));
DrawText(hdc,L"Hello",5, &rc, DT_CENTER | DT_VCENTER | DT_SINGLELINE);
ReleaseDC(hWnd,hdc);


I also tried using the WM_NCPAINT message but the it destroys the complete app frame.

Thanks for help.

bye,
gabbana
AnswerRe: Rect flickrs outside of the the app area Pin
gabbana7-Oct-08 5:25
gabbana7-Oct-08 5:25 
QuestionGraphics how to start ???? Pin
Larsfrom4-Oct-08 9:19
Larsfrom4-Oct-08 9:19 
AnswerRe: Graphics how to start ???? Pin
gabbana7-Oct-08 4:22
gabbana7-Oct-08 4:22 
QuestionBBM format-Deluxe Paint Brush image format Pin
gtag3-Oct-08 7:54
gtag3-Oct-08 7:54 
AnswerRe: BBM format-Deluxe Paint Brush image format Pin
Drew Stainton4-Oct-08 6:41
Drew Stainton4-Oct-08 6:41 
GeneralRe: BBM format-Deluxe Paint Brush image format Pin
gtag7-Oct-08 20:10
gtag7-Oct-08 20:10 
GeneralRe: BBM format-Deluxe Paint Brush image format Pin
Drew Stainton7-Oct-08 20:18
Drew Stainton7-Oct-08 20:18 
GeneralRe: BBM format-Deluxe Paint Brush image format Pin
gtag16-Oct-08 3:07
gtag16-Oct-08 3:07 
GeneralRe: BBM format-Deluxe Paint Brush image format Pin
Drew Stainton16-Oct-08 5:01
Drew Stainton16-Oct-08 5:01 
GeneralRe: BBM format-Deluxe Paint Brush image format Pin
gtag16-Oct-08 18:54
gtag16-Oct-08 18:54 
QuestionFire Rendering Pin
Benzino1-Oct-08 7:16
Benzino1-Oct-08 7:16 
AnswerRe: Fire Rendering Pin
Drew Stainton3-Oct-08 15:42
Drew Stainton3-Oct-08 15:42 
AnswerRe: Fire Rendering Pin
Benzino4-Oct-08 10:30
Benzino4-Oct-08 10:30 
AnswerRe: Fire Rendering Pin
Xeqtr12-Oct-08 11:28
Xeqtr12-Oct-08 11:28 
QuestionFlattening a drawn line Pin
vdtwo30-Sep-08 0:24
vdtwo30-Sep-08 0:24 
AnswerRe: Flattening a drawn line Pin
Alan Balkany30-Sep-08 4:26
Alan Balkany30-Sep-08 4:26 
GeneralRe: Flattening a drawn line Pin
Alan Balkany30-Sep-08 4:28
Alan Balkany30-Sep-08 4:28 

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.