Click here to Skip to main content
15,895,084 members
Home / Discussions / C#
   

C#

 
GeneralRe: MenuItem inheritance Issue Pin
Rob Graham7-Aug-05 17:11
Rob Graham7-Aug-05 17:11 
GeneralRe: MenuItem inheritance Issue Pin
ekynox10-Aug-05 2:41
ekynox10-Aug-05 2:41 
GeneralRe: MenuItem inheritance Issue Pin
ekynox10-Aug-05 2:54
ekynox10-Aug-05 2:54 
GeneralCmd Shell Output Pin
Member 21753597-Aug-05 11:48
Member 21753597-Aug-05 11:48 
GeneralRe: Cmd Shell Output Pin
Guffa7-Aug-05 12:18
Guffa7-Aug-05 12:18 
GeneralRe: Cmd Shell Output Pin
Matt Gerrans7-Aug-05 16:59
Matt Gerrans7-Aug-05 16:59 
GeneralRe: Cmd Shell Output Pin
Member 21753598-Aug-05 5:29
Member 21753598-Aug-05 5:29 
Generalopengl prob Pin
caffeinism7-Aug-05 8:24
susscaffeinism7-Aug-05 8:24 
okay, here it is. i have this
as my opengl window, on load, and this image i need to draw fullscreen. basically the code looks like this:
this.ClientSize = new System.Drawing.Size(640, 480);,
GL.glVertex3f(0f,0f,0f);
GL.glVertex3f(640f,0f,0f);
GL.glVertex3f(640f,480f,0f);
GL.glVertex3f(0f,480f,0f);
, and
GL.glOrtho(0,640,0,480,0,1);. as previously stated, i want the image to be drawn in the exact amount of pixels that it came with. in case pointers arent enough and a whole source fix is needed, the source for tyhe entire program can be found here. thanks for your time
GeneralThis prints "0" . Want "0.0" NEED CODE Pin
...---...7-Aug-05 7:58
...---...7-Aug-05 7:58 
GeneralRe: This prints "0" . Want "0.0" NEED CODE Pin
Rob Graham7-Aug-05 8:15
Rob Graham7-Aug-05 8:15 
GeneralRe: This prints "0" . Want "0.0" NEED CODE Pin
...---...7-Aug-05 9:14
...---...7-Aug-05 9:14 
GeneralRe: This prints "0" . Want "0.0" NEED CODE Pin
Rob Graham7-Aug-05 9:26
Rob Graham7-Aug-05 9:26 
GeneralFile System Watcher Pin
cmarmr7-Aug-05 7:43
cmarmr7-Aug-05 7:43 
GeneralRe: File System Watcher Pin
Mohamad Al Husseiny7-Aug-05 8:30
Mohamad Al Husseiny7-Aug-05 8:30 
GeneralRe: File System Watcher Pin
cmarmr7-Aug-05 9:46
cmarmr7-Aug-05 9:46 
QuestionDelete last row from a datagrid bound to an arraylist, without getting index out of range when picking another row afterwards.? Pin
spAAwn7-Aug-05 5:51
spAAwn7-Aug-05 5:51 
GeneralA text control that responds to the event when "Enter" key is pressed Pin
shahzadbahi7-Aug-05 2:38
shahzadbahi7-Aug-05 2:38 
GeneralRe: A text control that responds to the event when "Enter" key is pressed Pin
Mohamad Al Husseiny7-Aug-05 6:03
Mohamad Al Husseiny7-Aug-05 6:03 
GeneralRe: A text control that responds to the event when "Enter" key is pressed Pin
nidhelp7-Aug-05 15:04
nidhelp7-Aug-05 15:04 
GeneralRe: A text control that responds to the event when "Enter" key is pressed Pin
Rob Graham7-Aug-05 16:41
Rob Graham7-Aug-05 16:41 
GeneralRe: A text control that responds to the event when "Enter" key is pressed Pin
Mohamad Al Husseiny7-Aug-05 21:02
Mohamad Al Husseiny7-Aug-05 21:02 
GeneralRe: A text control that responds to the event when "Enter" key is pressed Pin
nidhelp7-Aug-05 22:42
nidhelp7-Aug-05 22:42 
GeneralRe: A text control that responds to the event when "Enter" key is pressed Pin
Mohamad Al Husseiny7-Aug-05 22:50
Mohamad Al Husseiny7-Aug-05 22:50 
GeneralRe: A text control that responds to the event when "Enter" key is pressed Pin
nidhelp7-Aug-05 23:47
nidhelp7-Aug-05 23:47 
GeneralRe: A text control that responds to the event when "Enter" key is pressed Pin
Mohamad Al Husseiny8-Aug-05 0:41
Mohamad Al Husseiny8-Aug-05 0:41 

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.