Hi,
I am using the following code to forward to a particular page.
this.getServletContext().getRequestDispatcher("/" + USCommonFunctions.buildURL(user, pageName)).forward(request, response);
buildURL is just a helper function. getRequestDispatcher is throwing the following error ...
I have written a code to read the chars under *****. It is not working in windows 2000. any ideas. i heard microsoft came out with a patch. but i am not able to find it nor how they have managed to (fix) it.
any help will be appreciated.
thanx in advance.
GuruPrasad Belthur...
when i start httpd "/etc/rc.d/init.d/httpd start"
it says OK. when i stop it says OK.
but httpd status says "httpd dead but pid exists"
i need it working very badly for cgi.
help me
thanx in advance. <p>GuruPrasad Belthur<br><a...
Set up a MessageHook using SetWindowsHookEx. Look into MSDN. <p>GuruPrasad Belthur<br><a href=mailto:belthurgp@yahoo.com>belthurgp@yahoo.com</a><br><a href=www.geocities.com/belthurgp>My Personal Page</a><br>Commerce Graduate, but have lived purely on computers. All the work i have done till now...
No,<br> <br>Messages work the same under both 98/NT(including NT5).<br><br>put a break point (work under 98) in the code and check out whether a message is being sent or not. You can also start spy++ and ask it to spy all the messages coming from your application.<br><br>Your question is...
hi,<br><br>Writing dlls are very simple,<br><br>In VC create a Win32 application, go to setting and in the linker options add "/dll" (without quotes) and your file will get linked as a dll not an exe. <br><br>now include a new file with an .c or .cpp extension and add it to the...
if you have MSDN , search for Shell_NotifyIcon and you will get a sample code on that.<br><br>if you don't have MSDN, you will get it in MICROSOFT site. <p>GuruPrasad Belthur<br><a href=mailto:belthurgp@yahoo.com>belthurgp@yahoo.com</a><br><a href=www.geocities.com/belthurgp>My Personal...
HI,<br><br>i am not sure i understand ur question properly.<br>but try this code.<br><br>void CSomeClass::SomeFunc()<br>{<br> // Assuming IDC_EDIT1 is your EditControl<br> int nCnt = 0 ;<br> CString str ;<br> while(nCnt <...
hi,<br><br>don't know how to get NIC address.<br><br>but you can read the key HKEY-LOCAL-MACHINE\SOFTWARE\MICROSOFT\WINDOWSNT\CURRENTVERSION for the serial number and owner name <p>GuruPrasad Belthur<br><a href=mailto:belthurgp@yahoo.com>belthurgp@yahoo.com</a><br><a...
hi karl,<br><br>i am not against taking microsoft documentation seriously, but i definielty think twice. <br><br>There are lot of functions which windows uses and is not available for us. those undocumented functions will definitely make our lives a little bit easier, yes we have to be careful...
hi pete,<br><br>I really appreciate your views on using TerminateProcess in very rare cases. But my experience tells me not to take Microsoft's advice very seriously. They are very good at discouraging people from interfering into OS internals.<br><br>Regarding my query, what I have in mind is...
Call EnumWindows, U will get the Window Handle, <br>then Call GetWindowThreadProcessId, U will get a process Id,<br>Call Terminate Process with the process Id.
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.