Click here to Skip to main content
15,914,222 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Monitoring a folder for new files Pin
BlackDice30-Sep-04 3:21
BlackDice30-Sep-04 3:21 
GeneralRe: Monitoring a folder for new files Pin
David Crow30-Sep-04 4:13
David Crow30-Sep-04 4:13 
GeneralRe: Monitoring a folder for new files Pin
BlackDice30-Sep-04 6:01
BlackDice30-Sep-04 6:01 
QuestionHow to capture an image from an USB WebCam? Pin
Anonymous27-Sep-04 5:57
Anonymous27-Sep-04 5:57 
AnswerRe: How to capture an image from an USB WebCam? Pin
GermanGeorge28-Sep-04 4:21
GermanGeorge28-Sep-04 4:21 
AnswerRe: How to capture an image from an USB WebCam? Pin
c.mora29-Sep-04 9:01
c.mora29-Sep-04 9:01 
QuestionHow to get vertical tabs with Property Sheets Pin
AnotherTompa27-Sep-04 5:48
AnotherTompa27-Sep-04 5:48 
AnswerRe: How to get vertical tabs with Property Sheets Pin
Yves Tkaczyk27-Sep-04 7:57
Yves Tkaczyk27-Sep-04 7:57 
There are a few classes that let you replace the tab control with a tree. This is an elegant solution especially on XP where the tab control is not drawn properly when it is not at the top. CTreePropSheet[^]and CTreePropSheetEx[^] both inherit from CPropertySheet and use CPropertyPage object for the pages so this should have minimum impact on your existing code.

Yves
GeneralRe: How to get vertical tabs with Property Sheets Pin
AnotherTompa28-Sep-04 23:24
AnotherTompa28-Sep-04 23:24 
QuestionPossible to Bold Text in List Box Control? Pin
Anonymous27-Sep-04 5:01
Anonymous27-Sep-04 5:01 
AnswerRe: Possible to Bold Text in List Box Control? Pin
David Salter27-Sep-04 5:18
David Salter27-Sep-04 5:18 
GeneralProblem with the SetWindowText Pin
Neelesh K J Jain27-Sep-04 4:43
Neelesh K J Jain27-Sep-04 4:43 
GeneralRe: Problem with the SetWindowText Pin
David Crow27-Sep-04 4:54
David Crow27-Sep-04 4:54 
GeneralCombobox problem Pin
wolfjj27-Sep-04 4:14
wolfjj27-Sep-04 4:14 
GeneralRe: Combobox problem Pin
David Crow27-Sep-04 5:01
David Crow27-Sep-04 5:01 
GeneralRe: Combobox problem Pin
wolfjj27-Sep-04 5:40
wolfjj27-Sep-04 5:40 
GeneralRe: Combobox problem Pin
David Crow27-Sep-04 5:53
David Crow27-Sep-04 5:53 
GeneralRe: Combobox problem Pin
wolfjj27-Sep-04 6:01
wolfjj27-Sep-04 6:01 
GeneralRe: Combobox problem Pin
Tom Wright27-Sep-04 6:59
Tom Wright27-Sep-04 6:59 
GeneralRe: Combobox problem Pin
wolfjj27-Sep-04 7:21
wolfjj27-Sep-04 7:21 
GeneralRe: Combobox problem Pin
David Crow27-Sep-04 8:30
David Crow27-Sep-04 8:30 
GeneralRe: Combobox problem Pin
wolfjj27-Sep-04 8:46
wolfjj27-Sep-04 8:46 
GeneralRe: Combobox problem Pin
David Crow27-Sep-04 8:57
David Crow27-Sep-04 8:57 
GeneralRe: Combobox problem Pin
wolfjj27-Sep-04 9:22
wolfjj27-Sep-04 9:22 
GeneralRe: Combobox problem Pin
David Crow27-Sep-04 9:29
David Crow27-Sep-04 9:29 

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.