Click here to Skip to main content
15,912,072 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to get column count of ListCtrl Pin
khan++20-Apr-05 1:00
khan++20-Apr-05 1:00 
AnswerRe: How to get column count of ListCtrl Pin
beerboy_2220-Apr-05 1:17
beerboy_2220-Apr-05 1:17 
GeneralRe: How to get column count of ListCtrl Pin
khan++20-Apr-05 1:28
khan++20-Apr-05 1:28 
GeneralAdd a shortcut to "Network Connections" Pin
Chuaaico20-Apr-05 0:13
Chuaaico20-Apr-05 0:13 
GeneralProblem with CToolBar and XP Pin
Emilio-R20-Apr-05 0:07
Emilio-R20-Apr-05 0:07 
GeneralRe: Problem with CToolBar and XP Pin
John Shaw20-Apr-05 7:03
John Shaw20-Apr-05 7:03 
GeneralCString to char conversion Pin
hithesh19-Apr-05 23:24
hithesh19-Apr-05 23:24 
GeneralRe: CString to char conversion Pin
22491719-Apr-05 23:41
22491719-Apr-05 23:41 
CString strPrice(_T("22.5"));
TCHAR* szPrice = strPrice.GetBuffer(strPrice.GetLength());
//do your conversion here
strPrice.ReleaseBuffer();



suhredayan
There is no spoon.

GeneralRe: CString to char conversion Pin
ThatsAlok20-Apr-05 0:04
ThatsAlok20-Apr-05 0:04 
GeneralRe: CString to char conversion Pin
hithesh20-Apr-05 0:12
hithesh20-Apr-05 0:12 
GeneralRe: CString to char conversion Pin
ThatsAlok20-Apr-05 0:21
ThatsAlok20-Apr-05 0:21 
GeneralRe: CString to char conversion Pin
hithesh20-Apr-05 5:04
hithesh20-Apr-05 5:04 
GeneralRe: CString to char conversion Pin
ThatsAlok19-Apr-05 23:51
ThatsAlok19-Apr-05 23:51 
GeneralRe: CString to char conversion Pin
ThatsAlok20-Apr-05 0:00
ThatsAlok20-Apr-05 0:00 
GeneralRe: CString to char conversion Pin
David Crow20-Apr-05 2:27
David Crow20-Apr-05 2:27 
GeneralRe: CString to char conversion Pin
ThatsAlok20-Apr-05 20:21
ThatsAlok20-Apr-05 20:21 
GeneralRe: CString to char conversion Pin
hithesh20-Apr-05 7:50
hithesh20-Apr-05 7:50 
GeneralRe: CString to char conversion Pin
James R. Twine20-Apr-05 8:04
James R. Twine20-Apr-05 8:04 
GeneralRe: CString to char conversion Pin
hithesh20-Apr-05 8:09
hithesh20-Apr-05 8:09 
GeneralRe: CString to char conversion Pin
James R. Twine20-Apr-05 8:14
James R. Twine20-Apr-05 8:14 
GeneralRe: CString to char conversion Pin
hithesh20-Apr-05 8:26
hithesh20-Apr-05 8:26 
GeneralRe: CString to char conversion Pin
James R. Twine20-Apr-05 8:50
James R. Twine20-Apr-05 8:50 
GeneralRe: CString to char conversion Pin
hithesh20-Apr-05 9:26
hithesh20-Apr-05 9:26 
GeneralRe: CString to char conversion Pin
Rick York20-Apr-05 10:22
mveRick York20-Apr-05 10:22 
GeneralRe: CString to char conversion Pin
hithesh20-Apr-05 10:38
hithesh20-Apr-05 10:38 

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.