Win32 events in Webforms
-
Hi , I have created win32 events using kernel32.dll in webforms.It is working fine in the local system.But when i am hosting in the Server i am unable to create the events.Can anyone help me in this regard.
-
Hi , I have created win32 events using kernel32.dll in webforms.It is working fine in the local system.But when i am hosting in the Server i am unable to create the events.Can anyone help me in this regard.
This is working precisely because your client and server are the same machine. It won't work otherwise.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
This is working precisely because your client and server are the same machine. It won't work otherwise.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )