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

C / C++ / MFC

 
AnswerRe: Bitmap Image Problem Pin
Saurabh.Garg5-Nov-08 19:07
Saurabh.Garg5-Nov-08 19:07 
GeneralRe: Bitmap Image Problem Pin
ShilpiP5-Nov-08 19:21
ShilpiP5-Nov-08 19:21 
GeneralRe: Bitmap Image Problem Pin
Saurabh.Garg5-Nov-08 19:47
Saurabh.Garg5-Nov-08 19:47 
GeneralRe: Bitmap Image Problem Pin
ShilpiP5-Nov-08 20:12
ShilpiP5-Nov-08 20:12 
QuestionList View problem Pin
trioum5-Nov-08 18:12
trioum5-Nov-08 18:12 
QuestionHow to convert UNIT into wstring Pin
CodingLover5-Nov-08 17:34
CodingLover5-Nov-08 17:34 
AnswerRe: How to convert UNIT into wstring Pin
Saurabh.Garg5-Nov-08 19:10
Saurabh.Garg5-Nov-08 19:10 
GeneralRe: How to convert UNIT into wstring Pin
CodingLover5-Nov-08 19:17
CodingLover5-Nov-08 19:17 
Thanks,

How about this way?

		<br />
wchar_t buf[8];<br />
wstring str(L"");<br />
_itow(12, buf, 10);<br />
str.append(buf);


Actually I want to do this for values from 0 to 31 only. So I think my buffer size is enough.

I appreciate your help all the time...
CodingLover Smile | :)

GeneralRe: How to convert UNIT into wstring Pin
Saurabh.Garg5-Nov-08 19:38
Saurabh.Garg5-Nov-08 19:38 
QuestionHow to Uniquely identify a Windows OS installation Pin
JackWack5-Nov-08 11:13
JackWack5-Nov-08 11:13 
AnswerRe: How to Uniquely identify a Windows OS installation Pin
enhzflep5-Nov-08 14:54
enhzflep5-Nov-08 14:54 
GeneralRe: How to Uniquely identify a Windows OS installation Pin
alphaxz5-Nov-08 19:08
alphaxz5-Nov-08 19:08 
GeneralRe: How to Uniquely identify a Windows OS installation Pin
Iain Clarke, Warrior Programmer6-Nov-08 1:15
Iain Clarke, Warrior Programmer6-Nov-08 1:15 
QuestionHow skin programs work? Pin
Hadi Dayvary5-Nov-08 9:57
professionalHadi Dayvary5-Nov-08 9:57 
AnswerRe: How skin programs work? Pin
Saurabh.Garg5-Nov-08 16:19
Saurabh.Garg5-Nov-08 16:19 
QuestionMessage Mapping - VC++ 6.0 into Studio 2005 Pin
john john mackey5-Nov-08 8:54
john john mackey5-Nov-08 8:54 
QuestionRe: Message Mapping - VC++ 6.0 into Studio 2005 Pin
CPallini5-Nov-08 9:24
mveCPallini5-Nov-08 9:24 
AnswerRe: Message Mapping - VC++ 6.0 into Studio 2005 Pin
john john mackey5-Nov-08 9:42
john john mackey5-Nov-08 9:42 
GeneralRe: Message Mapping - VC++ 6.0 into Studio 2005 Pin
CPallini5-Nov-08 9:57
mveCPallini5-Nov-08 9:57 
GeneralRe: Message Mapping - VC++ 6.0 into Studio 2005 Pin
john john mackey5-Nov-08 10:53
john john mackey5-Nov-08 10:53 
GeneralRe: Message Mapping - VC++ 6.0 into Studio 2005 Pin
CPallini5-Nov-08 22:03
mveCPallini5-Nov-08 22:03 
AnswerRe: Message Mapping - VC++ 6.0 into Studio 2005 Pin
john john mackey5-Nov-08 9:33
john john mackey5-Nov-08 9:33 
AnswerRe: Message Mapping - VC++ 6.0 into Studio 2005 Pin
Maximilien5-Nov-08 9:52
Maximilien5-Nov-08 9:52 
AnswerRe: Message Mapping - VC++ 6.0 into Studio 2005 Pin
Iain Clarke, Warrior Programmer5-Nov-08 11:57
Iain Clarke, Warrior Programmer5-Nov-08 11:57 
GeneralRe: Message Mapping - VC++ 6.0 into Studio 2005 Pin
W.Kim 19875-Nov-08 23:35
W.Kim 19875-Nov-08 23:35 

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.