Click here to Skip to main content
16,005,389 members
Home / Discussions / C#
   

C#

 
GeneralRe: Config Files ? Pin
Heath Stewart2-Jun-04 10:21
protectorHeath Stewart2-Jun-04 10:21 
GeneralRe: Config Files ? Pin
triso2-Jun-04 11:56
triso2-Jun-04 11:56 
GeneralRe: Config Files ? Pin
triso2-Jun-04 11:58
triso2-Jun-04 11:58 
GeneralRe: Config Files ? Pin
triso2-Jun-04 12:00
triso2-Jun-04 12:00 
GeneralRe: Config Files ? Pin
triso2-Jun-04 12:01
triso2-Jun-04 12:01 
GeneralRe: Config Files ? Pin
Heath Stewart2-Jun-04 11:59
protectorHeath Stewart2-Jun-04 11:59 
GeneralDisplaying selected items in listview on another form Pin
mikeyb252-Jun-04 8:58
mikeyb252-Jun-04 8:58 
GeneralRe: Displaying selected items in listview on another form Pin
Heath Stewart2-Jun-04 9:06
protectorHeath Stewart2-Jun-04 9:06 
If these are in the same AppDomain (by default, every process includes one AppDomain), you only need a reference to those TextBoxes. It's really a simple object-oriented problem.

So, for one example, when you create your Form with the ListView, pass a reference to the Form with the three TextBoxes. Make those TextBoxes public or internal (internal is public within an assembly). In the ListView.SelectedIndexChanged, get the ListViewItem and set the TextBox.Text property in the other form using the reference you have to it.

 

Microsoft MVP, Visual C#
My Articles
GeneralPassing managed object using Drag Drop Pin
rkvs2-Jun-04 7:42
rkvs2-Jun-04 7:42 
GeneralRe: Passing managed object using Drag Drop Pin
Heath Stewart2-Jun-04 9:03
protectorHeath Stewart2-Jun-04 9:03 
GeneralFolder Browser Strangeness Pin
Russell Jones2-Jun-04 6:45
Russell Jones2-Jun-04 6:45 
GeneralRe: Folder Browser Strangeness Pin
Stefan Troschuetz2-Jun-04 8:08
Stefan Troschuetz2-Jun-04 8:08 
GeneralRe: Folder Browser Strangeness Pin
Russell Jones2-Jun-04 22:05
Russell Jones2-Jun-04 22:05 
GeneralRe: Folder Browser Strangeness Pin
Stefan Troschuetz2-Jun-04 23:10
Stefan Troschuetz2-Jun-04 23:10 
GeneralRe: Folder Browser Strangeness Pin
Russell Jones3-Jun-04 0:30
Russell Jones3-Jun-04 0:30 
GeneralTask Switching while in Full-Screen mode Pin
strunks2-Jun-04 6:02
strunks2-Jun-04 6:02 
GeneralRe: Task Switching while in Full-Screen mode Pin
Heath Stewart2-Jun-04 6:39
protectorHeath Stewart2-Jun-04 6:39 
GeneralRe: Task Switching while in Full-Screen mode Pin
strunks2-Jun-04 7:01
strunks2-Jun-04 7:01 
GeneralC# and MC++ Pin
Orhun Birsoy2-Jun-04 6:01
Orhun Birsoy2-Jun-04 6:01 
GeneralRe: C# and MC++ Pin
Heath Stewart2-Jun-04 6:31
protectorHeath Stewart2-Jun-04 6:31 
GeneralRe: C# and MC++ Pin
Orhun Birsoy2-Jun-04 7:13
Orhun Birsoy2-Jun-04 7:13 
GeneralRe: C# and MC++ Pin
Heath Stewart2-Jun-04 9:01
protectorHeath Stewart2-Jun-04 9:01 
QuestionSystemPen ? Pin
ongo2-Jun-04 4:13
ongo2-Jun-04 4:13 
AnswerRe: SystemPen ? Pin
Mazdak2-Jun-04 4:35
Mazdak2-Jun-04 4:35 
GeneralRetrieving Username Pin
briby2-Jun-04 3:23
briby2-Jun-04 3:23 

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.