Click here to Skip to main content
15,893,487 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionUndelete a File in NTFS Pin
venkatglasses11-Sep-09 18:12
venkatglasses11-Sep-09 18:12 
AnswerRe: Undelete a File in NTFS Pin
Richard Andrew x6411-Sep-09 18:31
professionalRichard Andrew x6411-Sep-09 18:31 
AnswerRe: Undelete a File in NTFS Pin
«_Superman_»11-Sep-09 20:08
professional«_Superman_»11-Sep-09 20:08 
QuestionHow to decide if GPRS service is down in a C++ application (UDP socket) Pin
nahitan11-Sep-09 16:09
nahitan11-Sep-09 16:09 
QuestionRe: How to decide if GPRS service is down in a C++ application (UDP socket) Pin
Moak12-Sep-09 3:54
Moak12-Sep-09 3:54 
AnswerRe: How to decide if GPRS service is down in a C++ application (UDP socket) Pin
nahitan12-Sep-09 18:16
nahitan12-Sep-09 18:16 
GeneralRe: How to decide if GPRS service is down in a C++ application (UDP socket) Pin
Moak12-Sep-09 22:28
Moak12-Sep-09 22:28 
QuestionProblem with Tooltips for CTabCtrl [modified] Pin
Bob Blean11-Sep-09 14:43
Bob Blean11-Sep-09 14:43 
I am having trouble getting tooltips right for CTabCtrl when it has enough tabs that the spinner is up to scroll through the tabs.

If I use CTabCtrl::SetToolTips(), then a tab's tooltip stays with it, even when the tabs scroll (good). The problem is that it seems to take my tool ID (1, 2, ... N) as an index into the tabs -- and zero is not a valid ID (asserts in MFC), so I cannot have a tooltip for the first tab.

Alternatively, I can do the tooltips on my own -- the problem there is that I do not know how to tell when the tabs scroll so I can update the tooltip control's rects. WM_HSCROLL works for the spinner, but not if the scrolling happened because of a right- or left-arrow key.

I could set to supply the tooltip text each time, and on each request compare the cursor postion to the tab rect's, but that seems like a heavyweight kludge. (I could also go to multi-line tabs, but do not want to do that.)

So, what is the correct way to do it?

TIA,
Bob

modified on Sunday, September 13, 2009 3:41 PM

QuestionHow to use a list ctrl to select an item Pin
Chiman111-Sep-09 10:19
Chiman111-Sep-09 10:19 
AnswerRe: How to use a list ctrl to select an item Pin
David Crow11-Sep-09 14:25
David Crow11-Sep-09 14:25 
AnswerRe: How to use a list ctrl to select an item Pin
«_Superman_»11-Sep-09 20:22
professional«_Superman_»11-Sep-09 20:22 
QuestionTransparent Bitmaps Pin
kylur11-Sep-09 8:48
kylur11-Sep-09 8:48 
AnswerRe: Transparent Bitmaps Pin
Chris Losinger11-Sep-09 9:03
professionalChris Losinger11-Sep-09 9:03 
GeneralRe: Transparent Bitmaps Pin
kilt14-Sep-09 2:19
kilt14-Sep-09 2:19 
GeneralRe: Transparent Bitmaps Pin
kylur14-Sep-09 2:36
kylur14-Sep-09 2:36 
GeneralRe: Transparent Bitmaps Pin
Chris Losinger14-Sep-09 4:05
professionalChris Losinger14-Sep-09 4:05 
QuestionI need a library file or some program which is similar to bigint() class library in the C++. Pin
nowrocktheworld11-Sep-09 8:32
nowrocktheworld11-Sep-09 8:32 
AnswerRe: I need a library file or some program which is similar to bigint() class library in the C++. Pin
Saurabh.Garg11-Sep-09 22:03
Saurabh.Garg11-Sep-09 22:03 
Question[C++ Error] exception(15): E2141 Declaration syntax error Pin
gordon305611-Sep-09 6:25
gordon305611-Sep-09 6:25 
AnswerRe: [C++ Error] exception(15): E2141 Declaration syntax error Pin
UKM_Student11-Sep-09 6:29
UKM_Student11-Sep-09 6:29 
GeneralRe: [C++ Error] exception(15): E2141 Declaration syntax error Pin
gordon305611-Sep-09 7:52
gordon305611-Sep-09 7:52 
GeneralRe: [C++ Error] exception(15): E2141 Declaration syntax error Pin
UKM_Student11-Sep-09 7:53
UKM_Student11-Sep-09 7:53 
General[C++ Error] exception(15): E2141 Declaration syntax error Pin
gordon305611-Sep-09 8:04
gordon305611-Sep-09 8:04 
GeneralRe: [C++ Error] exception(15): E2141 Declaration syntax error Pin
Maximilien11-Sep-09 8:02
Maximilien11-Sep-09 8:02 
GeneralRe: [C++ Error] exception(15): E2141 Declaration syntax error Pin
Nemanja Trifunovic11-Sep-09 8:06
Nemanja Trifunovic11-Sep-09 8:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.