Click here to Skip to main content
15,886,809 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: COM related Pin
Anonymous29-Sep-02 19:45
Anonymous29-Sep-02 19:45 
GeneralRe: COM related Pin
Stephane Rodriguez.29-Sep-02 19:48
Stephane Rodriguez.29-Sep-02 19:48 
GeneralSecure Internet download Pin
DarrollWalsh29-Sep-02 18:13
DarrollWalsh29-Sep-02 18:13 
QuestionHow to create VS.NET Tabview for different kinds of MDI documents Pin
Anonymous29-Sep-02 17:57
Anonymous29-Sep-02 17:57 
GeneralHandle Problem Pin
chen29-Sep-02 17:30
chen29-Sep-02 17:30 
GeneralRe: Handle Problem Pin
Christian Graus29-Sep-02 18:34
protectorChristian Graus29-Sep-02 18:34 
GeneralRe: Handle Problem Pin
valikac29-Sep-02 18:48
valikac29-Sep-02 18:48 
GeneralRe: Handle Problem Pin
chen29-Sep-02 20:02
chen29-Sep-02 20:02 
Thanks for thr reply!

In fact, my problem is:

I need call the function

void CAspi32Scsi::WriteCD2ImgFile(HWND Handle, CString fileName, int hid, int tid, int lun)
{
.....
}
in the maindlg implementation loop.

so I have

CAspi32Scsi m_scsi; // this is defined in the CMainDlg class.

CMainDlg::OnWriteImgFile()
{
CMainDlg maindlg;
m_scsi.WriteCD2ImgFile(maindlg.m_hWnd, m_fileName, m_cHost, m_cID, m_cLun);
}
where maindlg.m_hWnd is correct or not?

Thanks in advance!


chen
GeneralRe: Handle Problem Pin
jmkhael29-Sep-02 22:43
jmkhael29-Sep-02 22:43 
GeneralRe: Handle Problem Pin
chen29-Sep-02 22:59
chen29-Sep-02 22:59 
GeneralRe: Handle Problem Pin
jmkhael29-Sep-02 23:06
jmkhael29-Sep-02 23:06 
GeneralRe: Handle Problem Pin
jmkhael29-Sep-02 23:13
jmkhael29-Sep-02 23:13 
GeneralRe: Handle Problem Pin
Phil J Pearson30-Sep-02 2:14
Phil J Pearson30-Sep-02 2:14 
GeneralRe: Handle Problem Pin
chen30-Sep-02 3:07
chen30-Sep-02 3:07 
GeneralRe: Handle Problem Pin
Anonymous30-Sep-02 7:35
Anonymous30-Sep-02 7:35 
GeneralSaving data between DLL calls Pin
DarrollWalsh29-Sep-02 14:22
DarrollWalsh29-Sep-02 14:22 
GeneralRe: Saving data between DLL calls Pin
Chris Losinger29-Sep-02 14:26
professionalChris Losinger29-Sep-02 14:26 
GeneralRe: Saving data between DLL calls Pin
DarrollWalsh29-Sep-02 14:30
DarrollWalsh29-Sep-02 14:30 
GeneralRe: Saving data between DLL calls Pin
Chris Losinger29-Sep-02 14:38
professionalChris Losinger29-Sep-02 14:38 
GeneralRe: Saving data between DLL calls Pin
DarrollWalsh29-Sep-02 14:49
DarrollWalsh29-Sep-02 14:49 
GeneralRe: Saving data between DLL calls Pin
Chris Losinger29-Sep-02 14:54
professionalChris Losinger29-Sep-02 14:54 
GeneralA good MPEG library ! Pin
Hadi Rezaee29-Sep-02 10:10
Hadi Rezaee29-Sep-02 10:10 
GeneralRe: A good MPEG library ! Pin
Stephane Rodriguez.29-Sep-02 10:19
Stephane Rodriguez.29-Sep-02 10:19 
GeneralRe: A good MPEG library ! Pin
Hadi Rezaee29-Sep-02 12:06
Hadi Rezaee29-Sep-02 12:06 

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.