Click here to Skip to main content
15,895,606 members
Home / Discussions / C#
   

C#

 
GeneralRe: Managing Connection Strings Pin
Not Active11-Nov-10 10:11
mentorNot Active11-Nov-10 10:11 
GeneralRe: Managing Connection Strings Pin
Not Active11-Nov-10 10:13
mentorNot Active11-Nov-10 10:13 
AnswerRe: Managing Connection Strings Pin
PIEBALDconsult11-Nov-10 14:47
mvePIEBALDconsult11-Nov-10 14:47 
QuestionHow i can to activate a method automatically like a task programed Pin
msaez11-Nov-10 5:01
msaez11-Nov-10 5:01 
AnswerRe: How i can to activate a method automatically like a task programed Pin
OriginalGriff11-Nov-10 5:07
mveOriginalGriff11-Nov-10 5:07 
AnswerRe: How i can to activate a method automatically like a task programed Pin
Luc Pattyn11-Nov-10 6:18
sitebuilderLuc Pattyn11-Nov-10 6:18 
GeneralRe: How i can to activate a method automatically like a task programed Pin
Lutosław11-Nov-10 9:59
Lutosław11-Nov-10 9:59 
AnswerRe: How i can to activate a method automatically like a task programed Pin
Eddy Vluggen11-Nov-10 10:04
professionalEddy Vluggen11-Nov-10 10:04 
Hi,

msaez wrote:
i need this information for a work school

Your question doesn't contain much information. An example of what it is that you're looking for is always helpful.

There's multiple ways to interpret the question, and even when taken at it's most literal, there'd be still multiple possible solutions. If it's a fixed set of methods, I'd recommend to encapsulate each in it's own executable. You could then use the Windows Task Scheduler to plan the activation of these executables. That would mean that half of your solution would depend on a well-tested part of Windows, and the other half would consist of executables. Modular, maintenance-friendly, can easily be extended.

The question would be whether that passes the requirements set by the teacher - he might be expecting something fancy that loads an assembly on a backgroundthread and which uses reflection to execute a specific method, complete with a dynamic inputscreen for the parameters Smile | :)
I are Troll Suspicious | :suss:

QuestionDummy question, when i close the GUI from the "X" from upper left corner, how to call another function ? Pin
588311-Nov-10 4:11
588311-Nov-10 4:11 
AnswerRe: Dummy question, when i close the GUI from the "X" from upper left corner, how to call another function ? PinPopular
Lutosław11-Nov-10 4:17
Lutosław11-Nov-10 4:17 
GeneralRe: Dummy question, when i close the GUI from the "X" from upper left corner, how to call another function ? [modified] Pin
Jeff Connelly15-Nov-10 11:07
Jeff Connelly15-Nov-10 11:07 
QuestionCopy SQL Table with ADO Pin
musefan11-Nov-10 3:45
musefan11-Nov-10 3:45 
AnswerRe: Copy SQL Table with ADO Pin
musefan11-Nov-10 4:56
musefan11-Nov-10 4:56 
AnswerRe: Copy SQL Table with ADO Pin
Mycroft Holmes11-Nov-10 12:02
professionalMycroft Holmes11-Nov-10 12:02 
AnswerRe: Copy SQL Table with ADO Pin
Henry Minute11-Nov-10 13:13
Henry Minute11-Nov-10 13:13 
QuestionCoding style -- instantiating a nested class Pin
Lutosław11-Nov-10 2:33
Lutosław11-Nov-10 2:33 
AnswerRe: Coding style -- instantiating a nested class Pin
Dave Kreskowiak11-Nov-10 4:31
mveDave Kreskowiak11-Nov-10 4:31 
GeneralRe: Coding style -- instantiating a nested class Pin
Lutosław11-Nov-10 9:53
Lutosław11-Nov-10 9:53 
QuestionFTP download and bacgroundworker Pin
peropata11-Nov-10 2:18
peropata11-Nov-10 2:18 
AnswerRe: FTP download and bacgroundworker Pin
Herman<T>.Instance11-Nov-10 2:24
Herman<T>.Instance11-Nov-10 2:24 
AnswerRe: FTP download and bacgroundworker Pin
musefan11-Nov-10 2:33
musefan11-Nov-10 2:33 
AnswerRe: FTP download and bacgroundworker Pin
Luc Pattyn11-Nov-10 2:50
sitebuilderLuc Pattyn11-Nov-10 2:50 
GeneralRe: FTP download and bacgroundworker Pin
peropata11-Nov-10 3:29
peropata11-Nov-10 3:29 
GeneralRe: FTP download and bacgroundworker Pin
Luc Pattyn11-Nov-10 3:43
sitebuilderLuc Pattyn11-Nov-10 3:43 
GeneralRe: FTP download and bacgroundworker Pin
peropata11-Nov-10 4:58
peropata11-Nov-10 4:58 

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.