Click here to Skip to main content
15,910,118 members
Home / Discussions / Graphics
   

Graphics

 
GeneralRe: rendering video Pin
jossion24-Feb-09 16:49
jossion24-Feb-09 16:49 
QuestionScreen Capture over Terminal Server Pin
intonet4-Mar-08 3:29
intonet4-Mar-08 3:29 
QuestionHow to mirror the screen. Pin
Tino126-Feb-08 20:58
Tino126-Feb-08 20:58 
AnswerRe: How to mirror the screen. [modified] Pin
Smithers-Jones28-Feb-08 11:10
Smithers-Jones28-Feb-08 11:10 
QuestionHow to draw text in OpenGL and what is problem in this Code Pin
Yasir Nawazish Ali26-Feb-08 17:10
Yasir Nawazish Ali26-Feb-08 17:10 
GeneralDraw text in C# using OpenGL Pin
Yasir Nawazish Ali26-Feb-08 0:17
Yasir Nawazish Ali26-Feb-08 0:17 
GeneralRe: Draw text in C# using OpenGL Pin
El Corazon26-Feb-08 6:02
El Corazon26-Feb-08 6:02 
GeneralRe: Draw text in C# using OpenGL Pin
Yasir Nawazish Ali26-Feb-08 17:07
Yasir Nawazish Ali26-Feb-08 17:07 
Your First Link is not working .... But thanks for the Reply

I want to ask one more thing that i am using this code ... where height is the Font height and startPoint_x and startPoint_y is the point where text is to be display

CsGL.OpenGL.GDITextureFont myGDITextureFont;
Font newFont;

newFont = new System.Drawing.Font("Microsoft Sans Serif", (float)height);
myGDITextureFont = new GDITextureFont(newFont, 'a', 'z');
GL.glTranslatef((float)startPoint_x, (float)startPoint_y, 0);
myGDITextureFont.DrawString(text);

and in this way text displayed but when i click on it it turns into solid bar .... What is the problem with this code ....
QuestionRender bitmap Pin
robban5145143225-Feb-08 20:38
robban5145143225-Feb-08 20:38 
QuestionHow to apply a texture to an irregular shape using GDI+ ? Pin
KaKa'24-Feb-08 5:06
KaKa'24-Feb-08 5:06 
GeneralRe: How to apply a texture to an irregular shape using GDI+ ? Pin
Shog924-Feb-08 9:40
sitebuilderShog924-Feb-08 9:40 
QuestionHow i can improve this website Pin
Saqib Yaqub24-Feb-08 4:19
Saqib Yaqub24-Feb-08 4:19 
AnswerRe: How i can improve this website http://www.whites-stationery.co.uk/ Pin
Pete O'Hanlon24-Feb-08 10:11
mvePete O'Hanlon24-Feb-08 10:11 
GeneralRe: How i can improve this website http://www.whites-stationery.co.uk/ Pin
Saqib Yaqub24-Feb-08 11:19
Saqib Yaqub24-Feb-08 11:19 
GeneralRe: How i can improve this website http://www.whites-stationery.co.uk/ Pin
Tim Craig24-Feb-08 12:47
Tim Craig24-Feb-08 12:47 
GeneralRe: How i can improve this website http://www.whites-stationery.co.uk/ Pin
Pete O'Hanlon25-Feb-08 0:49
mvePete O'Hanlon25-Feb-08 0:49 
AnswerRe: How i can improve this website Pin
Christian Graus25-Feb-08 9:42
protectorChristian Graus25-Feb-08 9:42 
GeneralRe: How i can improve this website Pin
Pete O'Hanlon25-Feb-08 9:56
mvePete O'Hanlon25-Feb-08 9:56 
GeneralOpenGL- Tao- VB.Net simulating motion and zoom Pin
braveheartkenya24-Feb-08 4:11
braveheartkenya24-Feb-08 4:11 
GeneralRe: OpenGL- Tao- VB.Net simulating motion and zoom [modified] Pin
Christoph Menge24-Feb-08 10:14
Christoph Menge24-Feb-08 10:14 
GeneralRe: OpenGL- Tao- VB.Net simulating motion and zoom Pin
braveheartkenya24-Feb-08 11:13
braveheartkenya24-Feb-08 11:13 
GeneralRe: OpenGL- Tao- VB.Net simulating motion and zoom Pin
Christoph Menge24-Feb-08 13:01
Christoph Menge24-Feb-08 13:01 
GeneralRe: OpenGL- Tao- VB.Net simulating motion and zoom Pin
braveheartkenya29-Feb-08 10:26
braveheartkenya29-Feb-08 10:26 
GeneralRe: OpenGL- Tao- VB.Net simulating motion and zoom Pin
Christoph Menge3-Mar-08 1:14
Christoph Menge3-Mar-08 1:14 
QuestionWhere did my "dshow.h" go? Pin
Jun Du23-Feb-08 3:53
Jun Du23-Feb-08 3:53 

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.