Click here to Skip to main content
15,880,725 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionMS C Runtime conflict Pin
Tuakisan22-May-08 0:24
Tuakisan22-May-08 0:24 
Questionhow to create transparent window ? Pin
ZhiLiangLin21-May-08 23:24
ZhiLiangLin21-May-08 23:24 
AnswerRe: how to create transparent window ? Pin
manish.patel21-May-08 23:33
manish.patel21-May-08 23:33 
AnswerRe: how to create transparent window ? Pin
Hamid_RT22-May-08 0:07
Hamid_RT22-May-08 0:07 
GeneralRe: how to create transparent window ? Pin
ZhiLiangLin22-May-08 1:14
ZhiLiangLin22-May-08 1:14 
QuestionHow to convert _TCHAR* to long Pin
manju#12321-May-08 22:55
manju#12321-May-08 22:55 
AnswerRe: How to convert _TCHAR* to long Pin
manish.patel21-May-08 23:00
manish.patel21-May-08 23:00 
GeneralRe: How to convert _TCHAR* to long[modified] Pin
manish.patel21-May-08 23:08
manish.patel21-May-08 23:08 
You can use this also:

TCHAR *x = "1252655";<br />
	long val;<br />
	sscanf(x, "%ld", &val);<br />


Manish Patel.
B.E. - Information Technology.


GeneralRe: How to convert _TCHAR* to lon Pin
toxcct22-May-08 0:34
toxcct22-May-08 0:34 
AnswerRe: How to convert _TCHAR* to long Pin
Dominik Reichl21-May-08 23:01
Dominik Reichl21-May-08 23:01 
Questioncombo box problem Pin
trioum21-May-08 21:29
trioum21-May-08 21:29 
AnswerRe: combo box problem Pin
Cedric Moonen21-May-08 21:32
Cedric Moonen21-May-08 21:32 
AnswerRe: combo box problem Pin
Chandrasekharan P21-May-08 21:46
Chandrasekharan P21-May-08 21:46 
QuestionHello, Gurus, I need your suggestion about VC and BCB. Pin
zengkun10021-May-08 21:27
zengkun10021-May-08 21:27 
AnswerRe: Hello, Gurus, I need your suggestion about VC and BCB. Pin
Rajesh R Subramanian21-May-08 22:28
professionalRajesh R Subramanian21-May-08 22:28 
GeneralRe: Hello, Gurus, I need your suggestion about VC and BCB. Pin
zengkun10021-May-08 22:38
zengkun10021-May-08 22:38 
AnswerRe: Hello, Gurus, I need your suggestion about VC and BCB. Pin
Stephen Hewitt22-May-08 18:50
Stephen Hewitt22-May-08 18:50 
QuestionExplicitly link DLL [modified] Pin
shakumar_2221-May-08 21:02
shakumar_2221-May-08 21:02 
AnswerRe: Dynamic DLL Pin
Rajesh R Subramanian21-May-08 21:08
professionalRajesh R Subramanian21-May-08 21:08 
AnswerRe: Dynamic DLL Pin
Cedric Moonen21-May-08 21:12
Cedric Moonen21-May-08 21:12 
GeneralRe: Dynamic DLL Pin
shakumar_2221-May-08 21:46
shakumar_2221-May-08 21:46 
GeneralRe: Dynamic DLL Pin
Cedric Moonen21-May-08 21:53
Cedric Moonen21-May-08 21:53 
GeneralRe: Dynamic DLL [modified] Pin
Rajesh R Subramanian21-May-08 21:56
professionalRajesh R Subramanian21-May-08 21:56 
GeneralRe: Dynamic DLL Pin
Cedric Moonen21-May-08 22:03
Cedric Moonen21-May-08 22:03 
GeneralRe: Dynamic DLL Pin
Rajesh R Subramanian21-May-08 22:10
professionalRajesh R Subramanian21-May-08 22:10 

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.