First  |  Prev |  Next  |  Last
Pages: 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
CSliderCtrl : Overwriting the tooltip text
Hello All, I would like to change the text from the default tooltip of a Slider control. The default settings show the position but I would like to show a range name instead. Anyone knows how to do this? Regards, ... 26 Jan 2010 13:15
Intellisense
I have three source files that contain an identical block of code which builds an array: num_637->Add(Numbers5); num_637->Add(Numbers6); num_637->Add(Numbers7); num_637->Add(Numbers8); num_637->Add(Numbers9); num_637->Add(Numbers10); num_637->SetCatLimit(); num_637->SetShuffleSwitch(2); In one of... 26 Jan 2010 16:41
MFC executable is 100% slower on faster machine
I recently upgraded my computer hardware from a 2.4 Ghz Celeron to a 2.66 Ghz Core i5 and an MFC application that I developed runs only half as fast on the faster machine. What could be causing this? Both machines have identical sata hard-drives, and the fast machine has much faster RAM 1333 ddr3 and 4.0 GB.... 2 Feb 2010 17:36
Thread Pool Class?
Can anyone recommend a good thread pool class? ... 23 Jan 2010 06:35
Force a resize of CMFCStatusBar
I am using the new and improved CMFCStatusBar class and have inserted some clever little icons... BUT the statusbar doesn't resize to center the icons vertically until I move the mainframe by clicking on it and dragging it. How can I force the statusbar to resize at runtime so the icons fit. I've tried Invalida... 23 Jan 2010 03:23
Property Management Plymouth
Letting Agents Plymouth - Portrait Properties - Property Letting Agents for Flats, Houses and all types of property To Rent In Plymouth ,Property Management Plymouth, luxury flats in Plymouth, Rentals and Management Agents, Residential & Commercial Properties , Individual Houses, Apartments in Plymouth, Devon ... 22 Jan 2010 06:13
Accessing all parts of too big dialog box
Dear all: I have a dialog box that turns out to be too be big to be shown on screens with low screen resolution. Seemingly there are users that have such a low screen resolution, so changing it to a higher resolution is not a option. I have figured out that if I enable the system menu, the system menu can be ... 22 Jan 2010 02:56
Parsing CSV files
What is the easiest way of reading a line at a time through a textual CSV file, and then extracting the comma-separated elements from each line? ... 3 Feb 2010 15:10
tooltip for controls on a dialog application
I try to add tooltips for my controls on a dialog application. in OnInitDialog(), I add : EnableToolTips(TRUE); Then I add ON_NOTIFY_EX(TTN_NEEDTEXT, 0, OnToolTipNotify) in message map: BEGIN_MESSAGE_MAP(CMFC_ZoomDlg, CDialog) .... ON_NOTIFY_EX(TTN_NEEDTEXT, 0, OnToolTipNotify) .... END_MESSAGE_MAP()... 22 Jan 2010 14:06
Developing apps for Win 64 bit platforms
Hi, I'm developing an app which has to run on 32 and 64 bit versions of Win Vista/ Win 7 and XP. Are there any special considerations that I need to take care of when developing for 64-bit? TIA, JY ... 9 Feb 2010 06:12
First  |  Prev |  Next  |  Last
Pages: 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60