Click here to Skip to main content
15,900,686 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: CFileDialog doesn't update when I change the file type. Pin
IlanTal30-Mar-06 2:33
IlanTal30-Mar-06 2:33 
AnswerRe: CFileDialog doesn't update when I change the file type. Pin
Hamid_RT30-Mar-06 2:12
Hamid_RT30-Mar-06 2:12 
GeneralRe: CFileDialog doesn't update when I change the file type. Pin
IlanTal30-Mar-06 2:18
IlanTal30-Mar-06 2:18 
QuestionHow can i input a string(user input) into Static Text that string display in length of Static Text on screen. Pin
fcoder29-Mar-06 23:23
fcoder29-Mar-06 23:23 
AnswerRe: How can i input a string(user input) into Static Text that string display in length of Static Text on screen. Pin
toxcct29-Mar-06 23:26
toxcct29-Mar-06 23:26 
GeneralRe: How can i input a string(user input) into Static Text that string display in length of Static Text on screen. Pin
fcoder29-Mar-06 23:32
fcoder29-Mar-06 23:32 
GeneralRe: How can i input a string(user input) into Static Text that string display in length of Static Text on screen. Pin
Waldermort30-Mar-06 0:06
Waldermort30-Mar-06 0:06 
GeneralRe: How can i input a string(user input) into Static Text that string display in length of Static Text on screen. Pin
FarPointer30-Mar-06 2:04
FarPointer30-Mar-06 2:04 
GeneralRe: How can i input a string(user input) into Static Text that string display in length of Static Text on screen. Pin
toxcct30-Mar-06 2:07
toxcct30-Mar-06 2:07 
GeneralRe: How can i input a string(user input) into Static Text that string display in length of Static Text on screen. Pin
FarPointer30-Mar-06 2:12
FarPointer30-Mar-06 2:12 
QuestionRe: How can i input a string(user input) into Static Text that string display in length of Static Text on screen. Pin
David Crow30-Mar-06 2:11
David Crow30-Mar-06 2:11 
AnswerRe: How can i input a string(user input) into Static Text that string display in length of Static Text on screen. Pin
toxcct30-Mar-06 2:15
toxcct30-Mar-06 2:15 
AnswerRe: How can i input a string(user input) into Static Text that string display in length of Static Text on screen. Pin
Ganesh_T30-Mar-06 0:01
Ganesh_T30-Mar-06 0:01 
AnswerRe: How can i input a string(user input) into Static Text that string display in length of Static Text on screen. Pin
Hamid_RT30-Mar-06 1:27
Hamid_RT30-Mar-06 1:27 
QuestionHow to avert flicking? about List control Pin
chybin29-Mar-06 23:22
chybin29-Mar-06 23:22 
AnswerRe: How to avert flicking? about List control Pin
Justin Tay29-Mar-06 23:45
Justin Tay29-Mar-06 23:45 
Set the extended list view style LVS_EX_DOUBLEBUFFER

If you need this to work on older windows systems you'll have to do the double buffering yourself.
GeneralRe: How to avert flicking? about List control Pin
Ștefan-Mihai MOGA30-Mar-06 0:02
professionalȘtefan-Mihai MOGA30-Mar-06 0:02 
GeneralRe: How to avert flicking? about List control Pin
Justin Tay30-Mar-06 1:03
Justin Tay30-Mar-06 1:03 
GeneralRe: How to avert flicking? about List control Pin
FarPointer30-Mar-06 2:09
FarPointer30-Mar-06 2:09 
GeneralRe: How to avert flicking? about List control Pin
Justin Tay30-Mar-06 2:20
Justin Tay30-Mar-06 2:20 
GeneralRe: How to avert flicking? about List control Pin
FarPointer30-Mar-06 2:30
FarPointer30-Mar-06 2:30 
GeneralRe: How to avert flicking? about List control Pin
Justin Tay30-Mar-06 2:37
Justin Tay30-Mar-06 2:37 
GeneralRe: How to avert flicking? about List control Pin
FarPointer30-Mar-06 4:42
FarPointer30-Mar-06 4:42 
GeneralRe: How to avert flicking? about List control Pin
chybin30-Mar-06 14:55
chybin30-Mar-06 14:55 
AnswerRe: How to avert flicking? about List control Pin
James R. Twine30-Mar-06 4:39
James R. Twine30-Mar-06 4:39 

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.