Click here to Skip to main content
15,903,033 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
SuggestionRe: How to read USB type Disk Drive device? Pin
David Crow5-Mar-12 2:29
David Crow5-Mar-12 2:29 
GeneralRe: How to read USB type Disk Drive device? Pin
Le@rner5-Mar-12 18:56
Le@rner5-Mar-12 18:56 
GeneralRe: How to read USB type Disk Drive device? Pin
David Crow6-Mar-12 2:32
David Crow6-Mar-12 2:32 
GeneralRe: How to read USB type Disk Drive device? Pin
Le@rner6-Mar-12 17:15
Le@rner6-Mar-12 17:15 
QuestionRe: How to read USB type Disk Drive device? Pin
David Crow6-Mar-12 17:53
David Crow6-Mar-12 17:53 
AnswerRe: How to read USB type Disk Drive device? Pin
Le@rner12-Mar-12 20:41
Le@rner12-Mar-12 20:41 
QuestionRe: How to read USB type Disk Drive device? Pin
David Crow13-Mar-12 3:18
David Crow13-Mar-12 3:18 
Questioncreate statusBar in dialog problem Pin
appollosputnik29-Feb-12 15:31
appollosputnik29-Feb-12 15:31 
I am trying to create a statusBar in the dialog but it's returning false. not creating the status bar please tell me whats going wrong in this. Thanks for any help. I am creating the status bar in the OnInitDialog() function

[code]


CStatusBar m_wndStatusBar; // member variable in the dialog header.



BOOL CDlgsViewDlg::OnInitDialog()
{
CDialog::OnInitDialog();
if (!m_wndStatusBar.Create(this) ||
!m_wndStatusBar.SetIndicators(indicators,
sizeof(indicators)/sizeof(UINT)))
{
TRACE0("Failed to create status bar\n");
return FALSE; // fail to create
}

m_wndStatusBar.SetPaneText(0,L"MainWindow Initialized");
}
[/code]

it's returning false. please help me.
AnswerRe: create statusBar in dialog problem Pin
chenxi_129-Feb-12 18:00
chenxi_129-Feb-12 18:00 
AnswerRe: create statusBar in dialog problem Pin
Chandrakantt29-Feb-12 18:53
Chandrakantt29-Feb-12 18:53 
GeneralRe: create statusBar in dialog problem Pin
appollosputnik1-Mar-12 0:19
appollosputnik1-Mar-12 0:19 
QuestionMenu items disabled but appear enabled Pin
cpp_prgmer29-Feb-12 9:27
cpp_prgmer29-Feb-12 9:27 
QuestionRe: Menu items disabled but appear enabled Pin
David Crow29-Feb-12 9:56
David Crow29-Feb-12 9:56 
AnswerRe: Menu items disabled but appear enabled Pin
cpp_prgmer29-Feb-12 10:56
cpp_prgmer29-Feb-12 10:56 
GeneralRe: Menu items disabled but appear enabled Pin
Maximilien29-Feb-12 13:57
Maximilien29-Feb-12 13:57 
GeneralRe: Menu items disabled but appear enabled Pin
cpp_prgmer1-Mar-12 3:56
cpp_prgmer1-Mar-12 3:56 
QuestionRe: Menu items disabled but appear enabled Pin
Randor 29-Feb-12 17:47
professional Randor 29-Feb-12 17:47 
AnswerRe: Menu items disabled but appear enabled Pin
rana ray1-Mar-12 5:46
rana ray1-Mar-12 5:46 
GeneralRe: Menu items disabled but appear enabled Pin
cpp_prgmer1-Mar-12 14:37
cpp_prgmer1-Mar-12 14:37 
GeneralRe: Menu items disabled but appear enabled Pin
Randor 2-Mar-12 17:54
professional Randor 2-Mar-12 17:54 
GeneralRe: Menu items disabled but appear enabled Pin
cpp_prgmer3-Mar-12 6:10
cpp_prgmer3-Mar-12 6:10 
QuestionA C PROGRAM to extract a bit or a group of bits from a Ethernet frame Pin
prathapkumar33429-Feb-12 4:05
prathapkumar33429-Feb-12 4:05 
QuestionRe: A C PROGRAM to extract a bit or a group of bits from a Ethernet frame Pin
David Crow29-Feb-12 4:36
David Crow29-Feb-12 4:36 
AnswerRe: A C PROGRAM to extract a bit or a group of bits from a Ethernet frame Pin
Richard MacCutchan29-Feb-12 5:36
mveRichard MacCutchan29-Feb-12 5:36 
AnswerRe: A C PROGRAM to extract a bit or a group of bits from a Ethernet frame Pin
CPallini29-Feb-12 5:41
mveCPallini29-Feb-12 5:41 

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.