Click here to Skip to main content
15,904,416 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Passing a function as a argument to a function? Pin
Chris Losinger26-Nov-04 17:58
professionalChris Losinger26-Nov-04 17:58 
GeneralRe: Passing a function as a argument to a function? Pin
FocusedWolf27-Nov-04 5:35
FocusedWolf27-Nov-04 5:35 
GeneralRe: Passing a function as a argument to a function? Pin
Michael Dunn27-Nov-04 8:38
sitebuilderMichael Dunn27-Nov-04 8:38 
GeneralHelp with formatting a CString Pin
Chris Meech26-Nov-04 9:05
Chris Meech26-Nov-04 9:05 
GeneralRe: Help with formatting a CString Pin
PJ Arends26-Nov-04 10:29
professionalPJ Arends26-Nov-04 10:29 
GeneralRe: Help with formatting a CString Pin
Jack Puppy26-Nov-04 13:14
Jack Puppy26-Nov-04 13:14 
GeneralRe: Help with formatting a CString Pin
Chris Meech29-Nov-04 3:32
Chris Meech29-Nov-04 3:32 
GeneralRe: Help with formatting a CString Pin
Gary R. Wheeler27-Nov-04 2:30
Gary R. Wheeler27-Nov-04 2:30 
GeneralRe: Help with formatting a CString Pin
Chris Meech29-Nov-04 3:38
Chris Meech29-Nov-04 3:38 
GeneralRe: Help with formatting a CString Pin
Gary R. Wheeler29-Nov-04 15:12
Gary R. Wheeler29-Nov-04 15:12 
GeneralRe: Help with formatting a CString Pin
Chris Meech30-Nov-04 3:18
Chris Meech30-Nov-04 3:18 
Generaladd line number indicator in MFC document project Pin
zhngmm26-Nov-04 8:45
zhngmm26-Nov-04 8:45 
GeneralRe: add line number indicator in MFC document project Pin
PJ Arends26-Nov-04 10:31
professionalPJ Arends26-Nov-04 10:31 
GeneralRe: add line number indicator in MFC document project Pin
zhngmm26-Nov-04 12:26
zhngmm26-Nov-04 12:26 
GeneralArray - Strings of Characters. Pin
raf-sp26-Nov-04 7:13
raf-sp26-Nov-04 7:13 
GeneralRe: Array - Strings of Characters. Pin
suiram4026-Nov-04 7:18
suiram4026-Nov-04 7:18 
GeneralRe: Array - Strings of Characters. Pin
John R. Shaw26-Nov-04 7:22
John R. Shaw26-Nov-04 7:22 
GeneralRe: Array - Strings of Characters. Pin
raf-sp26-Nov-04 7:34
raf-sp26-Nov-04 7:34 
GeneralXP CFileDialog & RichEdit multithreaded app Pin
suiram4026-Nov-04 6:58
suiram4026-Nov-04 6:58 
I have an app whs entering MTA instead STA by calling
HRESULT hr = CoInitializeEx(NULL, COINIT_MULTITHREADED);
Now on Windows XP OS all common openfile dialogs behave
'microsoft way'
Any FileOpen Dialog even the style is OFN_EXLORER, or not, or
even I am using extended structure to get the XP left crap I get
folowings.
Current browsing folder have only bmp files.
In FileType Combobox I have 2 file filters, eg. (*.bmp) and (*jpg)
Default selection is bmp. I see the bmp files in the listview.
I am changing the File Types: to jpg. The list view is empty.
Now I change back to bmp. The list box is still empty !!!. There is no way to repopulate the list view unless I type explicit the *.bmp
in the File Name Edit Control.
Also none of the rich edit controls work. They crash.
If I join a STA CoInitialize() everithing is OK but I need the MTA.
If you know any work around couse I searched at msdn and ...
Thank you.


GeneralRe: XP CFileDialog & RichEdit multithreaded app Pin
suiram4026-Nov-04 10:24
suiram4026-Nov-04 10:24 
GeneralThousands Separator Pin
BRIMID26-Nov-04 6:44
BRIMID26-Nov-04 6:44 
GeneralRe: Thousands Separator Pin
Maximilien26-Nov-04 7:01
Maximilien26-Nov-04 7:01 
Generaldo while loop. Pin
Anonymous26-Nov-04 6:00
Anonymous26-Nov-04 6:00 
GeneralReading Outlook PST files Pin
Kri526-Nov-04 5:21
Kri526-Nov-04 5:21 
GeneralRe: Reading Outlook PST files Pin
David Cader26-Nov-04 6:05
David Cader26-Nov-04 6:05 

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.