Click here to Skip to main content
16,016,925 members
Home / Discussions / C#
   

C#

 
AnswerSome suggestions Pin
Alan Balkany9-Oct-09 4:47
Alan Balkany9-Oct-09 4:47 
QuestionMessage Qeueing Advice Pin
Richard Andrew x647-Oct-09 15:58
professionalRichard Andrew x647-Oct-09 15:58 
AnswerRe: Message Qeueing Advice Pin
Not Active7-Oct-09 16:15
mentorNot Active7-Oct-09 16:15 
GeneralRe: Message Qeueing Advice Pin
Richard Andrew x647-Oct-09 16:23
professionalRichard Andrew x647-Oct-09 16:23 
GeneralRe: Message Qeueing Advice Pin
Luc Pattyn7-Oct-09 17:25
sitebuilderLuc Pattyn7-Oct-09 17:25 
GeneralRe: Message Qeueing Advice Pin
Richard Andrew x647-Oct-09 18:08
professionalRichard Andrew x647-Oct-09 18:08 
QuestionRetrieve form variable name Pin
genisyssoftware7-Oct-09 11:44
genisyssoftware7-Oct-09 11:44 
AnswerRe: Retrieve form variable name Pin
Luc Pattyn7-Oct-09 11:49
sitebuilderLuc Pattyn7-Oct-09 11:49 
The strict answer is string formname="myform"; but that is not what you were hoping.

Variables are defined when you generate the source code, and seldom used afterwards (it would take reflection to get access to some of them).

Abyway, if you have:
Form form1=new Form();
Form form2=form1;
Form form3=form2;


which variable is "holding" the one form?

Smile | :)

Luc Pattyn

I only read code that is properly indented, and rendered in a non-proportional font; hint: use PRE tags in forum messages

Local announcement (Antwerp region): Lange Wapper? Neen!


GeneralRe: Retrieve form variable name Pin
genisyssoftware7-Oct-09 12:00
genisyssoftware7-Oct-09 12:00 
GeneralRe: Retrieve form variable name Pin
Luc Pattyn7-Oct-09 12:31
sitebuilderLuc Pattyn7-Oct-09 12:31 
GeneralRe: Retrieve form variable name Pin
genisyssoftware8-Oct-09 3:47
genisyssoftware8-Oct-09 3:47 
GeneralRe: Retrieve form variable name Pin
Luc Pattyn8-Oct-09 4:42
sitebuilderLuc Pattyn8-Oct-09 4:42 
GeneralRe: Retrieve form variable name Pin
genisyssoftware9-Oct-09 3:59
genisyssoftware9-Oct-09 3:59 
GeneralRe: Retrieve form variable name Pin
Luc Pattyn9-Oct-09 4:22
sitebuilderLuc Pattyn9-Oct-09 4:22 
GeneralRe: Retrieve form variable name Pin
genisyssoftware19-Oct-09 9:59
genisyssoftware19-Oct-09 9:59 
GeneralRe: Retrieve form variable name Pin
Luc Pattyn19-Oct-09 10:08
sitebuilderLuc Pattyn19-Oct-09 10:08 
GeneralRe: Retrieve form variable name Pin
genisyssoftware19-Oct-09 12:19
genisyssoftware19-Oct-09 12:19 
GeneralRe: Retrieve form variable name Pin
Luc Pattyn19-Oct-09 12:33
sitebuilderLuc Pattyn19-Oct-09 12:33 
QuestionChecking Connection C# Pin
eawedat7-Oct-09 11:22
eawedat7-Oct-09 11:22 
AnswerRe: Checking Connection C# Pin
Luc Pattyn7-Oct-09 11:54
sitebuilderLuc Pattyn7-Oct-09 11:54 
QuestionSAConnection String Pin
MWRivera7-Oct-09 10:54
MWRivera7-Oct-09 10:54 
AnswerRe: SAConnection String Pin
Henry Minute7-Oct-09 11:02
Henry Minute7-Oct-09 11:02 
GeneralRe: SAConnection String Pin
MWRivera8-Oct-09 3:39
MWRivera8-Oct-09 3:39 
GeneralRe: SAConnection String Pin
Henry Minute8-Oct-09 3:47
Henry Minute8-Oct-09 3:47 
GeneralRe: SAConnection String Pin
MWRivera8-Oct-09 5:02
MWRivera8-Oct-09 5:02 

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.