C
Chuck Bowling
I have an ASP.NET page with code behind that i'm trying to get to launch a
modeless windows form on the IIS server.
I tried creating a windows form in the web application project and adding a
reference to system.windows.forms. The app will compile with no problems but
for some reason the form won't launch when the method it's in is called.
The next step will be to try and put the form in a class lib on the server
unless someone knows what the problem might be or has a better idea.
modeless windows form on the IIS server.
I tried creating a windows form in the web application project and adding a
reference to system.windows.forms. The app will compile with no problems but
for some reason the form won't launch when the method it's in is called.
The next step will be to try and put the form in a class lib on the server
unless someone knows what the problem might be or has a better idea.