Click here to Skip to main content
16,015,531 members
Home / Discussions / C#
   

C#

 
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 
Jacob Dixon wrote:
I need to transfer a textbox from Form2 back to Form1.

No. You need to copy data from one control (a textbox) to another (a listbox). For example:
theListBox.Items.Add (theTextBox.Text);
It seems you may have taken on a task that's (currently) a bit out of your reach. I recommend that you come up to speed on the basics of WinForms before continuing.

/ravi

My new year resolution: 2048 x 1536
Home | Music | Articles | Freeware
ravib(at)ravib(dot)com

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 
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 
GeneralRe: Active Directory Authentication(For Domain User) Pin
CNewbie27-Jan-08 5:36
CNewbie27-Jan-08 5:36 
Question"pack" and "unpack" php method in C#, how? Pin
Patricio Tapia26-Jan-08 15:45
Patricio Tapia26-Jan-08 15:45 
GeneralSerial com port help Pin
Mabre of the Tadadas26-Jan-08 15:09
Mabre of the Tadadas26-Jan-08 15:09 
GeneralRe: Serial com port help Pin
Luc Pattyn26-Jan-08 16:10
sitebuilderLuc Pattyn26-Jan-08 16:10 
GeneralCreating databases programmatically Pin
Jacob Dixon26-Jan-08 12:01
Jacob Dixon26-Jan-08 12:01 
GeneralRe: Creating databases programmatically Pin
Paul Conrad26-Jan-08 12:09
professionalPaul Conrad26-Jan-08 12:09 
GeneralRe: Creating databases programmatically Pin
Jacob Dixon26-Jan-08 12:12
Jacob Dixon26-Jan-08 12:12 
GeneralRe: Creating databases programmatically Pin
Paul Conrad26-Jan-08 12:14
professionalPaul Conrad26-Jan-08 12:14 
GeneralRe: Creating databases programmatically Pin
Jacob Dixon26-Jan-08 12:17
Jacob Dixon26-Jan-08 12:17 

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.