Hi
I need the vb.net app to work in background (so to speak) as it will get an
event by an external app periodically by it (vb.net app) being called with a
parameter by the external app. I am using MyApplication_Startup and
MyApplication_StartupNextInstance events to pick up that command line
parameter but as I need to do this in background I do not need to show the
form.
Should I use an app type other than Winform to accomplish this?
Thanks
Regards
> What is it you are trying to do ?
> If you want to change the startup from at runtime you can do that in the
[quoted text clipped - 10 lines]
>>
>> Regards
Bill McCarthy - 25 Apr 2008 07:29 GMT
Yeh, I'd say just use a Sub Main. Uncheck the "Enable Application Framework"
box, then select a Sub Main in the startup object drop down.
> Hi
>
[quoted text clipped - 25 lines]
>>>
>>> Regards