1.user press button
2.On server program check current status and if it has to be changed, programme change it,set a flag and send responce.
3.In jsp if flag is set,...
Hi,
Can anybody help me to solve following problem:
I have jsp page with the button and status.
1. User presses the button
2. System outputs file for user.
3. User saves file.
4. System...
I have two threads in my application. In worker thread i download some html page using InternetOpenUrl,for that use CAmHttpSocket(http://www.codeproject.com/internet/amhttputils.asp).
Hi.
I use Windows Media Player ActiveX in my application. All works fine. But there is one little problem. When i run application and don't start play file, i see some icon(see attachment). I want...
Hi.
I have a problem with mscomctl.ocx:StatusBar.
I add it into my ATL project to my dialog from. Then i make several panels and add pictures,text to it. Set it enabled. But when i run my...
I calculate number of pixels on which i have to scroll.
I take all window size(not only visible,but all) and all scrollbar range. And devide them. So i get number...
i have already read this articles. But us i understand each time programmer definr shift in pixels. In text shift relatively to text width,in bitmap to simply in pixels.
Hi
I have a listctrl with scrollbar. When user scroll i get message WM_HSCROLL. Now i want to know on how many pixels image is shifted. How can i calculate it?
I need it to scroll another window...