Click here to Skip to main content
15,896,557 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: map file with 0 size [modified] Pin
Vinod CS11-Sep-07 17:44
Vinod CS11-Sep-07 17:44 
QuestionPNG Alpha blending/channel in VC++ 6.0? Pin
StarMeteor10-Sep-07 22:33
StarMeteor10-Sep-07 22:33 
AnswerRe: PNG Alpha blending/channel in VC++ 6.0? Pin
Mark Salsbery11-Sep-07 8:04
Mark Salsbery11-Sep-07 8:04 
GeneralRe: PNG Alpha blending/channel in VC++ 6.0? Pin
StarMeteor11-Sep-07 16:45
StarMeteor11-Sep-07 16:45 
GeneralRe: PNG Alpha blending/channel in VC++ 6.0? Pin
Mark Salsbery12-Sep-07 6:17
Mark Salsbery12-Sep-07 6:17 
GeneralRe: PNG Alpha blending/channel in VC++ 6.0? Pin
StarMeteor12-Sep-07 17:21
StarMeteor12-Sep-07 17:21 
GeneralRe: PNG Alpha blending/channel in VC++ 6.0? Pin
Mark Salsbery13-Sep-07 5:24
Mark Salsbery13-Sep-07 5:24 
Questiondont replace the ok button coding in that ok button e want enter coding Pin
yadahav10-Sep-07 22:02
yadahav10-Sep-07 22:02 
void CCURLASSIgnmentDlg::OnButton2()
{

CButton *b1;
CString s1,s2;
CEdit *e1=( CEdit *) GetDlgItem(IDC_EDIT1);
e1->GetWindowText(s1);

for(int i=IDC_RADIO1;i<=IDC_RADIO1+nob;i++)
{

b1=(CButton *) GetDlgItem(i);
b1->GetWindowText(s2);

if(s2.Compare(s1)==0)
{
return;
}
}
b1=(CButton *) GetDlgItem(IDC_RADIO1+nob);
b1->SetWindowText(s1);
e1->SetWindowText("");
nob++;
if(nob<18)
{

b1=(CButton *) GetDlgItem(IDC_RADIO1+nob);
b1->ShowWindow(SW_SHOW);
}
else
nob=17;

}
this is my assigement inthis assigement if i press the ok button than display the url.but i want if i dont change ok button but i want entercoding on that ok button.
AnswerRe: dont replace the ok button coding in that ok button e want enter coding Pin
Cedric Moonen10-Sep-07 22:27
Cedric Moonen10-Sep-07 22:27 
QuestionStoping thread.... Pin
neha.agarwal2710-Sep-07 22:01
neha.agarwal2710-Sep-07 22:01 
AnswerRe: Stoping thread.... Pin
Cedric Moonen10-Sep-07 22:04
Cedric Moonen10-Sep-07 22:04 
AnswerRe: Stoping thread.... Pin
Sreedhar DV10-Sep-07 22:11
Sreedhar DV10-Sep-07 22:11 
AnswerRe: Stoping thread.... Pin
David Crow11-Sep-07 3:15
David Crow11-Sep-07 3:15 
QuestionHow to create enter botton in mfc? Pin
yadahav10-Sep-07 21:34
yadahav10-Sep-07 21:34 
AnswerRe: How to create enter botton in mfc? Pin
jhwurmbach10-Sep-07 21:45
jhwurmbach10-Sep-07 21:45 
AnswerRe: How to create enter botton in mfc? Pin
Naveen10-Sep-07 21:47
Naveen10-Sep-07 21:47 
AnswerRe: How to create enter botton in mfc? Pin
Hamid_RT11-Sep-07 1:55
Hamid_RT11-Sep-07 1:55 
QuestionCEdit* pEdit = m_Pressure.GetEditControl(); is returning Null always Pin
shir_k10-Sep-07 21:19
shir_k10-Sep-07 21:19 
AnswerRe: CEdit* pEdit = m_Pressure.GetEditControl(); is returning Null always Pin
Naveen10-Sep-07 21:44
Naveen10-Sep-07 21:44 
GeneralRe: CEdit* pEdit = m_Pressure.GetEditControl(); is returning Null always Pin
shir_k10-Sep-07 22:54
shir_k10-Sep-07 22:54 
GeneralRe: CEdit* pEdit = m_Pressure.GetEditControl(); is returning Null always Pin
Naveen10-Sep-07 23:18
Naveen10-Sep-07 23:18 
GeneralRe: CEdit* pEdit = m_Pressure.GetEditControl(); is returning Null always Pin
shir_k10-Sep-07 23:51
shir_k10-Sep-07 23:51 
GeneralRe: CEdit* pEdit = m_Pressure.GetEditControl(); is returning Null always Pin
Naveen11-Sep-07 0:03
Naveen11-Sep-07 0:03 
GeneralRe: CEdit* pEdit = m_Pressure.GetEditControl(); is returning Null always Pin
shir_k11-Sep-07 0:31
shir_k11-Sep-07 0:31 
GeneralRe: CEdit* pEdit = m_Pressure.GetEditControl(); is returning Null always Pin
Naveen11-Sep-07 1:00
Naveen11-Sep-07 1:00 

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.