Click here to Skip to main content
15,881,559 members
Home / Discussions / C#
   

C#

 
GeneralRe: I am coding in C# on Webform, who can show me the way to send SMS from Webform? thanks! Pin
FyreWyrm22-Oct-09 15:28
FyreWyrm22-Oct-09 15:28 
GeneralRe: I am coding in C# on Webform, who can show me the way to send SMS from Webform? thanks! Pin
Christian Graus22-Oct-09 17:09
protectorChristian Graus22-Oct-09 17:09 
GeneralRe: I am coding in C# on Webform, who can show me the way to send SMS from Webform? thanks! Pin
benjymous22-Oct-09 22:28
benjymous22-Oct-09 22:28 
Questionchange win form name Pin
jashimu22-Oct-09 9:53
jashimu22-Oct-09 9:53 
AnswerRe: change win form name Pin
DaveyM6922-Oct-09 10:15
professionalDaveyM6922-Oct-09 10:15 
GeneralRe: change win form name Pin
jashimu22-Oct-09 10:29
jashimu22-Oct-09 10:29 
GeneralRe: change win form name Pin
EliottA22-Oct-09 11:10
EliottA22-Oct-09 11:10 
Questionhow to make a form reference public? Pin
genisyssoftware22-Oct-09 8:47
genisyssoftware22-Oct-09 8:47 
public static void getyn(ref Form org_form)
{
org_form.Enabled=False;
}

The simple method above illustrates how I can disable a form that has been instantiated elsewhere, using a reference parameter. If I instantiate a form "test_this", and in that code, I call this method above passing "test_this", this works. But now I want to access "test_this" or "org_form" (to me, they are the same for this issue) in another method (ie. org_form.Enabled=True;), such as within a button click event of another form. In that code, I do not know what name was used to instantiate the form. My thought would be to somehow create some public reference or pointer in this "getyn" method so that I can access this elsewhere. There must be some way to make "org_form" available/public so it can be accessed in other methods?
AnswerRe: how to make a form reference public? [modified] PinPopular
DaveyM6922-Oct-09 8:58
professionalDaveyM6922-Oct-09 8:58 
GeneralRe: how to make a form reference public? Pin
Christian Graus22-Oct-09 17:35
protectorChristian Graus22-Oct-09 17:35 
GeneralRe: how to make a form reference public? Pin
dan!sh 22-Oct-09 17:45
professional dan!sh 22-Oct-09 17:45 
QuestionHow to drag image from my picturebox to other application(ex.Photoshop) Pin
Kortez222322-Oct-09 7:57
Kortez222322-Oct-09 7:57 
AnswerRe: How to drag image from my picturebox to other application(ex.Photoshop) Pin
Christian Graus22-Oct-09 12:10
protectorChristian Graus22-Oct-09 12:10 
QuestionMouseMove event firing even though I'm not moving my mouse! Pin
WebMaster22-Oct-09 7:51
WebMaster22-Oct-09 7:51 
AnswerRe: MouseMove event firing even though I'm not moving my mouse! Pin
Eddy Vluggen22-Oct-09 8:29
professionalEddy Vluggen22-Oct-09 8:29 
GeneralRe: MouseMove event firing even though I'm not moving my mouse! Pin
WebMaster22-Oct-09 8:43
WebMaster22-Oct-09 8:43 
QuestionCAPICOM Process replacement Pin
Dave Kreskowiak22-Oct-09 7:49
mveDave Kreskowiak22-Oct-09 7:49 
Answer[SOLVED - Sort of...] CAPICOM Process replacement Pin
Dave Kreskowiak22-Oct-09 10:25
mveDave Kreskowiak22-Oct-09 10:25 
QuestionHow to copy a file? Pin
masoudshao22-Oct-09 7:22
masoudshao22-Oct-09 7:22 
AnswerRe: How to copy a file? Pin
Abhijit Jana22-Oct-09 7:31
professionalAbhijit Jana22-Oct-09 7:31 
GeneralRe: How to copy a file? Pin
Ashfield22-Oct-09 9:31
Ashfield22-Oct-09 9:31 
GeneralRe: How to copy a file? Pin
Abhijit Jana22-Oct-09 10:03
professionalAbhijit Jana22-Oct-09 10:03 
AnswerRe: How to copy a file? Pin
Abhishek Sur22-Oct-09 7:48
professionalAbhishek Sur22-Oct-09 7:48 
QuestionWhen to override Equals() ? Pin
Wes Jones22-Oct-09 6:20
Wes Jones22-Oct-09 6:20 
AnswerRe: When to override Equals() ? Pin
Henry Minute22-Oct-09 6:41
Henry Minute22-Oct-09 6:41 

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.