Click here to Skip to main content
15,921,028 members
Home / Discussions / C#
   

C#

 
GeneralRe: GDI: Move Rect. using KeyDown/Up and Timer Pin
Luc Pattyn6-Jul-07 4:09
sitebuilderLuc Pattyn6-Jul-07 4:09 
AnswerRe: GDI: Move Rect. using KeyDown/Up and Timer Pin
oliiix6-Jul-07 4:20
oliiix6-Jul-07 4:20 
QuestionHow to set The Break point Condition in vs.NET Pin
Hum Dum6-Jul-07 2:20
Hum Dum6-Jul-07 2:20 
AnswerRe: How to set The Break point Condition in vs.NET Pin
kubben6-Jul-07 2:51
kubben6-Jul-07 2:51 
QuestionDialog event Pin
Maddie from Dartford6-Jul-07 1:59
Maddie from Dartford6-Jul-07 1:59 
AnswerRe: Dialog event Pin
Pete O'Hanlon6-Jul-07 2:02
mvePete O'Hanlon6-Jul-07 2:02 
AnswerRe: Dialog event Pin
Martin#6-Jul-07 2:04
Martin#6-Jul-07 2:04 
AnswerRe: Dialog event Pin
Chintan.Desai6-Jul-07 2:13
Chintan.Desai6-Jul-07 2:13 
QuestionNeed Suggestion for best Component Library for C# Pin
logikos6-Jul-07 1:43
logikos6-Jul-07 1:43 
AnswerRe: Need Suggestion for best Component Library for C# Pin
Pete O'Hanlon6-Jul-07 2:01
mvePete O'Hanlon6-Jul-07 2:01 
GeneralRe: Need Suggestion for best Component Library for C# Pin
logikos6-Jul-07 2:24
logikos6-Jul-07 2:24 
GeneralRe: Need Suggestion for best Component Library for C# Pin
Joseph Guadagno6-Jul-07 4:34
Joseph Guadagno6-Jul-07 4:34 
Questionmouse position + map lon/lat C# Pin
mercenary016-Jul-07 1:41
mercenary016-Jul-07 1:41 
AnswerRe: mouse position + map lon/lat C# Pin
Martin#6-Jul-07 1:47
Martin#6-Jul-07 1:47 
GeneralRe: mouse position + map lon/lat C# Pin
mercenary016-Jul-07 1:48
mercenary016-Jul-07 1:48 
AnswerRe: mouse position + map lon/lat C# Pin
Christian Graus6-Jul-07 1:57
protectorChristian Graus6-Jul-07 1:57 
GeneralRe: mouse position + map lon/lat C# Pin
mercenary016-Jul-07 2:00
mercenary016-Jul-07 2:00 
GeneralRe: mouse position + map lon/lat C# Pin
Christian Graus6-Jul-07 2:07
protectorChristian Graus6-Jul-07 2:07 
QuestionHow to sort images in column of datagridview Pin
goldenchance6-Jul-07 0:49
goldenchance6-Jul-07 0:49 
AnswerRe: How to sort images in column of datagridview Pin
Chintan.Desai6-Jul-07 2:20
Chintan.Desai6-Jul-07 2:20 
GeneralRe: How to sort images in column of datagridview Pin
goldenchance6-Jul-07 3:14
goldenchance6-Jul-07 3:14 
AnswerRe: How to sort images in column of datagridview Pin
Chintan.Desai8-Jul-07 20:43
Chintan.Desai8-Jul-07 20:43 
GeneralRe: How to sort images in column of datagridview Pin
goldenchance8-Jul-07 21:12
goldenchance8-Jul-07 21:12 
QuestionDataGridViewControl Pin
sangramkp6-Jul-07 0:40
sangramkp6-Jul-07 0:40 
QuestionHow to make data from one form available to another Pin
I.explore.code6-Jul-07 0:38
I.explore.code6-Jul-07 0:38 
hi,
I have two forms Form1 and Form2. On Form1 i have a data grid that has a data in 3 columns, now on button click i want to send data of first row to Form2 that has 3 textboxes, so that the text boxes have the corresponding values (for eg Name,City,Country). I tried to make 3 public properties and assign the values of the grid cells to them and then tried to call these properties on FOrm2 to populate the text boxes, but they show up empty, because to be able to access Form1's property, i need to declare and initialise Form1's instance, so each time a new instance is created, the property would contain null values.Please help

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.