Click here to Skip to main content
15,914,371 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to Represent String Constants Pin
PIEBALDconsult27-Jan-08 7:49
mvePIEBALDconsult27-Jan-08 7:49 
GeneralRe: How to Represent String Constants Pin
Brady Kelly27-Jan-08 8:06
Brady Kelly27-Jan-08 8:06 
GeneralResolution and Icon Layout Pin
half-life26-Jan-08 23:34
half-life26-Jan-08 23:34 
Question[Message Deleted] Pin
methhoo26-Jan-08 23:32
methhoo26-Jan-08 23:32 
GeneralRe: manipulate a web page with a C# application ? Pin
Ravi Bhavnani27-Jan-08 8:07
professionalRavi Bhavnani27-Jan-08 8:07 
GeneralAccessing files in a network share Pin
clint198226-Jan-08 22:16
clint198226-Jan-08 22:16 
GeneralRe: Accessing files in a network share Pin
Judah Gabriel Himango27-Jan-08 9:27
sponsorJudah Gabriel Himango27-Jan-08 9:27 
QuestionUsing Arrays.. Pin
harrysc7426-Jan-08 22:16
harrysc7426-Jan-08 22:16 
GeneralRe: Using Arrays.. Pin
pmarfleet26-Jan-08 22:51
pmarfleet26-Jan-08 22:51 
GeneralRe: Using Arrays.. Pin
Guffa27-Jan-08 2:41
Guffa27-Jan-08 2:41 
Generalencoding a string[] Pin
caradri26-Jan-08 22:15
caradri26-Jan-08 22:15 
GeneralRe: encoding a string[] Pin
pmarfleet26-Jan-08 22:49
pmarfleet26-Jan-08 22:49 
GeneralRe: encoding a string[] Pin
caradri26-Jan-08 23:36
caradri26-Jan-08 23:36 
QuestionMoving data from one form to another Pin
Jacob Dixon26-Jan-08 17:44
Jacob Dixon26-Jan-08 17:44 
GeneralRe: Moving data from one form to another Pin
Ravi Bhavnani26-Jan-08 20:32
professionalRavi Bhavnani26-Jan-08 20:32 
GeneralRe: Moving data from one form to another Pin
Jacob Dixon27-Jan-08 10:15
Jacob Dixon27-Jan-08 10:15 
GeneralRe: Moving data from one form to another Pin
Ravi Bhavnani27-Jan-08 15:47
professionalRavi Bhavnani27-Jan-08 15:47 
GeneralRe: Moving data from one form to another Pin
Jacob Dixon29-Jan-08 13:32
Jacob Dixon29-Jan-08 13:32 
GeneralRe: Moving data from one form to another Pin
XeoN-Kc27-Jan-08 6:38
XeoN-Kc27-Jan-08 6:38 
You can use Ravi's solution. However, that will make some data off your listbox, public.
I suggest to have Form2 with a property of type string,which gets and sets the data. in your case the set is mostly important. From Form1...you only need to set the property. From form2 just set the given value to the textbox.
I think its a little safer.

Regards

Kev. Wink | ;)
GeneralRe: Moving data from one form to another Pin
Jacob Dixon27-Jan-08 6:53
Jacob Dixon27-Jan-08 6:53 
GeneralDataBinding and displaying it in a datagrid :along with Code i have written Pin
Trustapple26-Jan-08 17:24
Trustapple26-Jan-08 17:24 
GeneralRe: DataBinding and displaying it in a datagrid :along with Code i have written Pin
Sourie27-Jan-08 3:32
Sourie27-Jan-08 3:32 
GeneralRe: DataBinding and displaying it in a datagrid :along with Code i have written Pin
Trustapple27-Jan-08 21:53
Trustapple27-Jan-08 21:53 
GeneralRe: DataBinding and displaying it in a datagrid :along with Code i have written Pin
Sourie27-Jan-08 23:18
Sourie27-Jan-08 23:18 
GeneralActive Directory Authentication(For Domain User) Pin
CNewbie26-Jan-08 17:08
CNewbie26-Jan-08 17:08 

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.