Click here to Skip to main content
15,892,005 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Replacing virtual function address with global function address Pin
T210224-Nov-09 22:48
T210224-Nov-09 22:48 
AnswerRe: Replacing virtual function address with global function address Pin
Richard MacCutchan24-Nov-09 22:56
mveRichard MacCutchan24-Nov-09 22:56 
AnswerRe: Replacing virtual function address with global function address Pin
CPallini24-Nov-09 23:08
mveCPallini24-Nov-09 23:08 
AnswerRe: Replacing virtual function address with global function address Pin
Stuart Dootson24-Nov-09 23:34
professionalStuart Dootson24-Nov-09 23:34 
GeneralRe: Replacing virtual function address with global function address Pin
abhay4u25-Nov-09 16:48
abhay4u25-Nov-09 16:48 
QuestionHow to set Proxy Module in the MFC dialog ? Pin
wangningyu24-Nov-09 21:36
wangningyu24-Nov-09 21:36 
QuestionGetSaveFileName Problem Pin
002comp24-Nov-09 20:32
002comp24-Nov-09 20:32 
AnswerRe: GetSaveFileName Problem Pin
CPallini24-Nov-09 20:57
mveCPallini24-Nov-09 20:57 
It looks like a new 'improved' (!?!Confused | :confused: ) behaviour introduced with Windows 7.
From MSDN [^]:

lpstrInitialDir
Pointer to a NULL terminated string that can specify the initial directory. The algorithm for selecting the initial directory varies on different platforms.

Windows 7:

1. If lpstrInitialDir has the same value as was passed the first time the application used an Open or Save As dialog box, the path most recently selected by the user is used as the initial directory.
2. Otherwise, if lpstrFile contains a path, that path is the initial directory.
3. Otherwise, if lpstrInitialDir is not NULL, it specifies the initial directory.
4. If lpstrInitialDir is NULL and the current directory contains any files of the specified filter types, the initial directory is the current directory.
5. Otherwise, the initial directory is the personal files directory of the current user.
6. Otherwise, the initial directory is the Desktop folder.


i.e. No luck!

Smile | :)

If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.

This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong.
-- Iain Clarke

[My articles]

AnswerRe: GetSaveFileName Problem Pin
KarstenK24-Nov-09 21:09
mveKarstenK24-Nov-09 21:09 
Question[Message Deleted] Pin
eswar pothula24-Nov-09 19:27
eswar pothula24-Nov-09 19:27 
AnswerRe: is it possible to convert wav file to text file using vc++6.0 Pin
Cedric Moonen24-Nov-09 20:32
Cedric Moonen24-Nov-09 20:32 
General[Message Deleted] Pin
eswar pothula24-Nov-09 22:25
eswar pothula24-Nov-09 22:25 
GeneralRe: is it possible to convert wav file to text file using vc++6.0 Pin
Cedric Moonen24-Nov-09 23:04
Cedric Moonen24-Nov-09 23:04 
QuestionRe: is it possible to convert wav file to text file using vc++6.0 Pin
CPallini24-Nov-09 20:49
mveCPallini24-Nov-09 20:49 
JokeRe: is it possible to convert wav file to text file using vc++6.0 Pin
Cedric Moonen24-Nov-09 21:12
Cedric Moonen24-Nov-09 21:12 
AnswerRe: is it possible to convert wav file to text file using vc++6.0 Pin
KarstenK24-Nov-09 21:08
mveKarstenK24-Nov-09 21:08 
AnswerRe: is it possible to convert wav file to text file using vc++6.0 Pin
Chris Losinger25-Nov-09 5:42
professionalChris Losinger25-Nov-09 5:42 
QuestionGet an exception while opening a file Pin
V K 224-Nov-09 18:01
V K 224-Nov-09 18:01 
AnswerRe: Get an exception while opening a file Pin
«_Superman_»24-Nov-09 18:04
professional«_Superman_»24-Nov-09 18:04 
GeneralRe: Get an exception while opening a file Pin
V K 224-Nov-09 18:30
V K 224-Nov-09 18:30 
QuestionRe: Get an exception while opening a file Pin
«_Superman_»24-Nov-09 19:13
professional«_Superman_»24-Nov-09 19:13 
AnswerRe: Get an exception while opening a file Pin
V K 224-Nov-09 23:25
V K 224-Nov-09 23:25 
AnswerRe: Get an exception while opening a file Pin
Michael Schubert25-Nov-09 1:59
Michael Schubert25-Nov-09 1:59 
QuestionI have hooked the WSARecv function and get the packet . But how can i resend it to the program? Pin
reichtiger24-Nov-09 17:24
reichtiger24-Nov-09 17:24 
AnswerRe: I have hooked the WSARecv function and get the packet . But how can i resend it to the program? Pin
Adam Roderick J24-Nov-09 22:07
Adam Roderick J24-Nov-09 22: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.