Thanks for your response but MDI forms do not have the BorderStyle Property. I did however find a way to do it using the SetWindowLong Windows API Function
For future reference it goes like this:
Private Declare Function SetWindowLong Lib "user32" Alias "SetWindowLongA"...
I am trying to create a small application that connects to an activeX exe that is on another system. The Exe stores the login name and should show all logins from any station connecting to the exe. I have been able to get this to work with multiple executions of the "client" program...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.