Click here to Skip to main content
15,894,343 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Export Symbols - Win32 DLL project with VisualStudio 2005 Pin
Jonathan [Darka]12-Jul-06 1:42
professionalJonathan [Darka]12-Jul-06 1:42 
QuestionWhere is Lib File? Pin
Abhi Lahare11-Jul-06 23:10
Abhi Lahare11-Jul-06 23:10 
AnswerRe: Where is Lib File? [modified] Pin
Jonathan [Darka]11-Jul-06 23:15
professionalJonathan [Darka]11-Jul-06 23:15 
GeneralRe: Where is Lib File? Pin
Abhi Lahare11-Jul-06 23:19
Abhi Lahare11-Jul-06 23:19 
GeneralRe: Where is Lib File? Pin
Jonathan [Darka]11-Jul-06 23:46
professionalJonathan [Darka]11-Jul-06 23:46 
AnswerRe: Where is Lib File? Pin
Jonathan [Darka]11-Jul-06 23:50
professionalJonathan [Darka]11-Jul-06 23:50 
AnswerRe: Where is Lib File? Pin
Chris Losinger12-Jul-06 1:21
professionalChris Losinger12-Jul-06 1:21 
QuestionDifference in threads & multithreads Pin
Nirmal Khatri11-Jul-06 22:41
Nirmal Khatri11-Jul-06 22:41 
AnswerRe: Difference in threads & multithreads Pin
Hamid_RT11-Jul-06 23:02
Hamid_RT11-Jul-06 23:02 
AnswerRe: Difference in threads & multithreads Pin
David Crow12-Jul-06 3:07
David Crow12-Jul-06 3:07 
QuestionUser interfaces with Win32 Pin
_AnsHUMAN_ 11-Jul-06 22:39
_AnsHUMAN_ 11-Jul-06 22:39 
AnswerRe: User interfaces with Win32 Pin
Abhi Lahare11-Jul-06 23:01
Abhi Lahare11-Jul-06 23:01 
AnswerRe: User interfaces with Win32 Pin
Naveen11-Jul-06 23:02
Naveen11-Jul-06 23:02 
GeneralRe: User interfaces with Win32 Pin
Abhi Lahare11-Jul-06 23:06
Abhi Lahare11-Jul-06 23:06 
AnswerRe: User interfaces with Win32 Pin
Jonathan [Darka]11-Jul-06 23:18
professionalJonathan [Darka]11-Jul-06 23:18 
QuestionProblems in Static LED control - CDigiStatic Pin
Semion_N11-Jul-06 21:53
Semion_N11-Jul-06 21:53 
AnswerRe: Problems in Static LED control - CDigiStatic Pin
Hamid_RT11-Jul-06 22:03
Hamid_RT11-Jul-06 22:03 
GeneralRe: Problems in Static LED control - CDigiStatic Pin
Semion_N11-Jul-06 22:35
Semion_N11-Jul-06 22:35 
GeneralRe: Problems in Static LED control - CDigiStatic Pin
Hamid_RT11-Jul-06 22:50
Hamid_RT11-Jul-06 22:50 
AnswerRe: Problems in Static LED control - CDigiStatic Pin
Abhi Lahare11-Jul-06 22:21
Abhi Lahare11-Jul-06 22:21 
GeneralRe: Problems in Static LED control - CDigiStatic Pin
Semion_N11-Jul-06 22:32
Semion_N11-Jul-06 22:32 
No, I haven't deleted it here is the code:
<br />
// DigitalDlg.h : header file<br />
//<br />
<br />
#pragma once<br />
#include "Digistatic.h"<br />
#include "afxwin.h"<br />
<br />
// CDigitalDlg dialog<br />
class CDigitalDlg : public CDialog<br />
{<br />
// Construction<br />
public:<br />
	CDigitalDlg(CWnd* pParent = NULL);	// standard constructor<br />
<br />
// Dialog Data<br />
	enum { IDD = IDD_DIGITAL_DIALOG };<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 />
	CDigiStatic m_LedText;<br />
};<br />


SnaidiS(Semion)
GeneralRe: Problems in Static LED control - CDigiStatic Pin
Naveen11-Jul-06 22:51
Naveen11-Jul-06 22:51 
GeneralRe: Problems in Static LED control - CDigiStatic Pin
Hamid_RT11-Jul-06 22:54
Hamid_RT11-Jul-06 22:54 
GeneralRe: Problems in Static LED control - CDigiStatic Pin
Semion_N11-Jul-06 23:13
Semion_N11-Jul-06 23:13 
GeneralRe: Problems in Static LED control - CDigiStatic Pin
Naveen11-Jul-06 23:24
Naveen11-Jul-06 23:24 

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.