Click here to Skip to main content
15,885,546 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
GeneralRe: Problems in Static LED control - CDigiStatic Pin
Semion_N11-Jul-06 23:44
Semion_N11-Jul-06 23:44 
GeneralRe: Problems in Static LED control - CDigiStatic Pin
Naveen11-Jul-06 23:52
Naveen11-Jul-06 23:52 
GeneralRe: Problems in Static LED control - CDigiStatic Pin
Semion_N12-Jul-06 0:20
Semion_N12-Jul-06 0:20 
GeneralRe: Problems in Static LED control - CDigiStatic [modified] Pin
Naveen12-Jul-06 0:27
Naveen12-Jul-06 0:27 
GeneralRe: Problems in Static LED control - CDigiStatic Pin
Semion_N12-Jul-06 0:49
Semion_N12-Jul-06 0:49 
GeneralRe: Problems in Static LED control - CDigiStatic Pin
Naveen12-Jul-06 1:01
Naveen12-Jul-06 1:01 
GeneralRe: Problems in Static LED control - CDigiStatic Pin
Semion_N12-Jul-06 1:15
Semion_N12-Jul-06 1:15 
GeneralRe: Problems in Static LED control - CDigiStatic Pin
Naveen12-Jul-06 1:21
Naveen12-Jul-06 1:21 
GeneralRe: Problems in Static LED control - CDigiStatic Pin
Semion_N12-Jul-06 1:41
Semion_N12-Jul-06 1:41 
GeneralRe: Problems in Static LED control - CDigiStatic Pin
Naveen12-Jul-06 1:45
Naveen12-Jul-06 1:45 
GeneralRe: Problems in Static LED control - CDigiStatic Pin
Semion_N12-Jul-06 1:48
Semion_N12-Jul-06 1:48 
GeneralRe: Problems in Static LED control - CDigiStatic Pin
Naveen12-Jul-06 2:03
Naveen12-Jul-06 2:03 
GeneralRe: Problems in Static LED control - CDigiStatic Pin
Semion_N12-Jul-06 2:28
Semion_N12-Jul-06 2:28 

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.