Click here to Skip to main content
15,917,808 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to Play any Audio File & Set System Volume? Pin
PJ Arends21-May-06 9:02
professionalPJ Arends21-May-06 9:02 
AnswerRe: How to Play any Audio File & Set System Volume? Pin
Hamid_RT21-May-06 18:52
Hamid_RT21-May-06 18:52 
GeneralRe: How to Play any Audio File & Set System Volume? Pin
Andy Rama21-May-06 20:09
Andy Rama21-May-06 20:09 
GeneralRe: How to Play any Audio File & Set System Volume? Pin
Hamid_RT21-May-06 20:45
Hamid_RT21-May-06 20:45 
GeneralRe: How to Play any Audio File & Set System Volume? [modified] Pin
Andy Rama21-May-06 23:03
Andy Rama21-May-06 23:03 
GeneralRe: How to Play any Audio File & Set System Volume? [modified] Pin
Hamid_RT22-May-06 4:13
Hamid_RT22-May-06 4:13 
Questionsome queries i not sure of. (urgent) Pin
chubbie21-May-06 6:43
chubbie21-May-06 6:43 
AnswerRe: some queries i not sure of. (urgent) Pin
PJ Arends21-May-06 7:47
professionalPJ Arends21-May-06 7:47 
Your question is not clear so I will make some assumptions here.

chubbie wrote:
at the Open File row, when i click Browse, another dialogue box will appear with the title Open.
in this dialogue, i can select the file that i want to Open.


I am assuming you are using the windows "Open File" dialog either through MFC's CFileDialog class or the GetOpenFileName() API.

chubbie wrote:
after selecting the file, click the Open button to get the path name.
the path name will be taken to the first dialogue box title F32x_FileTransfer..
at the first row, when i click on the Open File button, the file that i selected at dialogue box title Open will be opened..


You can use CFileDialog's GetPathName() member function to get the full path to the file selected. If you are using the GetOpenFileName() API the the file is in the lpstrFile member of the OPENFILENAME structure


You may be right
I may be crazy
-- Billy Joel --


Within you lies the power for good - Use it!
QuestionHow can I Create my image? Pin
akram mirzaei21-May-06 5:56
akram mirzaei21-May-06 5:56 
QuestionRe: How can I Create my image? Pin
Hamid_RT21-May-06 6:15
Hamid_RT21-May-06 6:15 
AnswerRe: How can I Create my image? Pin
akram mirzaei21-May-06 8:30
akram mirzaei21-May-06 8:30 
GeneralRe: How can I Create my image? Pin
Hamid_RT21-May-06 18:32
Hamid_RT21-May-06 18:32 
QuestionD3D I want to draw a red line Pin
akira3221-May-06 5:42
akira3221-May-06 5:42 
QuestionBitBlt or GardientFill which is faster Pin
Sarath C21-May-06 5:24
Sarath C21-May-06 5:24 
AnswerRe: BitBlt or GardientFill which is faster Pin
PJ Arends21-May-06 7:24
professionalPJ Arends21-May-06 7:24 
GeneralRe: BitBlt or GardientFill which is faster Pin
Sarath C21-May-06 19:02
Sarath C21-May-06 19:02 
QuestionScan Directory Pin
Arman S.21-May-06 1:32
Arman S.21-May-06 1:32 
AnswerRe: Scan Directory Pin
toxcct21-May-06 3:24
toxcct21-May-06 3:24 
AnswerRe: Scan Directory Pin
Roland Pibinger21-May-06 11:07
Roland Pibinger21-May-06 11:07 
AnswerRe: Scan Directory Pin
normanS21-May-06 19:35
normanS21-May-06 19:35 
QuestionHelp File vc++ Pin
sudeep_br20-May-06 23:55
sudeep_br20-May-06 23:55 
AnswerRe: Help File vc++ Pin
shilianghui221-May-06 4:57
shilianghui221-May-06 4:57 
AnswerRe: Help File vc++ Pin
Laxman Auti21-May-06 18:58
Laxman Auti21-May-06 18:58 
Questionhelp Pin
subikchya20-May-06 23:09
subikchya20-May-06 23:09 
AnswerRe: help Pin
Hamid_RT21-May-06 0:30
Hamid_RT21-May-06 0:30 

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.