MDI Question

  • Thread starter Thread starter Johnny Granberg
  • Start date Start date
J

Johnny Granberg

Hi im trying to create a MDI application and i want to use the same form to
connect to different servers... anyone know a website that gives me more
info on such tasks or can point me in the right direction, it is only the
creating/identifying the dynamically created MDI forms since the connection
part works now, atleast for one form.... thanks
 
* "Johnny Granberg said:
Hi im trying to create a MDI application and i want to use the same form to
connect to different servers... anyone know a website that gives me more
info on such tasks or can point me in the right direction, it is only the
creating/identifying the dynamically created MDI forms since the connection
part works now, atleast for one form.... thanks

You will have to use _different_ connections to _different_ servers.
 
Back
Top