Thank you so much for the reply.
Regards Rajmohan
Thank you so much for the reply.
Regards Rajmohan
I want to build a SSL server application in VC++, unmanaged code, using OpenSSL. I got many sample application of SSL Client. but the server sample application is not so frequent, the application which I got was not working . The problem I am facing is that I am not sure about the method of developing a server application and the usage of digital certificate. Can anybody help me how to do it or send me some useful links. Any help will be appreciated Thanks in advance
Regards Rajmohan
Yes. Thank you so much for the response
Regards Rajmohan
Can anybody tell me how can we hook a process creation event. Basically I want to get the trigger in my application when a new application is created. So I think hooking the CreateProcess will do it for me. Can anybody show me the code snippet Thanks in advance
Regards Rajmohan
Thank you so much for your response. Actually I was able to get the IWebrowser2 and IHTMLDocument2 for internet explorer. My aim was to get these type of helper objects to assist Firefox, Since firefox is using WinInet dll ( I was able to find with some tool) I queried about WinInet.
Regards Rajmohan
Is it possible to get the WinInet interface reference of a browser, IE or firefox
Regards Rajmohan
EnumWindows function is working fine with all windows except my application. I will describe the issue in detail. I have a dll application and I have loaded it into App_Init folder, which loads for every application. I want to know which is currently loaded application and also I need to get the handle of the main window. I used EnumWindows for navigating through opened application. It is calling for all the application except mine. I dont understand the issue can anybody help me. Thanks in advance
Regards Rajmohan
EnumWindows function is working fine with all windows except my application. I will describe the issue in detail. I have a dll application and I have loaded it into App_Init folder, which loads for every application. I want to know which is currently loaded application and also I need to get the handle of the main window. I used EnumWindows for navigating through opened application. It is calling for all the application except mine. I dont understand the issue can anybody help me. Thanks in advance
Regards Rajmohan
Thank you so much for all the support. I forget to mention the Window Handle,It is of-course the parent window itself
Regards Rajmohan
Can anybody tell how I get the window handle from a specific process Id. I got the process Id using GetCurrentProcessId()
Regards Rajmohan
Thank you so much for your replies. I will try this and let you know
Regards Rajmohan
Can any body tell What is the best approach by which I can capture the URL change event in IE and Firefox. I read about API hook. Is it the best approach or any other alternative is there.Thanks in advance
Regards Rajmohan