Click here to Skip to main content
15,916,463 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralSHGetFileInfo question Pin
alex.barylski1-Aug-03 8:42
alex.barylski1-Aug-03 8:42 
GeneralRe: SHGetFileInfo question Pin
David Crow1-Aug-03 9:31
David Crow1-Aug-03 9:31 
Generalmfco42d.dll installer runtime error Pin
Hashim Saleem1-Aug-03 7:05
Hashim Saleem1-Aug-03 7:05 
GeneralRe: mfco42d.dll installer runtime error Pin
Michael Dunn1-Aug-03 7:24
sitebuilderMichael Dunn1-Aug-03 7:24 
GeneralRe: mfco42d.dll installer runtime error Pin
Hashim Saleem1-Aug-03 7:56
Hashim Saleem1-Aug-03 7:56 
GeneralRe: mfco42d.dll installer runtime error Pin
Hashim Saleem1-Aug-03 12:01
Hashim Saleem1-Aug-03 12:01 
GeneralRe: mfco42d.dll installer runtime error Pin
Beer261-Aug-03 12:14
Beer261-Aug-03 12:14 
GeneralSupressing more then 1 button to call the same function uniquely Pin
lead2gold1-Aug-03 7:05
lead2gold1-Aug-03 7:05 
I'm not sure if I summarized what I want to do properly.
Visualize a small dialog box infront of you with 2 buttons (Button1, Button2).

I want to be able to have them both call the same function but within the function distinguish which one was pressed.

example:
OnButtonPressed()
{
if (button1) -blah;
if (button2) -blah;

return
}


I have one more tiny quick question... whats the SDK function that opens the "Browse for Folder" dialog box. i made a quick image of it, it can be seen here http://www.lead2gold.org/BrowseFFolder.jpg

lead2gold
GeneralRe: Supressing more then 1 button to call the same function uniquely Pin
Maximilien1-Aug-03 7:20
Maximilien1-Aug-03 7:20 
GeneralRe: Supressing more then 1 button to call the same function uniquely Pin
lead2gold1-Aug-03 8:21
lead2gold1-Aug-03 8:21 
GeneralRe: Supressing more then 1 button to call the same function uniquely Pin
Arjan Schouten1-Aug-03 7:25
Arjan Schouten1-Aug-03 7:25 
GeneralRe: Supressing more then 1 button to call the same function uniquely Pin
Arjan Schouten1-Aug-03 7:27
Arjan Schouten1-Aug-03 7:27 
GeneralRe: Supressing more then 1 button to call the same function uniquely Pin
Arjan Schouten1-Aug-03 7:37
Arjan Schouten1-Aug-03 7:37 
GeneralRe: Supressing more then 1 button to call the same function uniquely Pin
Maximilien1-Aug-03 7:44
Maximilien1-Aug-03 7:44 
GeneralRe: Supressing more then 1 button to call the same function uniquely Pin
Arjan Schouten1-Aug-03 7:55
Arjan Schouten1-Aug-03 7:55 
GeneralRe: Supressing more then 1 button to call the same function uniquely Pin
Maximilien1-Aug-03 8:00
Maximilien1-Aug-03 8:00 
GeneralRe: Supressing more then 1 button to call the same function uniquely Pin
Ravi Bhavnani1-Aug-03 8:04
professionalRavi Bhavnani1-Aug-03 8:04 
GeneralRe: Supressing more then 1 button to call the same function uniquely Pin
Arjan Schouten1-Aug-03 8:18
Arjan Schouten1-Aug-03 8:18 
GeneralVC++ gives Invalid function reference Pin
Aidman1-Aug-03 6:15
Aidman1-Aug-03 6:15 
GeneralRe: VC++ gives Invalid function reference Pin
John M. Drescher1-Aug-03 6:39
John M. Drescher1-Aug-03 6:39 
GeneralRe: VC++ gives Invalid function reference Pin
Aidman1-Aug-03 15:34
Aidman1-Aug-03 15:34 
GeneralRe: VC++ gives Invalid function reference Pin
John M. Drescher1-Aug-03 18:14
John M. Drescher1-Aug-03 18:14 
GeneralRe: VC++ gives Invalid function reference Pin
Chris Richardson1-Aug-03 15:45
Chris Richardson1-Aug-03 15:45 
GeneralRe: VC++ gives Invalid function reference Pin
Aidman2-Aug-03 17:50
Aidman2-Aug-03 17:50 
Generalvariant_t and warning C4238 Pin
R Pellegrini1-Aug-03 5:35
R Pellegrini1-Aug-03 5:35 

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.