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

C#

 
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
AnswerRe: How to make data from one form available to another Pin
rah_sin6-Jul-07 0:47
professionalrah_sin6-Jul-07 0:47 
GeneralRe: How to make data from one form available to another Pin
Christian Graus6-Jul-07 0:55
protectorChristian Graus6-Jul-07 0:55 
QuestionRe: How to make data from one form available to another Pin
I.explore.code6-Jul-07 1:01
I.explore.code6-Jul-07 1:01 
AnswerRe: How to make data from one form available to another Pin
Christian Graus6-Jul-07 1:35
protectorChristian Graus6-Jul-07 1:35 
AnswerRe: How to make data from one form available to another Pin
Christian Graus6-Jul-07 0:56
protectorChristian Graus6-Jul-07 0:56 
GeneralRe: How to make data from one form available to another Pin
I.explore.code6-Jul-07 1:05
I.explore.code6-Jul-07 1:05 
GeneralRe: How to make data from one form available to another Pin
Christian Graus6-Jul-07 1:36
protectorChristian Graus6-Jul-07 1:36 
GeneralRe: How to make data from one form available to another Pin
I.explore.code6-Jul-07 1:13
I.explore.code6-Jul-07 1:13 
AnswerRe: How to make data from one form available to another Pin
Giorgi Dalakishvili6-Jul-07 1:11
mentorGiorgi Dalakishvili6-Jul-07 1:11 
AnswerRe: How to make data from one form available to another Pin
Chintan.Desai6-Jul-07 2:26
Chintan.Desai6-Jul-07 2:26 
QuestionMultiple Instance Closure Pin
ramdil6-Jul-07 0:25
ramdil6-Jul-07 0:25 
AnswerRe: Multiple Instance Closure Pin
Pete O'Hanlon6-Jul-07 1:06
mvePete O'Hanlon6-Jul-07 1:06 
GeneralRe: Multiple Instance Closure Pin
ramdil6-Jul-07 8:52
ramdil6-Jul-07 8:52 
QuestionC# how to get mouseover pos on a picture Pin
mercenary015-Jul-07 23:40
mercenary015-Jul-07 23:40 
AnswerRe: C# how to get mouseover pos on a picture Pin
Martin#5-Jul-07 23:46
Martin#5-Jul-07 23:46 
GeneralRe: C# how to get mouseover pos on a picture Pin
mercenary015-Jul-07 23:50
mercenary015-Jul-07 23:50 
GeneralRe: C# how to get mouseover pos on a picture Pin
Martin#5-Jul-07 23:52
Martin#5-Jul-07 23:52 

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.