First  |  Prev |  Next  |  Last
Pages: 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83
Running Process in the Background
I want to design a process in MFC that runs in the background and is able to accept Windows Registered Message. The window registered message would then be used to determine the message to display on a dialog prompting for user's response. I am looking for a way to design this process to run in the background,... 7 May 2008 08:29
CRichEditControl and error when number of chars is >3072 in single line
"An" error? WHAT error? Perhaps you know, but would it really inconvenience you when asking a question to share the EXACT information with us? joe On Tue, 6 May 2008 01:56:33 -0700 (PDT), narasinga.mvk(a)gmail.com wrote: Hi All, I am using CRichEditControl for my text editor and when there are more tha... 6 May 2008 10:26
Virtual Display Driver
Hi I would like to be able to have a fullscreen application use a virtual display driver, from which you can do screen capture. That way the normal monitor/display would not be in full screen mode and can be used normally. Regards Peter ... 7 May 2008 11:45
CEvent instance shared between apps ?
Hello experts, I am using MS VC 6.0 and Vista. I am developing a dialog-based application. This application create a thread using AfxBeginThread. I need to be able to exit the new thread when clicking a button. ///////////////////////////// MyAppDlg::OnStart() { // The user clicks a button to start a new threa... 6 May 2008 10:26
CRichEditControl and error when number of chars is >3072 in single line
Hi All, I am using CRichEditControl for my text editor and when there are more than 3072 characters in a single line ( font being used is Courier 10pt ). , i get an error from this control. I am using it without wordwrap and this error comes. Is this a known issue and is it documented somewhere about such a lim... 14 May 2008 11:21
Auction Software
AJ Auction pro is the best and the professional auction site on the Internet. AJ Auction pro's Enterprise Software is bundled with a wide range of extremely scalable products integrated into one turn-key package. It provides companies with all of the tools needed to fully execute an online auction strategy. Being a... 6 May 2008 03:56
Custom CStatusBar and double-buffering
Hi, Wondering if anyone has any good ideas here... I have written a custom CStatusBar control which basically updates some panes in color as the mouse cursor is moved around. The panes were flickering due to the amount of redrawing required so I added some code that uses double-buffering to draw the panes off-... 6 May 2008 15:09
OpenService Fails, but GetLastError returns ERROR_SUCCESS
I'm trying to stop a service, if the service exists. Everything works fine if the service is there, but if it does not exist I'm getting inconsistent results. OpenService returns a zero handle, naturally. On some computers (but not all) GetLastError returns ERROR_SUCCESS instead of ERROR_SERVICE_DOES_NOT_EXIST.... 5 May 2008 15:27
missing message when using TRACE output in time-critical apps
Hi, every. I'm using visual c++ 6.0 and debug my apps in DEBUG mode. I have a lot of data to trace out in output window. Which I call "TRACE" in a LOOP, they can plot the data in caculation progress. But I check the output window, I found that some messages lost.( the trace output is no more than 100 chracters eac... 5 May 2008 21:41
where to write temporary files?
hello experts, I am developing a software and I need to create a couple of temp files when the program is running. I need a piece of advice regarding the best place to put them: - Windows\temp directory - User directory - Program directory - ?? Needless to say, the directory must exist and the user must have t... 6 May 2008 11:13
First  |  Prev |  Next  |  Last
Pages: 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83