- mouse_event help needed
- Posted on February 5th, 2006 | 0 Comments
I have an application for which I'd like to simulate mouse clicks. What I want to do is simulate a click at a specific location in the application. I've tried PostMessage to no avail. I had a bit...
- REQUEST TO SOLVE MY PROBLEM IN VC++
- Posted on February 5th, 2006 | 0 Comments
Hellosir, Iamvijayprasadreddy, I have an MDI application in vc++. In the view i have a splitter wnd in which the top view is CScrollView and he bottom view is CRichEditViw. In the top view i can...
- how to break Internet connction
- Posted on February 5th, 2006 | 2 Comments
I'm writing a C++ code in which I would like to have it terminate the Internet connection on the computer where the code runs. Can anyone point me to the call needed to do this? I can use either MFC...
- how to polish and release my application
- Posted on February 4th, 2006 | 1 Comments
hey all, i wrote an application that i want to sell to the public, but there are all those pesky issues of application deployment i don't really know about, like: 1) installng the application 2)...
- request to solve my problem
- Posted on February 4th, 2006 | 1 Comments
I have an MDI application in vc++. In the view i have a splitter wnd in which the top view is CScrollView and he bottom view is CRichEditViw. In the top view i can draw the lines which represent...
- Does every windows which shows itself while working on any Windows O.S ( lets say Windows 2k) a registered one?
- Posted on February 4th, 2006 | 2 Comments
Hello All, I am learning windows programming and using spy++ to view the class names and other properties of the windows for better understanding. It works fine for most of the windows that show...
- Owver drawn " BUTTON"
- Posted on February 4th, 2006 | 3 Comments
Hi, I'm trying to create an owner drawn button control in plain win32, and I have a problem. I'm not recieving any WM_DRAWITEM msgs in the parent's WindProc. The parent recieves the BN_CLICKED msg...
- How to assign an icon to an executable...
- Posted on February 4th, 2006 | 3 Comments
Hello Group: How can I assign an icon to an executable program (.exe) by using a Win32 function ? when I view my executable program in windows explorer, it appears as a white box with a grey frame...
- mciSendString problem
- Posted on February 3rd, 2006 | 1 Comments
All, I am playing an mid file in my application using - (this code is part of a dll) ::wsprintf(RingTone, "open %s type MPEGVideo alias tf", g_ringTonePath); MCIERROR err =...
- projects needed
- Posted on February 3rd, 2006 | 0 Comments
Hi All I am freelancer waiting for following projects Microsoft platform:-.net,XML ,vb etc 3d game design qa contact me ar vkudal@yahoo.com
- Problem with ShowWindow/SW_HIDE on XP
- Posted on February 3rd, 2006 | 0 Comments
Hi, I have a problem with the ShowWindow function, which occurs only on WindowsXP. It works fine on Windows 2000 / NT4. I want to hide a top level window : ShowWindow(hw, SW_HIDE). The user press a...
- Processing RBUTTONDOWN on a menu element
- Posted on February 3rd, 2006 | 1 Comments
Hello, We're running an MFC application at work and we're at a point the we would like to be able to receive and process a RBUTTONDOWN or UP message on a particular menu element. For example, if the...
- TrackMouseEvent WM_MOUSELEAVE
- Posted on February 3rd, 2006 | 1 Comments
Hi, I need to know if the 'TrackMouseEvent()' msgs are sent to the parent window proc or the control's. The documentation doesn't seem to say. I say seem, as I have a feeling I read somewhere that...
- i am gonna kick some ms butt. who will stand with me in the rumble?
- Posted on February 3rd, 2006 | 0 Comments
press release: Google ad: download IP-DOS (tm) now Monopoly-Killer Operating System free only to ad clickers & friends www.ideafarm.com Please take a look at the IdeaFarm (tm) City site (link...
- Identifying autorun
- Posted on February 2nd, 2006 | 12 Comments
Does anyone know how to programmatically identify if your application has been run by autorun or not? Thanks, B
- help with dll and entry point not found
- Posted on February 2nd, 2006 | 0 Comments
Hi all hope you can give me a clue to solve my problem: I'm trying to include in my little MFC project on vc++ 6 some other c++ files with a lot of classes defined in. Including the headers I...
- Finding the rectangle of an application in the taskbar.
- Posted on February 2nd, 2006 | 2 Comments
I must implement a custom minimize animation for an application. Since I must minimize to the taskbar, I need a way of finding the rectangle for the button representing the application. I have...
- Performance Counter Values
- Posted on February 2nd, 2006 | 2 Comments
Hi, I want to retrieve runttime performance counter values through an VC++ application (without using mfc classes). I have an application but when I compile that it gives me the...
- Why Ctrl+F3 do not work now ? (VS 2005)
- Posted on February 2nd, 2006 | 1 Comments
Hi: In Visual Studio 6, key combination Ctrl+F3 will search forward the string under the caret, when just after I installed VS 2005 ( team suite ), this worked for VS 2005 too, but after I set some...
- web cvs server, non web cvs client
- Posted on February 2nd, 2006 | 0 Comments
Hello Is there is some sort of web based cvs *server*? I have a hosting account that supports php/mysql and can't run any other servers on it, thus I ask if there is any web-based cvs server and a...

