Click here to Skip to main content
15,887,683 members
Home / Discussions / C#
   

C#

 
QuestionHelp with BackgroundWoker Pin
Etienne_12316-Nov-09 3:48
Etienne_12316-Nov-09 3:48 
AnswerRe: Help with BackgroundWoker Pin
Not Active16-Nov-09 4:05
mentorNot Active16-Nov-09 4:05 
AnswerRe: Help with BackgroundWoker Pin
The Man from U.N.C.L.E.16-Nov-09 4:14
The Man from U.N.C.L.E.16-Nov-09 4:14 
GeneralRe: Help with BackgroundWoker Pin
Not Active16-Nov-09 6:23
mentorNot Active16-Nov-09 6:23 
AnswerRe: Help with BackgroundWoker Pin
Luc Pattyn16-Nov-09 7:20
sitebuilderLuc Pattyn16-Nov-09 7:20 
QuestionNullable Rectangle Pin
gwithey16-Nov-09 3:00
gwithey16-Nov-09 3:00 
AnswerRe: Nullable Rectangle Pin
The Man from U.N.C.L.E.16-Nov-09 4:11
The Man from U.N.C.L.E.16-Nov-09 4:11 
QuestionDrawing time instead of numbers in opengl Pin
Paul Harsent16-Nov-09 2:56
Paul Harsent16-Nov-09 2:56 
I have drawn a graph where at the moment the X points for the bars (drawn using boxes) is draw using numbers, but I now need to draw it using time. Im drawing boxes using a class. It is written in C# opengl.

public void DrawBox(float p_X1, float p_X2, float p_Y1, float p_Y2, float p_R, float p_G, float p_B)
{
X1 = p_X1;
X2 = p_X2;
Y1 = p_Y1;
Y2 = p_Y2;
R = p_R;
G = p_G;
B = p_B;
//Take the values passed in by the constructor
Gl.glBegin(Gl.GL_POLYGON);
Gl.glColor3f(R, G, B);
Gl.glVertex2f(X1, Y1);
Gl.glVertex2f(X2, Y1);
Gl.glVertex2f(X2, Y2);
Gl.glVertex2f(X1, Y2);
Gl.glEnd();
}

Thanks
QuestionHow to selected drowndown list options in web browser Pin
fatix16-Nov-09 2:51
fatix16-Nov-09 2:51 
AnswerRe: How to selected drowndown list options in web browser Pin
Shameel16-Nov-09 3:29
professionalShameel16-Nov-09 3:29 
GeneralRe: How to selected drowndown list options in web browser Pin
fatix16-Nov-09 3:33
fatix16-Nov-09 3:33 
GeneralRe: How to selected drowndown list options in web browser Pin
Shameel16-Nov-09 7:19
professionalShameel16-Nov-09 7:19 
QuestionRe: How to selected drowndown list options in web browser Pin
fatix16-Nov-09 7:38
fatix16-Nov-09 7:38 
AnswerRe: How to selected drowndown list options in web browser Pin
fatix16-Nov-09 12:40
fatix16-Nov-09 12:40 
Questionis there a table cap for MS SQL Compact Edition? [modified] Pin
Emmet_Brown16-Nov-09 1:48
Emmet_Brown16-Nov-09 1:48 
AnswerRe: is there a table cap for MS SQL Compact Edition? Pin
Saksida Bojan16-Nov-09 5:53
Saksida Bojan16-Nov-09 5:53 
Question.Net migration: client hangs [modified] Pin
Helfdane16-Nov-09 1:34
Helfdane16-Nov-09 1:34 
AnswerRe: .Net migration: client hangs Pin
Saksida Bojan16-Nov-09 5:15
Saksida Bojan16-Nov-09 5:15 
GeneralRe: .Net migration: client hangs Pin
Helfdane16-Nov-09 5:21
Helfdane16-Nov-09 5:21 
GeneralRe: .Net migration: client hangs Pin
Saksida Bojan16-Nov-09 5:33
Saksida Bojan16-Nov-09 5:33 
Questioncontext menu on grid Pin
Member 59031015-Nov-09 23:47
Member 59031015-Nov-09 23:47 
AnswerRe: context menu on grid Pin
The Man from U.N.C.L.E.16-Nov-09 2:33
The Man from U.N.C.L.E.16-Nov-09 2:33 
GeneralRe: context menu on grid Pin
Shameel16-Nov-09 2:50
professionalShameel16-Nov-09 2:50 
QuestionThe pay phone project Pin
Bokang Selialia15-Nov-09 23:43
Bokang Selialia15-Nov-09 23:43 
AnswerRe: The pay phone project Pin
Simon P Stevens15-Nov-09 23:46
Simon P Stevens15-Nov-09 23:46 

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.