Click here to Skip to main content
15,895,740 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
QuestionHIMETRIC_INCH undeclared??! wth? Pin
Kuniva26-Nov-04 5:06
Kuniva26-Nov-04 5:06 
AnswerRe: HIMETRIC_INCH undeclared??! wth? Pin
Alexander M.,26-Nov-04 5:13
Alexander M.,26-Nov-04 5:13 
GeneralRe: HIMETRIC_INCH undeclared??! wth? Pin
Kuniva26-Nov-04 5:20
Kuniva26-Nov-04 5:20 
AnswerRe: HIMETRIC_INCH undeclared??! wth? Pin
Jack Puppy26-Nov-04 7:18
Jack Puppy26-Nov-04 7:18 
AnswerRe: HIMETRIC_INCH undeclared??! wth? Pin
John R. Shaw26-Nov-04 7:37
John R. Shaw26-Nov-04 7:37 
GeneralRe: HIMETRIC_INCH undeclared??! wth? Pin
Kuniva26-Nov-04 7:43
Kuniva26-Nov-04 7:43 
GeneralRe: HIMETRIC_INCH undeclared??! wth? Pin
John R. Shaw26-Nov-04 8:28
John R. Shaw26-Nov-04 8:28 
GeneralRe: HIMETRIC_INCH undeclared??! wth? Pin
Kuniva26-Nov-04 10:08
Kuniva26-Nov-04 10:08 
GeneralMX-record lookup using 'windns.h' Pin
qwertasdfg26-Nov-04 4:52
qwertasdfg26-Nov-04 4:52 
GeneralC++ source code (stacks and Queues) Pin
fckyy26-Nov-04 4:14
fckyy26-Nov-04 4:14 
GeneralRe: C++ source code (stacks and Queues) Pin
Alexander M.,26-Nov-04 5:16
Alexander M.,26-Nov-04 5:16 

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.