Click here to Skip to main content
15,917,005 members
Home / Discussions / C#
   

C#

 
GeneralRe: how to draw line in c# Pin
ali_reza_zareian26-Feb-08 18:24
ali_reza_zareian26-Feb-08 18:24 
GeneralRe: how to draw line in c# Pin
Christian Graus26-Feb-08 18:34
protectorChristian Graus26-Feb-08 18:34 
GeneralRe: how to draw line in c# Pin
ali_reza_zareian26-Feb-08 19:03
ali_reza_zareian26-Feb-08 19:03 
GeneralRe: how to draw line in c# Pin
Christian Graus26-Feb-08 19:20
protectorChristian Graus26-Feb-08 19:20 
QuestionRe: how to manipule line in c# Pin
avtar11126-Feb-08 21:17
avtar11126-Feb-08 21:17 
GeneralRe: how to draw line in c# Pin
Christian Graus26-Feb-08 18:35
protectorChristian Graus26-Feb-08 18:35 
GeneralRe: how to draw line in c# Pin
Ravenet26-Feb-08 18:56
Ravenet26-Feb-08 18:56 
QuestionWhat is problem with this Code ?? Pin
Yasir Nawazish Ali26-Feb-08 17:18
Yasir Nawazish Ali26-Feb-08 17:18 
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 ....
GeneralRe: What is problem with this Code ?? Pin
Paul Conrad27-Feb-08 6:59
professionalPaul Conrad27-Feb-08 6:59 
GeneralRe: What is problem with this Code ?? Pin
Yasir Nawazish Ali27-Feb-08 17:02
Yasir Nawazish Ali27-Feb-08 17:02 
GeneralHiding columns in a data grid view Pin
jasper01826-Feb-08 15:39
jasper01826-Feb-08 15:39 
GeneralRe: Hiding columns in a data grid view Pin
Xmen Real 26-Feb-08 17:03
professional Xmen Real 26-Feb-08 17:03 
GeneralRe: Hiding columns in a data grid view Pin
jasper01827-Feb-08 2:45
jasper01827-Feb-08 2:45 
GeneralRe: Hiding columns in a data grid view Pin
Xmen Real 27-Feb-08 2:49
professional Xmen Real 27-Feb-08 2:49 
GeneralRe: Hiding columns in a data grid view Pin
Ravenet26-Feb-08 19:03
Ravenet26-Feb-08 19:03 
GeneralRe: Hiding columns in a data grid view Pin
jasper01827-Feb-08 2:43
jasper01827-Feb-08 2:43 
GeneralRe: Hiding columns in a data grid view Pin
Ravenet27-Feb-08 3:39
Ravenet27-Feb-08 3:39 
GeneralRe: Hiding columns in a data grid view Pin
jasper01829-Feb-08 16:08
jasper01829-Feb-08 16:08 
QuestionHow can i delay a set of instructions Pin
pcaeiro26-Feb-08 15:00
pcaeiro26-Feb-08 15:00 
GeneralRe: How can i delay a set of instructions Pin
Christian Graus26-Feb-08 15:33
protectorChristian Graus26-Feb-08 15:33 
GeneralRe: How can i delay a set of instructions Pin
Ravenet26-Feb-08 19:06
Ravenet26-Feb-08 19:06 
AnswerRe: How can i delay a set of instructions Pin
pcaeiro28-Feb-08 6:47
pcaeiro28-Feb-08 6:47 
Questionhow to avoid the first document complete in a webbrowser control Pin
olm_23@yahoo.com26-Feb-08 12:26
olm_23@yahoo.com26-Feb-08 12:26 
GeneralC# Generics Pin
Jammer26-Feb-08 10:29
Jammer26-Feb-08 10:29 
GeneralRe: C# Generics Pin
Christian Graus26-Feb-08 10:30
protectorChristian Graus26-Feb-08 10:30 

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.