Click here to Skip to main content
15,920,633 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Mixed Language C++,Fortran Pin
Viorel.14-Jun-06 0:10
Viorel.14-Jun-06 0:10 
AnswerRe: Mixed Language C++,Fortran Pin
John R. Shaw14-Jun-06 1:31
John R. Shaw14-Jun-06 1:31 
Questionwindows directory dialog Pin
iLL eFFect13-Jun-06 23:25
iLL eFFect13-Jun-06 23:25 
AnswerRe: windows directory dialog Pin
Cedric Moonen13-Jun-06 23:31
Cedric Moonen13-Jun-06 23:31 
GeneralRe: windows directory dialog Pin
iLL eFFect13-Jun-06 23:38
iLL eFFect13-Jun-06 23:38 
GeneralRe: windows directory dialog Pin
Cedric Moonen13-Jun-06 23:46
Cedric Moonen13-Jun-06 23:46 
GeneralRe: windows directory dialog Pin
iLL eFFect14-Jun-06 0:04
iLL eFFect14-Jun-06 0:04 
AnswerRe: windows directory dialog Pin
Blake Miller14-Jun-06 12:31
Blake Miller14-Jun-06 12:31 
The display name of the object selected is returned in the buffer pointed to by the pszDisplayName member of the BROWSEINFO parameter structure.

pszDisplayName
Address of a buffer to receive the display name of the folder selected by the user. The size of this buffer is assumed to be MAX_PATH characters.

D'Oh! | :doh:

BROWSEINFOW dir;
WCHAR wcDisplayName[MAX_PATH];

...
dir.pszDisplayName = DisplayName;
...



I've seen better runs in my shorts! - Patches O'Houlihan
GeneralRe: windows directory dialog Pin
iLL eFFect14-Jun-06 17:56
iLL eFFect14-Jun-06 17:56 
Questionfunction with variable param Pin
blue_rabbit13-Jun-06 23:22
blue_rabbit13-Jun-06 23:22 
AnswerRe: function with variable param Pin
Viorel.13-Jun-06 23:39
Viorel.13-Jun-06 23:39 
AnswerRe: function with variable param Pin
Serge A. Zhirko13-Jun-06 23:46
Serge A. Zhirko13-Jun-06 23:46 
GeneralRe: function with variable param Pin
blue_rabbit13-Jun-06 23:51
blue_rabbit13-Jun-06 23:51 
GeneralRe: function with variable param Pin
toxcct13-Jun-06 23:56
toxcct13-Jun-06 23:56 
Questionhow to get notified when screen resolution changes Pin
GANsJob13-Jun-06 23:20
GANsJob13-Jun-06 23:20 
AnswerRe: how to get notified when screen resolution changes Pin
Viorel.13-Jun-06 23:31
Viorel.13-Jun-06 23:31 
AnswerRe: how to get notified when screen resolution changes Pin
shahshi9-Feb-10 22:06
shahshi9-Feb-10 22:06 
Questionhow to extract properties of msi file using msiexec ? Pin
Supriya Tonape13-Jun-06 23:18
Supriya Tonape13-Jun-06 23:18 
AnswerRe: how to extract properties of msi file using msiexec ? Pin
Blake Miller14-Jun-06 12:33
Blake Miller14-Jun-06 12:33 
AnswerRe: how to extract properties of msi file using msiexec ? [modified] Pin
bob1697214-Jun-06 12:47
bob1697214-Jun-06 12:47 
Questionproperty page Pin
amit.code13-Jun-06 23:17
amit.code13-Jun-06 23:17 
QuestionHow to minimize & Maximize a Dialog Pin
anilksingh13-Jun-06 22:40
anilksingh13-Jun-06 22:40 
AnswerRe: How to minimize & Maximize a Dialog Pin
Hamid_RT13-Jun-06 22:43
Hamid_RT13-Jun-06 22:43 
GeneralRe: How to minimize & Maximize a Dialog Pin
anilksingh13-Jun-06 23:28
anilksingh13-Jun-06 23:28 
GeneralRe: How to minimize & Maximize a Dialog Pin
Eytukan13-Jun-06 23:33
Eytukan13-Jun-06 23:33 

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.