Click here to Skip to main content
15,885,309 members
Home / Discussions / C#
   

C#

 
GeneralRe: you mean you with u Pin
soulidentities27-Feb-09 3:06
soulidentities27-Feb-09 3:06 
GeneralRe: you mean you with u Pin
Deresen27-Feb-09 3:15
Deresen27-Feb-09 3:15 
GeneralRe: you mean you with u Pin
soulidentities27-Feb-09 3:28
soulidentities27-Feb-09 3:28 
GeneralRe: you mean you with u Pin
Deresen27-Feb-09 3:52
Deresen27-Feb-09 3:52 
GeneralRe: you mean you with u Pin
soulidentities27-Feb-09 3:58
soulidentities27-Feb-09 3:58 
GeneralRe: you mean you with u [modified] Pin
Mirko198027-Feb-09 3:52
Mirko198027-Feb-09 3:52 
GeneralRe: you mean you with u Pin
soulidentities27-Feb-09 3:59
soulidentities27-Feb-09 3:59 
AnswerRe: How to pass button and form in a method ? Pin
Megidolaon27-Feb-09 1:06
Megidolaon27-Feb-09 1:06 
I can't realy understand your examples (your naming is srtoa off), but if you just try to pass a button and a form to a method, they are objects like everything else.
void PassButton(Button myButton)
{
   //Do stuff with myButton
}

void PassForm(Form myForm)
{
   //Do stuff with myForm
   //Form is the class from which your own for is derived, you can cast it to
   //any form you want or use your selfmade Form (like F_Main)
}

Questiontracking the eye algorithm Pin
sanforjackass26-Feb-09 23:49
sanforjackass26-Feb-09 23:49 
AnswerRe: tracking the eye algorithm Pin
Calin Tatar27-Feb-09 0:03
Calin Tatar27-Feb-09 0:03 
RantRe: tracking the eye algorithm Pin
sanforjackass27-Feb-09 0:14
sanforjackass27-Feb-09 0:14 
QuestionRe: tracking the eye algorithm Pin
sanforjackass27-Feb-09 0:26
sanforjackass27-Feb-09 0:26 
QuestionRe: tracking the eye algorithm Pin
Nagy Vilmos27-Feb-09 0:53
professionalNagy Vilmos27-Feb-09 0:53 
QuestionRe: tracking the eye algorithm Pin
sanforjackass27-Feb-09 0:57
sanforjackass27-Feb-09 0:57 
AnswerRe: tracking the eye algorithm Pin
Nagy Vilmos27-Feb-09 1:12
professionalNagy Vilmos27-Feb-09 1:12 
AnswerRe: tracking the eye algorithm Pin
sanforjackass27-Feb-09 1:22
sanforjackass27-Feb-09 1:22 
Questiondecrypt Pin
kanthgadu26-Feb-09 23:49
kanthgadu26-Feb-09 23:49 
AnswerRe: decrypt Pin
Smithers-Jones27-Feb-09 0:05
Smithers-Jones27-Feb-09 0:05 
GeneralRe: decrypt Pin
kanthgadu27-Feb-09 0:30
kanthgadu27-Feb-09 0:30 
GeneralRe: decrypt Pin
EliottA27-Feb-09 3:16
EliottA27-Feb-09 3:16 
AnswerRe: decrypt Pin
musefan27-Feb-09 0:15
musefan27-Feb-09 0:15 
AnswerRe: decrypt Pin
CPallini27-Feb-09 0:21
mveCPallini27-Feb-09 0:21 
GeneralRe: decrypt Pin
Nagy Vilmos27-Feb-09 0:54
professionalNagy Vilmos27-Feb-09 0:54 
GeneralRe: decrypt Pin
CPallini27-Feb-09 1:57
mveCPallini27-Feb-09 1:57 
AnswerRe: decrypt Pin
Pete O'Hanlon27-Feb-09 2:05
mvePete O'Hanlon27-Feb-09 2:05 

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.