Click here to Skip to main content
15,913,939 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: list registered OCX components Pin
geo_m18-Aug-05 19:28
geo_m18-Aug-05 19:28 
GeneralAdding a new header in ISAPI filter (onPreProc) Pin
Vasudevan Deepak Kumar17-Aug-05 23:37
Vasudevan Deepak Kumar17-Aug-05 23:37 
GeneralListView Header Color Pin
Nishad S17-Aug-05 23:33
Nishad S17-Aug-05 23:33 
GeneralRe: ListView Header Color Pin
Aamir Butt18-Aug-05 1:52
Aamir Butt18-Aug-05 1:52 
GeneralAccess Violation During adding items in List Control ( CXListCtrl ).... Pin
Ravi Sankar S17-Aug-05 23:22
Ravi Sankar S17-Aug-05 23:22 
GeneralRe: Access Violation During adding items in List Control ( CXListCtrl ).... Pin
Rage18-Aug-05 0:13
professionalRage18-Aug-05 0:13 
GeneralCombobox control Pin
mikobi17-Aug-05 23:13
mikobi17-Aug-05 23:13 
GeneralRe: Combobox control Pin
toxcct17-Aug-05 23:21
toxcct17-Aug-05 23:21 
CCOmboBox* pCB = (CComboBox*)GetDlgItem(IDC_MY_COMBOBOX);
CString strSomeText = <font color=gray>"Hello World !!!"</font>;
 
<font color=blue>if</font> (m_pCB->FindStringExact(-1, strSomeText) == CB_ERR) {
    <font color=green>//Do Some action, for example, add the text to the list box :</font>
    m_pCB->AddString(strSomeText);
}



TOXCCT >>> GEII power
[toxcct][VisualCalc]
GeneralDLL spying Pin
Imtiaz Murtaza17-Aug-05 23:10
Imtiaz Murtaza17-Aug-05 23:10 
GeneralRe: DLL spying Pin
Cedric Moonen17-Aug-05 23:17
Cedric Moonen17-Aug-05 23:17 
GeneralRe: DLL spying Pin
Imtiaz Murtaza17-Aug-05 23:27
Imtiaz Murtaza17-Aug-05 23:27 
GeneralRe: DLL spying Pin
BlackDice18-Aug-05 3:06
BlackDice18-Aug-05 3:06 
GeneralRe: DLL spying Pin
Blake Miller18-Aug-05 4:51
Blake Miller18-Aug-05 4:51 
GeneralRe: DLL spying Pin
fat_boy19-Aug-05 4:12
fat_boy19-Aug-05 4:12 
GeneralRe: DLL spying Pin
fat_boy19-Aug-05 4:13
fat_boy19-Aug-05 4:13 
Generalunicode Pin
hamidreza_buddy17-Aug-05 23:03
hamidreza_buddy17-Aug-05 23:03 
GeneralRe: unicode Pin
toxcct17-Aug-05 23:10
toxcct17-Aug-05 23:10 
GeneralRe: unicode Pin
hamidreza_buddy17-Aug-05 23:45
hamidreza_buddy17-Aug-05 23:45 
GeneralRe: unicode Pin
toxcct17-Aug-05 23:57
toxcct17-Aug-05 23:57 
GeneralRe: unicode Pin
hamidreza_buddy18-Aug-05 5:15
hamidreza_buddy18-Aug-05 5:15 
GeneralRe: unicode Pin
try8818-Aug-05 6:53
try8818-Aug-05 6:53 
GeneralRe: unicode Pin
Jose Lamas Rios18-Aug-05 2:35
Jose Lamas Rios18-Aug-05 2:35 
GeneralRe: unicode Pin
David Crow18-Aug-05 2:58
David Crow18-Aug-05 2:58 
Generallistbox!!!!!!!!!!!!!! Pin
Member 214683917-Aug-05 22:25
Member 214683917-Aug-05 22:25 
GeneralRe: listbox!!!!!!!!!!!!!! Pin
toxcct17-Aug-05 22:34
toxcct17-Aug-05 22:34 

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.