Click here to Skip to main content
16,017,608 members
Home / Discussions / C#
   

C#

 
GeneralC++ dll interoperate with C# Pin
ivyhill17-May-05 15:09
ivyhill17-May-05 15:09 
GeneralRe: C++ dll interoperate with C# Pin
Mervick17-May-05 15:27
Mervick17-May-05 15:27 
GeneralRe: C++ dll interoperate with C# Pin
ivyhill20-May-05 13:19
ivyhill20-May-05 13:19 
GeneralFlushing/closing streams Pin
methodincharge17-May-05 14:04
methodincharge17-May-05 14:04 
GeneralRe: Flushing/closing streams Pin
S. Senthil Kumar17-May-05 19:48
S. Senthil Kumar17-May-05 19:48 
Question?How can I get the I/O Address of a parallel port using WMI? Pin
Member 162442717-May-05 12:26
Member 162442717-May-05 12:26 
Generalmanage a textbox from another form Pin
Sasuko17-May-05 12:20
Sasuko17-May-05 12:20 
GeneralRe: manage a textbox from another form Pin
DavidNohejl17-May-05 13:24
DavidNohejl17-May-05 13:24 
hi,
can you change class where is your textbox private? If so you can change textbox's modifier to public (not recommended) or internal (better) or you can write property for setting/getting value of textbox (recommended).

public means that everybody can directly change textbox's value - that's not good idea. internal means that everybody (classes) in same assembly can change textbox's value - that can be useful in some scenarios. By writing (public) property, you gain control over how and when can value change... e.g. you can have test for valid format of string or something and change actual value only if it's format is ok...

hope it helps

David

Never forget: "Stay kul and happy" (I.A.)

David's thoughts / dnhsoftware.org / MyHTMLTidy
GeneralRe: manage a textbox from another form Pin
Anonymous17-May-05 21:11
Anonymous17-May-05 21:11 
GeneralRe: manage a textbox from another form Pin
MoustafaS18-May-05 2:16
MoustafaS18-May-05 2:16 
Generalfsdffsfsa Pin
Ken Fredrikson17-May-05 11:17
Ken Fredrikson17-May-05 11:17 
GeneralRe: fsdffsfsa Pin
Luis Alonso Ramos17-May-05 19:34
Luis Alonso Ramos17-May-05 19:34 
GeneralRe: fsdffsfsa Pin
MoustafaS18-May-05 2:18
MoustafaS18-May-05 2:18 
GeneralC# debugging Pin
methodincharge17-May-05 10:34
methodincharge17-May-05 10:34 
GeneralRe: C# debugging Pin
Judah Gabriel Himango17-May-05 11:01
sponsorJudah Gabriel Himango17-May-05 11:01 
GeneralRe: C# debugging Pin
Tom Larsen17-May-05 12:23
Tom Larsen17-May-05 12:23 
GeneralRe: C# debugging Pin
leppie17-May-05 13:54
leppie17-May-05 13:54 
GeneralRe: C# debugging Pin
Tom Larsen18-May-05 4:43
Tom Larsen18-May-05 4:43 
QuestionHelp... ...please? Pin
Anthony Mushrow17-May-05 9:31
professionalAnthony Mushrow17-May-05 9:31 
AnswerRe: Help... ...please? Pin
Judah Gabriel Himango17-May-05 9:53
sponsorJudah Gabriel Himango17-May-05 9:53 
GeneralError Pin
StephenMcAllister17-May-05 8:58
StephenMcAllister17-May-05 8:58 
GeneralRe: Error Pin
Roger Stewart17-May-05 9:08
professionalRoger Stewart17-May-05 9:08 
GeneralRe: Error Pin
StephenMcAllister17-May-05 9:23
StephenMcAllister17-May-05 9:23 
GeneralRe: Error Pin
Tom Larsen17-May-05 12:27
Tom Larsen17-May-05 12:27 
GeneralAdding Icons Pin
Member 156189417-May-05 6:39
Member 156189417-May-05 6:39 

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.