Click here to Skip to main content
15,922,427 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how to transfer data betwn two dialogs Pin
Michael P Butler30-Oct-03 22:11
Michael P Butler30-Oct-03 22:11 
AnswerRe: how to transfer data betwn two dialogs Pin
David Crow8-Jun-04 2:40
David Crow8-Jun-04 2:40 
QuestionHow can a self-extracting file get parameter from html ? Pin
suninwater30-Oct-03 18:24
suninwater30-Oct-03 18:24 
AnswerRe: How can a self-extracting file get parameter from html ? Pin
valikac31-Oct-03 5:22
valikac31-Oct-03 5:22 
GeneralDocking Windows Pin
monrobot1330-Oct-03 17:02
monrobot1330-Oct-03 17:02 
GeneralHelp about GetBitmapBits!!! Pin
twing30-Oct-03 16:07
twing30-Oct-03 16:07 
GeneralRe: Help about GetBitmapBits!!! Pin
Christian Graus30-Oct-03 16:18
protectorChristian Graus30-Oct-03 16:18 
GeneralRe: Help about GetBitmapBits!!! Pin
twing30-Oct-03 16:53
twing30-Oct-03 16:53 
GeneralRe: Help about GetBitmapBits!!! Pin
Christian Graus30-Oct-03 17:02
protectorChristian Graus30-Oct-03 17:02 
GeneralRe: Help about GetBitmapBits!!! Pin
twing30-Oct-03 17:25
twing30-Oct-03 17:25 
GeneralRe: Help about GetBitmapBits!!! Pin
Christian Graus30-Oct-03 17:27
protectorChristian Graus30-Oct-03 17:27 
QuestionHow to get network interface name of local machine? Pin
George230-Oct-03 15:15
George230-Oct-03 15:15 
AnswerRe: How to get network interface name of local machine? Pin
Alexander M.,30-Oct-03 22:15
Alexander M.,30-Oct-03 22:15 
QuestionDoes anyone have spare time and want to help me? Pin
Snyp30-Oct-03 14:43
Snyp30-Oct-03 14:43 
AnswerRe: Does anyone have spare time and want to help me? Pin
kotbegemot31-Oct-03 1:24
kotbegemot31-Oct-03 1:24 
AnswerRe: Does anyone have spare time and want to help me? Pin
Anonymous24-Dec-04 19:58
Anonymous24-Dec-04 19:58 
GeneralRandom number generator Pin
Snyp30-Oct-03 14:36
Snyp30-Oct-03 14:36 
GeneralRe: Random number generator Pin
alex.barylski30-Oct-03 15:51
alex.barylski30-Oct-03 15:51 
GeneralRe: Random number generator Pin
ZoogieZork30-Oct-03 15:54
ZoogieZork30-Oct-03 15:54 
GeneralRe: Random number generator Pin
Mike Dimmick31-Oct-03 6:14
Mike Dimmick31-Oct-03 6:14 
QuestionHow to create a slider control Pin
vhunghl30-Oct-03 14:07
vhunghl30-Oct-03 14:07 
AnswerRe: How to create a slider control Pin
vcplusplus30-Oct-03 14:16
vcplusplus30-Oct-03 14:16 
GeneralRe: How to create a slider control Pin
vhunghl30-Oct-03 22:44
vhunghl30-Oct-03 22:44 
I have declared folowing
<br />
// CexplDlg dialog<br />
class CexplDlg : public CDialog<br />
{<br />
// Construction<br />
public:<br />
	CexplDlg(CWnd* pParent = NULL);	// standard constructor<br />
<br />
// Dialog Data<br />
	enum { IDD = IDD_EXPL_DIALOG };<br />
<br />
	protected:<br />
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support<br />
<br />
<br />
// Implementation<br />
protected:<br />
	HICON m_hIcon;<br />
<br />
	// Generated message map functions<br />
	virtual BOOL OnInitDialog();<br />
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);<br />
	afx_msg void OnPaint();<br />
	afx_msg HCURSOR OnQueryDragIcon();<br />
	DECLARE_MESSAGE_MAP()<br />
public:<br />
	CSliderCtrl m_createslider;	<br />
};<br />

Questionwhy does it not happen MM_WOM_DONE? Pin
vhunghl30-Oct-03 13:25
vhunghl30-Oct-03 13:25 
Questionhow to find whether a file already exists in a folder? Pin
Deepak Samuel30-Oct-03 12:53
Deepak Samuel30-Oct-03 12:53 

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.