Omgili - forum search, search forums  
  

Discussions about parent_forum:microsoft.public.vc.mfc order:newer

Displaying 1 - 10 out of 1,531 discussions.  
Time Frame: (Any time)   Minimum number of replies: (2)   Minimum number of discussing users: (0)
  |  

Page: 1   2   3   4   5   6   7   8   9   10  
Keep this page open to be updated with the newest discussions automatically.
On Wed, 11 Nov 2009 05:07:27 -0800, "Tom Serface" <tserface@msn.com You can hook into this event to get information about the mouse wheel usage: http://msdn.microsoft.com/en-us/library/eff58fe7(VS.80).aspx Tom "Tony" <tony@home.comnews:eRN...
Started by on , 5 posts by 4 people.  
Answer Snippets (Read the full thread at omgili):
I do have a working solution, which is a bit of a hack, but in PreTranslateMessage... .
On Wed, 11 Nov 2009 14:53:17 -0000, "Tony" <tony@home.com Hi Tom, I tried that, but it only works when a key is held down at the same time, which isnt what I am looking for .
On Wed, 11 Nov 2009 08:43:29 -0000, "Tony" <tony@home.com Hi, Is it possible to detect the direction that a mouse wheel turns? On a Slider Ctrl, using OnHScroll, I can detect SB_THUMBPOSITION, but I can't seem to determine which way the mouse...
Started by on , 6 posts by 4 people.  
Answer Snippets (Read the full thread at omgili):
On Wed, 11 Nov 2009 10:24:27 +0000, David Lowndes <DavidL@example.invalid Tony , SB_THUMBPOSITION tells you the position, why do you need to know the mouse wheel direction? What are you trying to achieve? Dave On Wed, 11 Nov 2009 05:07:27 -0... .
On Wed, 11 Nov 2009 04:09:41 -0800 (PST), Faisal <faisalm83@gmail.com In my program there are boolean vaiables which are shared between a number of threads. In the below code m_bRunning and m_bStopped are shared variables. The function Execute(...
Started by on , 8 posts by 4 people.  
Answer Snippets (Read the full thread at omgili):
For example, what should happen if m_bRunning turns false while... .
On Wed, 11 Nov 2009 08:20:38 -0500, "Igor Tandetnik" <itandetnik@mvps.org I suspect neither will help, but it depends on precisely what "your problem" is that you are trying to solve .
Ask your Facebook Friends
On Tue, 10 Nov 2009 08:19:57 -0500, Joseph M. Newcomer <newcomer@flounder.com See below... On Tue, 10 Nov 2009 00:56:01 -0800 (PST), Hemanth71279 <hemanth.muduganti@gmail.comwrote: You need updated copies of the project libraries and third party...
Started by on , 5 posts by 3 people.  
Answer Snippets (Read the full thread at omgili):
Joe On Tue, 10 Nov 2009 16:43:42 +0100, "Giovanni Dicanio" <giovanniDOTdicanio@REMOVEMEgmail....
That is very interesting.
Newcomer <newcomer@flounder.com I had not considered the encapsulation solution.
On Tue, 10 Nov 2009 13:33:57 -0500, Joseph M .
On Tue, 10 Nov 2009 11:32:10 -0800 (PST), Uwe Kotyczka <uwe.kotyczka@web.de Hi, I have been working with VC6.0 for a long time. Now I have access to Visual Studio 2008 (not at home), so I tried to compile an old VC6.0 project with the new IDE. ...
Started by on , 6 posts by 5 people.  
Answer Snippets (Read the full thread at omgili):
On Tue, 10 Nov 2009 23:49:24 +0100, Kerem Gümrükcü <kareem114@hotmail.com Hi Uwe, where did you read that, please show! AFAIK the Security Enhancements are available starting VS2005: [Security Enhancements in the CRT] http://msdn.microsoft.com... .
On Tue, 10 Nov 2009 00:56:01 -0800 (PST), Hemanth71279 <hemanth.muduganti@gmail.com I've a project which has been converted from VC6 to VC9. Here's my problem. While building this project, it throws a linker error complaining that it cannot open...
Started by on , 4 posts by 3 people.  
Answer Snippets (Read the full thread at omgili):
On Tue, 10 Nov 2009 00:56:01 -0800 (PST), Hemanth71279 <hemanth.muduganti@gmail.comwrote: You need updated copies of the project libraries and third party... .
Newcomer <newcomer@flounder.com See below...
On Tue, 10 Nov 2009 08:19:57 -0500, Joseph M .
On Tue, 10 Nov 2009 07:02:42 -0800 (PST), Scoots <linkingfire@msn.com Hello all, I'm hoping this is easy, but google search is entirely failing me, as the text "readme" causes every application ever written to appear in the results. I have an ...
Started by on , 7 posts by 6 people.  
Answer Snippets (Read the full thread at omgili):
On Tue, 10 Nov 2009 16:22:59 +0100, Kerem Gümrükcü <kareem114@hotmail.com Hi Scoots, if you want exactly to avoid this, then you can add a resource file to your application and compile the readme text into the resource file, then compile your... .
On Tue, 10 Nov 2009 23:18:42 -0800 (PST), Manoj Jangid <manoj.jangid@gmail.com When I call CreateFile() second time I am getting error massege 231 [ERROR_PIPE_BUSY - All pipe instances are busy] I am sending message from service application to ...
Started by on , 4 posts by 2 people.  
Answer Snippets (Read the full thread at omgili):
Without a call to ConnectNamedPipe in the server, I would be surprised... .
On Wed, 11 Nov 2009 01:15:54 -0800 (PST), Goran <goran.pusic@gmail.com Hi! It simply looks like you did not make your server wait on a client connection through ConnectNamedPipe .
On Mon, 9 Nov 2009 04:50:39 -0800 (PST), divya_rathore <divyarathore@gmail.com Hi Folks, I would be interested in studying a sample code that implements multiple threads utilizing multiple cores.. Consider this scenario: I have a LARGE image w...
Started by on , 5 posts by 3 people.  
Answer Snippets (Read the full thread at omgili):
If the algorithm involves adjacent-pixel transformations and therefore has some kind of relationship between... .
However, there are some caveats.
Newcomer <newcomer@flounder.com The approach is reasonable.
On Mon, 09 Nov 2009 09:07:22 -0500, Joseph M .
On Mon, 09 Nov 2009 12:02:36 +0100, Fred <fred@laposte.net Hi everyone, I'm trying to "include" a CMap in another CMap, and it isn't working very well... Here's the faulting code: ******* IAMMetaDataCategory.h ********** #pragma once #include...
Started by on , 12 posts by 5 people.  
Answer Snippets (Read the full thread at omgili):
Fred On Mon, 9 Nov 2009 12:45:27 +0100, "Giovanni Dicanio" <giovanniDOTdicanio@REMOVEMEgmail.com I think the problem is that CMap derives from CObject... .
On Mon, 09 Nov 2009 12:04:27 +0100, Fred <fred@laposte.net Fred a écrit : - [snip] Thanks .
Page: 1   2   3   4   5   6   7   8   9   10  
More Information


Forum Search About Omgili Help Plugins Forum/Board Owners Privacy

i
In Title
In Topic
In Reply
Exclude
Boost