Click here to Skip to main content
15,920,217 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Ctrl List Box Pin
VinayCool16-May-06 1:19
VinayCool16-May-06 1:19 
GeneralRe: Ctrl List Box Pin
Laxman Auti16-May-06 1:22
Laxman Auti16-May-06 1:22 
GeneralRe: Ctrl List Box Pin
Hamid_RT16-May-06 1:25
Hamid_RT16-May-06 1:25 
GeneralRe: Ctrl List Box Pin
VinayCool16-May-06 1:33
VinayCool16-May-06 1:33 
GeneralRe: Ctrl List Box Pin
Hamid_RT16-May-06 1:42
Hamid_RT16-May-06 1:42 
GeneralRe: Ctrl List Box Pin
VinayCool16-May-06 1:54
VinayCool16-May-06 1:54 
GeneralRe: Ctrl List Box Pin
Hamid_RT16-May-06 2:11
Hamid_RT16-May-06 2:11 
GeneralRe: Ctrl List Box Pin
VinayCool16-May-06 2:19
VinayCool16-May-06 2:19 
CString str;
SYSTEMTIME st;
GetLocalTime(&st);

str.Format("%d:%d:%d:",st.wHour,st.wMinute,st.wSecond);

lvi.mask = LVIF_TEXT;
lvi.iItem = 6;
lvi.iSubItem = 1;
lvi.pszText = (LPTSTR)str;
m_INDEX_INFO_LIST.SetItem(&lvi);

Can u please also tell how to pass it to list box ?
i tryed the above code its giveing error...
GeneralRe: Ctrl List Box Pin
Hamid_RT16-May-06 2:29
Hamid_RT16-May-06 2:29 
QuestionRe: Ctrl List Box Pin
David Crow16-May-06 4:01
David Crow16-May-06 4:01 
AnswerRe: Ctrl List Box Pin
Hamid_RT17-May-06 1:19
Hamid_RT17-May-06 1:19 
QuestionRe: Ctrl List Box Pin
David Crow16-May-06 4:04
David Crow16-May-06 4:04 
AnswerRe: Ctrl List Box Pin
VinayCool16-May-06 18:56
VinayCool16-May-06 18:56 
QuestionSocket problem Pin
Anu_Bala16-May-06 0:13
Anu_Bala16-May-06 0:13 
AnswerRe: Socket problem Pin
Laxman Auti16-May-06 1:52
Laxman Auti16-May-06 1:52 
QuestionSend email. Pin
HarishDixit16-May-06 0:06
HarishDixit16-May-06 0:06 
AnswerRe: Send email. Pin
Laxman Auti16-May-06 1:18
Laxman Auti16-May-06 1:18 
GeneralRe: Send email. Pin
ThatsAlok16-May-06 1:25
ThatsAlok16-May-06 1:25 
GeneralRe: Send email. Pin
ThatsAlok16-May-06 1:38
ThatsAlok16-May-06 1:38 
Questiongiv me idea Pin
ramyasangeet16-May-06 0:03
ramyasangeet16-May-06 0:03 
AnswerRe: giv me idea Pin
_AnsHUMAN_ 16-May-06 0:17
_AnsHUMAN_ 16-May-06 0:17 
GeneralRe: giv me idea Pin
ramyasangeet16-May-06 0:46
ramyasangeet16-May-06 0:46 
GeneralRe: giv me idea Pin
_AnsHUMAN_ 16-May-06 0:51
_AnsHUMAN_ 16-May-06 0:51 
GeneralRe: giv me idea Pin
ramyasangeet16-May-06 0:57
ramyasangeet16-May-06 0:57 
GeneralRe: giv me idea Pin
_AnsHUMAN_ 16-May-06 1:07
_AnsHUMAN_ 16-May-06 1:07 

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.