Click here to Skip to main content
15,888,527 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Visual Studio unmanaged C++ TCP/IP client-server examples Pin
Richard MacCutchan15-May-10 4:23
mveRichard MacCutchan15-May-10 4:23 
GeneralRe: Visual Studio unmanaged C++ TCP/IP client-server examples Pin
Stevo Z15-May-10 4:41
Stevo Z15-May-10 4:41 
NewsRe: Visual Studio unmanaged C++ TCP/IP client-server examples Pin
norish15-May-10 4:11
norish15-May-10 4:11 
GeneralRe: Visual Studio unmanaged C++ TCP/IP client-server examples Pin
Stevo Z15-May-10 4:35
Stevo Z15-May-10 4:35 
AnswerRe: Visual Studio unmanaged C++ TCP/IP client-server examples Pin
Moak15-May-10 4:34
Moak15-May-10 4:34 
GeneralRe: Visual Studio unmanaged C++ TCP/IP client-server examples Pin
Stevo Z15-May-10 4:40
Stevo Z15-May-10 4:40 
QuestionHow can restrict to shortcuts not displayed in CFileDialog? Pin
Le@rner14-May-10 22:01
Le@rner14-May-10 22:01 
AnswerRe: How can restrict to shortcuts not displayed in CFileDialog? Pin
sashoalm15-May-10 1:10
sashoalm15-May-10 1:10 
you can specify a filter in the OPENFILENAME struct, for example

ofn.lpstrFilter = _T("Word Files (*.doc; *.docx)\0*.doc;*.docx\0");


But that is a whitelist, i.e. nothing other than doc/docx files will be shown. AFAIK there's no way to exclude an extension, but allow anything else.
There is sufficient light for those who desire to see, and there is sufficient darkness for those of a contrary disposition.
Blaise Pascal

GeneralRe: How can restrict to shortcuts not displayed in CFileDialog? Pin
Le@rner15-May-10 1:15
Le@rner15-May-10 1:15 
GeneralRe: How can restrict to shortcuts not displayed in CFileDialog? Pin
Gary R. Wheeler15-May-10 1:58
Gary R. Wheeler15-May-10 1:58 
GeneralRe: How can restrict to shortcuts not displayed in CFileDialog? Pin
Le@rner15-May-10 2:02
Le@rner15-May-10 2:02 
GeneralRe: How can restrict to shortcuts not displayed in CFileDialog? Pin
sashoalm15-May-10 2:17
sashoalm15-May-10 2:17 
GeneralRe: How can restrict to shortcuts not displayed in CFileDialog? Pin
Le@rner15-May-10 2:23
Le@rner15-May-10 2:23 
GeneralRe: How can restrict to shortcuts not displayed in CFileDialog? Pin
sashoalm15-May-10 2:13
sashoalm15-May-10 2:13 
GeneralRe: How can restrict to shortcuts not displayed in CFileDialog? Pin
Gary R. Wheeler15-May-10 2:35
Gary R. Wheeler15-May-10 2:35 
Questionhow i can use AsyncSelect Pin
Member 365375114-May-10 19:55
Member 365375114-May-10 19:55 
AnswerRe: how i can use AsyncSelect Pin
Moak14-May-10 23:06
Moak14-May-10 23:06 
QuestionDialog size should change to the system screen size Pin
tho_mee14-May-10 14:40
tho_mee14-May-10 14:40 
AnswerRe: Dialog size should change to the system screen size Pin
loyal ginger14-May-10 15:43
loyal ginger14-May-10 15:43 
AnswerRe: Dialog size should change to the system screen size Pin
Xeqtr14-May-10 23:03
Xeqtr14-May-10 23:03 
GeneralRe: Dialog size should change to the system screen size Pin
loyal ginger15-May-10 10:52
loyal ginger15-May-10 10:52 
GeneralRe: Dialog size should change to the system screen size Pin
Xeqtr15-May-10 11:01
Xeqtr15-May-10 11:01 
GeneralRe: Dialog size should change to the system screen size Pin
tho_mee16-May-10 6:04
tho_mee16-May-10 6:04 
AnswerRe: Dialog size should change to the system screen size Pin
Xeqtr16-May-10 7:31
Xeqtr16-May-10 7:31 
GeneralRe: Dialog size should change to the system screen size Pin
chikach17-May-10 7:07
chikach17-May-10 7:07 

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.