Click here to Skip to main content
15,923,087 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Button control Pin
saisp22-May-07 2:23
saisp22-May-07 2:23 
QuestionRe: Button control Pin
Hamid_RT22-May-07 7:43
Hamid_RT22-May-07 7:43 
AnswerRe: Button control Pin
David Crow22-May-07 2:58
David Crow22-May-07 2:58 
QuestionIMAPI Pin
josip cagalj22-May-07 1:13
josip cagalj22-May-07 1:13 
QuestionRe: IMAPI Pin
David Crow22-May-07 3:00
David Crow22-May-07 3:00 
AnswerRe: IMAPI Pin
josip cagalj22-May-07 3:47
josip cagalj22-May-07 3:47 
QuestionRe: IMAPI Pin
David Crow22-May-07 3:54
David Crow22-May-07 3:54 
AnswerRe: IMAPI Pin
josip cagalj22-May-07 4:01
josip cagalj22-May-07 4:01 
My English is not so good so i'm afraid i dont quit understand when you say
What does the file look like where you added it?
But here is the whole .h my file:

#include "KCSideBannerWnd.h"<br />
#include "MyBrowser.h"<br />
<br />
//#include "Imapi.h"<br />
//#include <Imapierror.h><br />
<br />
/////////////////////////////////////////////////////////////////////////////<br />
// CBurn dialog<br />
<br />
class CBurn : public CDialog<br />
{<br />
// Construction<br />
public:<br />
	CBurn(CWnd* pParent = NULL);   // standard constructor<br />
	CString IzaberiFolder(BOOL bNetwork);<br />
	CString	m_sIniFolder;<br />
	//IDiscMaster *pDiscMaster;<br />
// Dialog Data<br />
	//{{AFX_DATA(CBurn)<br />
	enum { IDD = IDD_BURN };<br />
	CButton	m_btnAddFolder;<br />
	CButton	m_btnDel;<br />
	CButton	m_btnAdd;<br />
	CMyBrowser	m_lsFiles;<br />
	CComboBox	m_cmbRecorder;<br />
	//}}AFX_DATA<br />
<br />
<br />
// Overrides<br />
	// ClassWizard generated virtual function overrides<br />
	//{{AFX_VIRTUAL(CBurn)<br />
	protected:<br />
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support<br />
	//}}AFX_VIRTUAL<br />
<br />
// Implementation<br />
protected:<br />
	CKCSideBannerWnd m_banner;<br />
	void FillRecorders(); <br />
<br />
	// Generated message map functions<br />
	//{{AFX_MSG(CBurn)<br />
	virtual BOOL OnInitDialog();<br />
	virtual void OnOK();<br />
	afx_msg void OnBtnAdd();<br />
	afx_msg void OnBtnAddFolder();<br />
	//}}AFX_MSG<br />
	DECLARE_MESSAGE_MAP()<br />
};<br />
<br />
//{{AFX_INSERT_LOCATION}}<br />
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.<br />
<br />
#endif // !defined(AFX_BURN_H__E8A4E285_5D2F_439A_B77E_3393660D2EAC__INCLUDED_)<br />


this is fresh, I still need to add a whole lot of functions and ....
Once again thanks for trying to help me
GeneralRe: IMAPI Pin
David Crow22-May-07 6:01
David Crow22-May-07 6:01 
GeneralRe: IMAPI Pin
josip cagalj22-May-07 19:32
josip cagalj22-May-07 19:32 
AnswerRe: IMAPI Pin
josip cagalj22-May-07 19:51
josip cagalj22-May-07 19:51 
QuestionCompare times Pin
sireesha_sree22-May-07 0:49
sireesha_sree22-May-07 0:49 
AnswerRe: Compare times Pin
CPallini22-May-07 1:02
mveCPallini22-May-07 1:02 
GeneralRe: Compare times Pin
sireesha_sree22-May-07 2:59
sireesha_sree22-May-07 2:59 
QuestionRe: Compare times Pin
David Crow22-May-07 3:02
David Crow22-May-07 3:02 
GeneralRe: Compare times Pin
CPallini22-May-07 3:05
mveCPallini22-May-07 3:05 
AnswerRe: Compare times Pin
Nelek22-May-07 3:34
protectorNelek22-May-07 3:34 
QuestionRE: rewind the wmv file in direct show Pin
rjkg22-May-07 0:45
rjkg22-May-07 0:45 
AnswerRe: RE: rewind the wmv file in direct show Pin
Mark Salsbery22-May-07 3:53
Mark Salsbery22-May-07 3:53 
GeneralRe: RE: rewind the wmv file in direct show Pin
rjkg22-May-07 18:36
rjkg22-May-07 18:36 
GeneralRe: RE: rewind the wmv file in direct show Pin
Mark Salsbery23-May-07 5:22
Mark Salsbery23-May-07 5:22 
GeneralRe: RE: rewind the wmv file in direct show Pin
rjkg24-May-07 1:14
rjkg24-May-07 1:14 
GeneralRe: RE: rewind the wmv file in direct show Pin
Mark Salsbery24-May-07 4:56
Mark Salsbery24-May-07 4:56 
GeneralRe: RE: rewind the wmv file in direct show Pin
rjkg24-May-07 19:31
rjkg24-May-07 19:31 
Questionrewind the wmv file in direct show Pin
rjkg29-May-07 0:02
rjkg29-May-07 0:02 

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.