C
c_shah
Windows form application
I have an accounting application, the main form of that application can
be launched from other application passing the account number or it
can be started
as a standalone application. If it is started as a standalone
application It shoud prompt a dialog box asking for account number.
if the account number is valid it will launch a main form passing the
account number
I currently have a Sub Main(ByVal Args() As String) and I am passing
command line arguments it it is open from the other application
And no argument is passed I open up account number form but the thing
is as soon as I close the account number form it closes my entire
application.
any solution?
I have an accounting application, the main form of that application can
be launched from other application passing the account number or it
can be started
as a standalone application. If it is started as a standalone
application It shoud prompt a dialog box asking for account number.
if the account number is valid it will launch a main form passing the
account number
I currently have a Sub Main(ByVal Args() As String) and I am passing
command line arguments it it is open from the other application
And no argument is passed I open up account number form but the thing
is as soon as I close the account number form it closes my entire
application.
any solution?