
VB3/VB4 The Graphics Server Doesn't Close
On the same PC, with W95 or Windows 3.11, a VB3 or VB4 application
terminates the execution of another VB3 or VB4 application using the
following:
SendMessage ( HWND, WM_SYSCOMMAND, SC_CLOSE, NILL)
( Taken from the VB3 online reference )
If the application being terminated use Graph.Vbx the application look
like terminating but in the task manager still appear the application and
the GraphicsServer.
Thank you in advance, for your help.