Click here to Skip to main content
15,914,608 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Getting all exe running on Desktop Pin
SiddharthAtw12-Dec-03 23:46
SiddharthAtw12-Dec-03 23:46 
GeneralSumit-s solution Pin
Sumit Kapoor13-Dec-03 5:29
Sumit Kapoor13-Dec-03 5:29 
GeneralRe: Sumit-s solution Pin
SiddharthAtw14-Dec-03 18:10
SiddharthAtw14-Dec-03 18:10 
GeneralNeed help in putting this function Pin
percyvimal12-Dec-03 19:33
percyvimal12-Dec-03 19:33 
GeneralRe: Need help in putting this function Pin
l a u r e n12-Dec-03 20:20
l a u r e n12-Dec-03 20:20 
GeneralAgent Control Pin
nileshp412-Dec-03 18:54
nileshp412-Dec-03 18:54 
GeneralRe: Agent Control Pin
Ravi Bhavnani12-Dec-03 20:50
professionalRavi Bhavnani12-Dec-03 20:50 
GeneralSeting image to CListCtrl..... Pin
YanBin12-Dec-03 16:27
YanBin12-Dec-03 16:27 
enum { IDD = IDD_SYMBOLSELECT };
CListCtrl m_list1;
//}}AFX_DATA
CImageList mm;

............
mm.Create (IDB_SYMBOLS, 16, 100, RGB(192,192,192));

............
DDX_Control(pDX, IDC_LIST1, m_list1);

............

BOOL CSymbolSelectDlg::OnInitDialog()
{
CDialog::OnInitDialog();

// TODO: Add extra initialization here
m_list1.SetImageList(&mm,LVSIL_SMALL);
CString cc;
for(int i=0;i
GeneralParsing the command line Pin
Ernesto D.12-Dec-03 14:52
Ernesto D.12-Dec-03 14:52 
GeneralRe: Parsing the command line Pin
Michael Dunn12-Dec-03 19:03
sitebuilderMichael Dunn12-Dec-03 19:03 
GeneralRe: Parsing the command line Pin
Ernesto D.13-Dec-03 10:13
Ernesto D.13-Dec-03 10:13 
General.cpp .dsp .dsw Pin
Leoanrd Fear12-Dec-03 14:23
sussLeoanrd Fear12-Dec-03 14:23 
GeneralRe: .cpp .dsp .dsw Pin
Michael Dunn12-Dec-03 14:51
sitebuilderMichael Dunn12-Dec-03 14:51 
QuestionWhy doesn't this work? Pin
Snyp12-Dec-03 13:45
Snyp12-Dec-03 13:45 
AnswerRe: Why doesn't this work? Pin
valikac13-Dec-03 5:31
valikac13-Dec-03 5:31 
GeneralSendMessage Problem Pin
impeham12-Dec-03 13:45
impeham12-Dec-03 13:45 
GeneralRe: SendMessage Problem Pin
Ernesto D.12-Dec-03 15:28
Ernesto D.12-Dec-03 15:28 
GeneralRe: SendMessage Problem Pin
impeham12-Dec-03 22:03
impeham12-Dec-03 22:03 
GeneralProblem reading field in .ini file Pin
IrishSonic12-Dec-03 13:29
IrishSonic12-Dec-03 13:29 
GeneralRe: Problem reading field in .ini file Pin
Roger Stewart12-Dec-03 15:23
professionalRoger Stewart12-Dec-03 15:23 
Generalencrypted data and strings Pin
(Steven Hicks)n+112-Dec-03 12:56
(Steven Hicks)n+112-Dec-03 12:56 
GeneralRe: encrypted data and strings Pin
l a u r e n12-Dec-03 20:23
l a u r e n12-Dec-03 20:23 
GeneralRe: encrypted data and strings Pin
(Steven Hicks)n+113-Dec-03 7:55
(Steven Hicks)n+113-Dec-03 7:55 
GeneralRe: encrypted data and strings Pin
l a u r e n13-Dec-03 7:58
l a u r e n13-Dec-03 7:58 
GeneralRe: encrypted data and strings Pin
(Steven Hicks)n+113-Dec-03 8:14
(Steven Hicks)n+113-Dec-03 8:14 

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.