Click here to Skip to main content
15,799,491 members
Home / Discussions / C#
   

C#

 
AnswerRe: setting new interval value and turning on timer in Parent Form Pin
Robin Panther17-Apr-06 18:02
Robin Panther17-Apr-06 18:02 
QuestionProgress Pin
Sean8917-Apr-06 16:23
Sean8917-Apr-06 16:23 
AnswerRe: Progress Pin
enjoycrack17-Apr-06 17:58
enjoycrack17-Apr-06 17:58 
QuestionHandling Data Error Event Pin
emran83417-Apr-06 16:21
emran83417-Apr-06 16:21 
QuestionGraphics and pixel manipulation Pin
Maksymus00717-Apr-06 14:41
Maksymus00717-Apr-06 14:41 
AnswerRe: Graphics and pixel manipulation Pin
Office Lineman17-Apr-06 14:51
Office Lineman17-Apr-06 14:51 
GeneralRe: Graphics and pixel manipulation Pin
Maksymus00717-Apr-06 23:44
Maksymus00717-Apr-06 23:44 
QuestionDatagridview Pin
thepersonof17-Apr-06 14:03
thepersonof17-Apr-06 14:03 
Hi I want to add a row with the value in the first and only column to be "oo", tried:
DataGridViewRow rw = new DataGridViewRow();<br />
....<br />
                     rw.SetValues("oo");<br />
                        dataGridView1.Rows.Add(rw);


This doesn't seem to work. What've I done wrong?

cheers
AnswerRe: Datagridview Pin
Office Lineman17-Apr-06 14:36
Office Lineman17-Apr-06 14:36 
GeneralRe: Datagridview Pin
thepersonof17-Apr-06 23:34
thepersonof17-Apr-06 23:34 
QuestionWSACancel when using RAW TCP Pin
Dave k.a. DPA17-Apr-06 13:13
Dave k.a. DPA17-Apr-06 13:13 
AnswerRe: WSACancel when using RAW TCP Pin
Ed.Poore17-Apr-06 13:19
Ed.Poore17-Apr-06 13:19 
GeneralRe: WSACancel when using RAW TCP Pin
Dave k.a. DPA17-Apr-06 13:31
Dave k.a. DPA17-Apr-06 13:31 
GeneralRe: WSACancel when using RAW TCP Pin
Ed.Poore17-Apr-06 14:12
Ed.Poore17-Apr-06 14:12 
GeneralRe: WSACancel when using RAW TCP Pin
Dave k.a. DPA17-Apr-06 15:34
Dave k.a. DPA17-Apr-06 15:34 
GeneralRe: WSACancel when using RAW TCP Pin
Ed.Poore18-Apr-06 0:29
Ed.Poore18-Apr-06 0:29 
GeneralRe: WSACancel when using RAW TCP Pin
Dave k.a. DPA18-Apr-06 2:41
Dave k.a. DPA18-Apr-06 2:41 
GeneralRe: WSACancel when using RAW TCP Pin
Dave k.a. DPA18-Apr-06 2:44
Dave k.a. DPA18-Apr-06 2:44 
GeneralRe: WSACancel when using RAW TCP Pin
Expert Coming17-Apr-06 19:48
Expert Coming17-Apr-06 19:48 
GeneralRe: WSACancel when using RAW TCP Pin
Dave k.a. DPA18-Apr-06 2:15
Dave k.a. DPA18-Apr-06 2:15 
QuestionImage Filesize in Web Page Pin
dan21517-Apr-06 9:27
dan21517-Apr-06 9:27 
AnswerRe: Image Filesize in Web Page Pin
Ed.Poore17-Apr-06 13:08
Ed.Poore17-Apr-06 13:08 
GeneralRe: Image Filesize in Web Page Pin
dan21517-Apr-06 13:45
dan21517-Apr-06 13:45 
GeneralRe: Image Filesize in Web Page Pin
Ed.Poore17-Apr-06 14:29
Ed.Poore17-Apr-06 14:29 
GeneralRe: Image Filesize in Web Page Pin
dan21517-Apr-06 15:41
dan21517-Apr-06 15: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.