Click here to Skip to main content
15,887,365 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionPotential problem with 'typedef redefinition' Pin
6Qing888-Jan-09 20:27
6Qing888-Jan-09 20:27 
AnswerRe: Potential problem with 'typedef redefinition' Pin
sashoalm8-Jan-09 20:32
sashoalm8-Jan-09 20:32 
GeneralRe: Potential problem with 'typedef redefinition' Pin
6Qing888-Jan-09 20:40
6Qing888-Jan-09 20:40 
GeneralRe: Potential problem with 'typedef redefinition' Pin
sashoalm8-Jan-09 21:37
sashoalm8-Jan-09 21:37 
AnswerRe: Potential problem with 'typedef redefinition' Pin
Stuart Dootson8-Jan-09 21:45
professionalStuart Dootson8-Jan-09 21:45 
QuestionFont and size of default message Box Pin
tasumisra8-Jan-09 20:04
tasumisra8-Jan-09 20:04 
AnswerRe: Font and size of default message Box Pin
Randor 8-Jan-09 20:34
professional Randor 8-Jan-09 20:34 
QuestionLoad data in Combobox in VC++6.0 Pin
aa_zz8-Jan-09 19:12
aa_zz8-Jan-09 19:12 
guide me load data to combobox for vc++6.0. please. thanks

"
enum { IDD = IDD_SPOOLIMAGE_DS_PP };//gọi form
DDX_Control(pDX, IDC_TEST, value_del);

CComboBox* cb = (CComboBox*)GetDlgItem(IDC_TEST);
cb->Clear();

CString sName = "";
for(int i=0; i<10;i++)
{
cb->SetItemData(i, DWORD(i));
}

"
AnswerRe: Load data in Combobox in VC++6.0 Pin
Hamid_RT8-Jan-09 19:20
Hamid_RT8-Jan-09 19:20 
GeneralRe: Load data in Combobox in VC++6.0 Pin
aa_zz8-Jan-09 19:24
aa_zz8-Jan-09 19:24 
GeneralRe: Load data in Combobox in VC++6.0 Pin
Hamid_RT8-Jan-09 19:31
Hamid_RT8-Jan-09 19:31 
AnswerRe: Load data in Combobox in VC++6.0 Pin
Chandrasekharan P8-Jan-09 19:25
Chandrasekharan P8-Jan-09 19:25 
GeneralRe: Load data in Combobox in VC++6.0 Pin
aa_zz8-Jan-09 19:38
aa_zz8-Jan-09 19:38 
AnswerRe: Load data in Combobox in VC++6.0 Pin
David Crow9-Jan-09 3:31
David Crow9-Jan-09 3:31 
QuestionInvoking a Web Service using managed C++ OR VC++ .NET Pin
Thomas_Mathews8-Jan-09 18:31
Thomas_Mathews8-Jan-09 18:31 
AnswerRe: Invoking a Web Service using managed C++ OR VC++ .NET Pin
Malli_S8-Jan-09 18:55
Malli_S8-Jan-09 18:55 
AnswerRe: Invoking a Web Service using managed C++ OR VC++ .NET Pin
Hamid_RT8-Jan-09 19:28
Hamid_RT8-Jan-09 19:28 
Questionsocket and ethernet Pin
pramod_r8-Jan-09 18:10
pramod_r8-Jan-09 18:10 
Questiongetting dependent DLLS on a particular .exe [modified] Pin
kir_MFC8-Jan-09 17:49
kir_MFC8-Jan-09 17:49 
AnswerRe: getting dependent DLLS on a particular .exe Pin
Naveen8-Jan-09 18:15
Naveen8-Jan-09 18:15 
AnswerRe: getting dependent DLLS on a particular .exe Pin
«_Superman_»8-Jan-09 18:27
professional«_Superman_»8-Jan-09 18:27 
QuestionCImageList when .draw -&gt; no more transparent Pin
karhong8-Jan-09 17:15
karhong8-Jan-09 17:15 
AnswerRe: CImageList when .draw -&gt; no more transparent Pin
Naveen8-Jan-09 18:29
Naveen8-Jan-09 18:29 
GeneralRe: CImageList when .draw -&gt; no more transparent Pin
karhong8-Jan-09 18:42
karhong8-Jan-09 18:42 
GeneralRe: CImageList when .draw -&gt; no more transparent Pin
Iain Clarke, Warrior Programmer9-Jan-09 0:28
Iain Clarke, Warrior Programmer9-Jan-09 0: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.