First  |  Prev |  Next  |  Last
Pages: 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122
Button icon + text
I think that there are only two ways of creating buttons with icon + text, owner-drawn or custom-drawn. Which is the "correct" way? Thanks. ... 25 Apr 2008 21:11
Their Bvlgari Blvgari watch is the iconic watch of their watch assortment. It’s true contemporary design is enhanced by a double logo bevel on a perfectly cut cylinder. The amount of options is endless in this. No matter what option is chosen, if saf
Their Bvlgari Blvgari watch is the iconic watch of their watch assortment. It’s true contemporary design is enhanced by a double logo bevel on a perfectly cut cylinder. The amount of options is endless in this. No matter what option is chosen, if safe to say this watch just speaks sophistication. ... 25 Apr 2008 05:17
Their Bvlgari Blvgari watch is the iconic watch of their watch assortment. It’s true contemporary design is enhanced by a double logo bevel on a perfectly cut cylinder. The amount of options is endless in this. No matter what option is chosen, if saf
Their Bvlgari Blvgari watch is the iconic watch of their watch assortment. It’s true contemporary design is enhanced by a double logo bevel on a perfectly cut cylinder. The amount of options is endless in this. No matter what option is chosen, if safe to say this watch just speaks sophistication. ... 25 Apr 2008 04:30
Main app closes, modal dlg stays
As the title says. An application shows a modal dialog (about box, options, whatever). The application is terminated by the user (via an icon in the system tray) but the modal dialog stays open. I can't understand why. What is going on in the main app (dialog based)? Shouldn't it all be dismissed? Thank you al... 26 Apr 2008 11:30
How to modify program when running on x64 platform?
I have a mfc project and run successfully on x32 platform, but it can't work on x64 platform. In my project, i would use below functions to work. //Find Device SetupDiGetClassDevs$B!"(BSetupDiEnumDeviceInterfaces$B!"(BSetupDiGetDeviceInterfaceDetail CM_Locate_DevNode$B!"(BCM_Get_Child$B!"(BCM_Get_Device_... 5 May 2008 01:57
My Application detected as Virus by some Anti virus software
Hi I am sorry I do not know where to get help for this issue But I my application is in MFC I think this is most suitable thread where I should Post. My Application is detected as virus by anti virus software. I do not have any Idea how antivirus work and I need help for this issue. Yes I use to read and ... 30 Apr 2008 08:35
Type mismatch error when opening word doc using automation
I get a Type Mismatch error when trying to open word file by using automation. I am using msword.h header from Office 2007 and compiling with VC++ 6.0. CoInitialize(0); _Application oWord ; Documents oDocs; _Document oDoc; COleVariant vOpt(DISP_E_PARAMNOTFOUND, VT_ERROR); //For optional args //Start Wo... 26 Apr 2008 09:09
MultibyteToWideChar not working properly?
Hi all, I am trying to use MultiByteToWideChar function to detect invalid encoded strings (in US-ASCII 7-bit for example). The input string I use is UTF-8 encoded E2:82:AC (euro sign), which is not a valid ASCII-7 string. The call is as follows: char *input_data = "\342\202\254"; /* octal */ long n_out = Mul... 27 Apr 2008 08:47
WM_ON_PAINT gets called too much
Hi there, I'm developing an application that requires multiple OpenGL windows within their own floating CDockablePane. I used examples from this article ( http://www.gamedev.net/reference/articles/article1358.asp) to create the OpenGL classes, (I had to convert the main class from being a CView to a CWnd, howe... 24 Apr 2008 13:25
Zoom support for CRichEditCtrl
Hi, Does CRichEditCtrl zoom work properly? In my case ::SendMessage(m_pRichEdit->m_hWnd, EM_SETZOOM, 200, 100); is working but not ::SendMessage(m_pRichEdit->m_hWnd, EM_SETZOOM, 50, 100); What could be the reason? How can I add zoom support for the text inside CRichEditCtrl with the ability to typ... 24 Apr 2008 14:13
First  |  Prev |  Next  |  Last
Pages: 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122