Click here to Skip to main content
15,912,756 members
Home / Discussions / Graphics
   

Graphics

 
GeneralRe: Minimize & Maximize Making A Problem Pin
Tim Craig17-May-08 14:00
Tim Craig17-May-08 14:00 
GeneralRe: Minimize & Maximize Making A Problem [modified] Pin
Baltoro18-May-08 11:48
Baltoro18-May-08 11:48 
JokeRe: Minimize & Maximize Making A Problem Pin
Tim Craig18-May-08 15:40
Tim Craig18-May-08 15:40 
GeneralRe: Minimize & Maximize Making A Problem Pin
Baltoro21-May-08 13:22
Baltoro21-May-08 13:22 
QuestionHow to edit EMF file records ? Pin
Sameerkumar Namdeo13-May-08 18:23
Sameerkumar Namdeo13-May-08 18:23 
QuestionGif animation problem Pin
Mark F.12-May-08 9:24
Mark F.12-May-08 9:24 
QuestionDrawing component Pin
Expert System Coder9-May-08 9:41
Expert System Coder9-May-08 9:41 
QuestionNewbie question about GDI Pin
kensai6-May-08 4:57
kensai6-May-08 4:57 
Hi. I'm coding a C# application and I know nothing about GDI. I have a mdi parent form which has mdi child forms bigger than the screen. I overcome the form screen size limitation using the following code I've found on the net but now I have a problem: setting form.Location property doesn't work. Can you please tell me how to fix this? Blush | :O

Here's the code:

[System.Runtime.InteropServices.DllImport("user32")]<br />
public static extern int SetWindowPos(int hwnd, int hWndInsertAfter, int x, int y, int cx, int cy, int wFlags);<br />
<br />
protected override void SetBoundsCore(int x, int y, int width, int height, BoundsSpecified specified)<br />
{<br />
      SetWindowPos((int)this.Handle, 0, 0, 0, width, height, 0);<br />
}

AnswerRe: Newbie question about GDI [modified] Pin
Baltoro8-May-08 7:00
Baltoro8-May-08 7:00 
QuestionImage Transition Library wanted. Pin
Bagpuss5-May-08 2:11
Bagpuss5-May-08 2:11 
AnswerRe: Image Transition Library wanted. Pin
Durga Prasad Dhulipudi6-May-08 19:10
Durga Prasad Dhulipudi6-May-08 19:10 
QuestionHow to develop virtual environment online using C# with Managed DirectX? in 3D Pin
katelva3-May-08 8:24
katelva3-May-08 8:24 
AnswerRe: How to develop virtual environment online using C# with Managed DirectX? in 3D Pin
Mark Salsbery3-May-08 8:49
Mark Salsbery3-May-08 8:49 
GeneralRe: How to develop virtual environment online using C# with Managed DirectX? in 3D Pin
katelva3-May-08 8:54
katelva3-May-08 8:54 
GeneralRe: How to develop virtual environment online using C# with Managed DirectX? in 3D Pin
Tim Craig3-May-08 20:49
Tim Craig3-May-08 20:49 
AnswerRe: How to develop virtual environment online using C# with Managed DirectX? in 3D Pin
Luc Pattyn3-May-08 8:55
sitebuilderLuc Pattyn3-May-08 8:55 
GeneralRe: How to develop virtual environment online using C# with Managed DirectX? in 3D Pin
Mark Salsbery3-May-08 9:23
Mark Salsbery3-May-08 9:23 
GeneralRe: How to develop virtual environment online using C# with Managed DirectX? in 3D Pin
Christian Graus3-May-08 13:02
protectorChristian Graus3-May-08 13:02 
GeneralRe: How to develop virtual environment online using C# with Managed DirectX? in 3D Pin
Tim Craig3-May-08 20:47
Tim Craig3-May-08 20:47 
GeneralRe: How to develop virtual environment online using C# with Managed DirectX? in 3D Pin
Mark Salsbery4-May-08 6:25
Mark Salsbery4-May-08 6:25 
QuestionDrawing with controls question Pin
kensai3-May-08 3:39
kensai3-May-08 3:39 
AnswerRe: Drawing with controls question Pin
Richard Blythe3-May-08 4:37
Richard Blythe3-May-08 4:37 
GeneralRe: Drawing with controls question [modified] Pin
kensai3-May-08 6:36
kensai3-May-08 6:36 
GeneralRe: Drawing with controls question Pin
Luc Pattyn3-May-08 7:02
sitebuilderLuc Pattyn3-May-08 7:02 
QuestionImage Autobalance Pin
camiel2-May-08 7:40
camiel2-May-08 7:40 

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.