Click here to Skip to main content
16,007,809 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: AfxBeginThread Pin
Cedric Moonen28-Jul-06 0:45
Cedric Moonen28-Jul-06 0:45 
GeneralRe: AfxBeginThread Pin
tanarnelinistit28-Jul-06 0:55
tanarnelinistit28-Jul-06 0:55 
GeneralRe: AfxBeginThread Pin
Cedric Moonen28-Jul-06 1:04
Cedric Moonen28-Jul-06 1:04 
GeneralRe: AfxBeginThread Pin
tanarnelinistit28-Jul-06 1:30
tanarnelinistit28-Jul-06 1:30 
GeneralRe: AfxBeginThread Pin
Cedric Moonen28-Jul-06 1:35
Cedric Moonen28-Jul-06 1:35 
GeneralRe: AfxBeginThread Pin
tanarnelinistit28-Jul-06 1:53
tanarnelinistit28-Jul-06 1:53 
AnswerRe: AfxBeginThread Pin
Hamid_RT27-Jul-06 23:29
Hamid_RT27-Jul-06 23:29 
Questionfiles displayed on the CFileDialog Pin
see me27-Jul-06 23:14
see me27-Jul-06 23:14 
Hi,

I hav a class which derived from the CFileDialog.
I gave OFN_ALLOWMULTISELECT option for that.

I want to update the CfileDialog when I change the file extension. So I override the function OnTypeChange() in that ...

I don't know what is the next..?

How can I update the files displayed on the CFileDialog window, when i change the extension( file type ) ????

I just tried it...!
CFileDialog is not updating that...!

CString szFilter = "AVI Files (*.AVI)|*.AVI|Bitmap Files (*.bmp)|*.bmp|All Files (*.*)|*.*||";<br />
CFileDialog FileSelect( TRUE, NULL, NULL, OFN_ALLOWMULTISELECT, szFilter, this ); 



Dream bigger... Do bigger...Expect smaller
aji

Questionmem allocation in console app Pin
9ine27-Jul-06 23:00
9ine27-Jul-06 23:00 
AnswerRe: mem allocation in console app Pin
Jonathan [Darka]27-Jul-06 23:02
professionalJonathan [Darka]27-Jul-06 23:02 
AnswerRe: mem allocation in console app Pin
toxcct27-Jul-06 23:02
toxcct27-Jul-06 23:02 
GeneralRe: mem allocation in console app Pin
9ine27-Jul-06 23:25
9ine27-Jul-06 23:25 
GeneralRe: mem allocation in console app Pin
toxcct27-Jul-06 23:29
toxcct27-Jul-06 23:29 
GeneralRe: mem allocation in console app Pin
9ine28-Jul-06 0:57
9ine28-Jul-06 0:57 
GeneralRe: mem allocation in console app Pin
Zac Howland28-Jul-06 9:30
Zac Howland28-Jul-06 9:30 
GeneralRe: mem allocation in console app Pin
9ine1-Aug-06 6:24
9ine1-Aug-06 6:24 
GeneralRe: mem allocation in console app Pin
Gary R. Wheeler29-Jul-06 3:31
Gary R. Wheeler29-Jul-06 3:31 
QuestionVS6 Linker looking for Include files? Pin
Storm-blade27-Jul-06 22:49
professionalStorm-blade27-Jul-06 22:49 
AnswerRe: VS6 Linker looking for Include files? Pin
toxcct27-Jul-06 22:55
toxcct27-Jul-06 22:55 
GeneralRe: VS6 Linker looking for Include files? Pin
Storm-blade27-Jul-06 23:59
professionalStorm-blade27-Jul-06 23:59 
AnswerRe: VS6 Linker looking for Include files? Pin
Cedric Moonen27-Jul-06 22:58
Cedric Moonen27-Jul-06 22:58 
GeneralRe: VS6 Linker looking for Include files? Pin
Storm-blade27-Jul-06 23:58
professionalStorm-blade27-Jul-06 23:58 
GeneralRe: VS6 Linker looking for Include files? Pin
Cedric Moonen28-Jul-06 0:06
Cedric Moonen28-Jul-06 0:06 
AnswerRe: VS6 Linker looking for Include files? Pin
Hamid_RT27-Jul-06 23:07
Hamid_RT27-Jul-06 23:07 
AnswerRe: VS6 Linker looking for Include files? Pin
KarstenK27-Jul-06 23:13
mveKarstenK27-Jul-06 23:13 

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.