Click here to Skip to main content
15,884,976 members
Home / Discussions / C#
   

C#

 
GeneralRe: problem using ... "nested" DLL's ... a DLL referenced inside another DLL ? Pin
BillWoodruff9-Jan-23 2:10
professionalBillWoodruff9-Jan-23 2:10 
GeneralRe: problem using ... "nested" DLL's ... a DLL referenced inside another DLL ? Pin
Richard Deeming9-Jan-23 2:26
mveRichard Deeming9-Jan-23 2:26 
GeneralRe: problem using ... "nested" DLL's ... a DLL referenced inside another DLL ? Pin
BillWoodruff9-Jan-23 2:42
professionalBillWoodruff9-Jan-23 2:42 
AnswerRe: problem using ... "nested" DLL's ... a DLL referenced inside another DLL ? Pin
OriginalGriff8-Jan-23 22:19
mveOriginalGriff8-Jan-23 22:19 
GeneralRe: problem using ... "nested" DLL's ... a DLL referenced inside another DLL ? Pin
BillWoodruff9-Jan-23 0:38
professionalBillWoodruff9-Jan-23 0:38 
AnswerRe: problem using ... "nested" DLL's ... a DLL referenced inside another DLL ? Pin
BillWoodruff9-Jan-23 2:55
professionalBillWoodruff9-Jan-23 2:55 
QuestionInsert data on dynamic textbox windows form C# Pin
Hoang Luc2-Jan-23 17:48
Hoang Luc2-Jan-23 17:48 
AnswerRe: Insert data on dynamic textbox windows form C# Pin
OriginalGriff2-Jan-23 18:50
mveOriginalGriff2-Jan-23 18:50 
The sender parameter is the control that raised the event - which for a button Click event would be a Button not a TextBox. Since the Button and TextBox controls do not inherit from each other, you cannot cast from one to the other, any more than you can use an Apple like an Orange although they are both Fruits.

Your TextBox called textboxUsername is local to the Createtextbox method, and can't be accessed outside it except by going via the Controls collection and finding the specific control.
"I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
"Common sense is so rare these days, it should be classified as a super power" - Random T-shirt
AntiTwitter: @DalekDave is now a follower!

SuggestionRe: Insert data on dynamic textbox windows form C# Pin
Richard Deeming4-Jan-23 23:50
mveRichard Deeming4-Jan-23 23:50 
QuestionSecuring a Named Pipe Pin
Richard Andrew x641-Jan-23 6:13
professionalRichard Andrew x641-Jan-23 6:13 
AnswerRe: Securing a Named Pipe Pin
BillWoodruff2-Jan-23 0:46
professionalBillWoodruff2-Jan-23 0:46 
GeneralRe: Securing a Named Pipe Pin
Richard Andrew x642-Jan-23 0:54
professionalRichard Andrew x642-Jan-23 0:54 
GeneralMessage Closed Pin
2-Jan-23 1:20
professionalBillWoodruff2-Jan-23 1:20 
GeneralRe: Securing a Named Pipe Pin
Richard Andrew x642-Jan-23 1:56
professionalRichard Andrew x642-Jan-23 1:56 
AnswerRe: Securing a Named Pipe Pin
Graeme_Grant2-Jan-23 5:07
mvaGraeme_Grant2-Jan-23 5:07 
GeneralRe: Securing a Named Pipe Pin
Richard Andrew x642-Jan-23 5:56
professionalRichard Andrew x642-Jan-23 5:56 
GeneralRe: Securing a Named Pipe Pin
Gerry Schmitz2-Jan-23 6:47
mveGerry Schmitz2-Jan-23 6:47 
GeneralRe: Securing a Named Pipe Pin
Richard Andrew x642-Jan-23 8:59
professionalRichard Andrew x642-Jan-23 8:59 
GeneralRe: Securing a Named Pipe Pin
jschell2-Jan-23 13:25
jschell2-Jan-23 13:25 
GeneralRe: Securing a Named Pipe Pin
Graeme_Grant2-Jan-23 14:54
mvaGraeme_Grant2-Jan-23 14:54 
AnswerRe: Securing a Named Pipe Pin
Randor 2-Jan-23 8:56
professional Randor 2-Jan-23 8:56 
GeneralRe: Securing a Named Pipe Pin
Richard Andrew x642-Jan-23 9:08
professionalRichard Andrew x642-Jan-23 9:08 
GeneralRe: Securing a Named Pipe Pin
Randor 2-Jan-23 9:54
professional Randor 2-Jan-23 9:54 
SuggestionRe: Securing a Named Pipe Pin
Eddy Vluggen2-Jan-23 10:45
professionalEddy Vluggen2-Jan-23 10:45 
GeneralRe: Securing a Named Pipe Pin
Richard Andrew x642-Jan-23 12:37
professionalRichard Andrew x642-Jan-23 12:37 

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.