|
-
Oct 24th, 2006, 07:28 AM
#1
Thread Starter
New Member
Triggering an event
hello everybody,
i wrote a function for scheduling a particular task in .NET with C#.the problem i m facing is i m not able to call a particular form in a particular project. i m able to call only the .exe files.
how to do this....? can anyone solve my problem...
-
Oct 24th, 2006, 10:15 AM
#2
-
Oct 24th, 2006, 04:19 PM
#3
Re: Triggering an event
The EXE must be able to accept parameters that in turn invoke the form that you want. Is it your EXE?
-
Oct 25th, 2006, 12:15 AM
#4
Thread Starter
New Member
Re: Triggering an event
No..the EXE file does not accept any parameters...how to pass the parameters to an EXE file....but i need an particular form to be triggered in a task...so can u help me how to do tat....
-
Oct 25th, 2006, 12:39 AM
#5
Re: Triggering an event
It is up to the EXE to decide which form it displays. If it wasn't written in such a way as to provide a choice of which form to display then you cannot do it. Would you want to distribute your applications and have just anyone pick and choose forms from it to display whenever and wherever they felt like? Of course not. You write your applications to be used in a certain way, with the appropriate form displayed at the appropriate time. If you wanted to let anyone show any form at any time then you'd have created a library, and so would the author of the executable you're talking about.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|