Click here to Skip to main content
16,005,222 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Problem in using TCHAR Pin
Owner drawn27-Dec-05 20:44
Owner drawn27-Dec-05 20:44 
GeneralRe: Problem in using TCHAR Pin
G Haranadh27-Dec-05 20:53
G Haranadh27-Dec-05 20:53 
GeneralRe: Problem in using TCHAR Pin
Owner drawn27-Dec-05 21:01
Owner drawn27-Dec-05 21:01 
GeneralRe: Problem in using TCHAR Pin
sunit527-Dec-05 22:50
sunit527-Dec-05 22:50 
AnswerRe: Problem in using TCHAR Pin
Prakash Nadar27-Dec-05 21:24
Prakash Nadar27-Dec-05 21:24 
AnswerRe: Problem in using TCHAR Pin
vikas amin27-Dec-05 22:48
vikas amin27-Dec-05 22:48 
GeneralRe: Problem in using TCHAR Pin
sunit527-Dec-05 22:52
sunit527-Dec-05 22:52 
GeneralRe: Problem in using TCHAR Pin
vikas amin27-Dec-05 23:13
vikas amin27-Dec-05 23:13 
Yeh u r right
but this works i have done it


int Add(int a,int b)<br />
{<br />
	return a+b;<br />
}<br />
<br />
//In Main functino <br />
char str1[100];<br />
sprintf(str1,"The Sum is %d",Add(10,20));<br />
MessageBox(NULL,str1,_T("Add"),NULL);


Cool | :cool:

Vikas Amin
Embin Technology
Bombay
vikas.amin@embin.com
GeneralRe: Problem in using TCHAR Pin
sunit527-Dec-05 23:16
sunit527-Dec-05 23:16 
GeneralRe: Problem in using TCHAR Pin
ThatsAlok28-Dec-05 0:45
ThatsAlok28-Dec-05 0:45 
GeneralRe: Problem in using TCHAR Pin
sunit528-Dec-05 1:25
sunit528-Dec-05 1:25 
GeneralRe: Problem in using TCHAR Pin
Prakash Nadar28-Dec-05 5:37
Prakash Nadar28-Dec-05 5:37 
GeneralRe: Problem in using TCHAR Pin
sunit528-Dec-05 20:09
sunit528-Dec-05 20:09 
AnswerRe: Problem in using TCHAR Pin
Gary R. Wheeler28-Dec-05 6:43
Gary R. Wheeler28-Dec-05 6:43 
GeneralRe: Gr8, Now working fine. Thanks for all. :) Pin
G Haranadh28-Dec-05 7:05
G Haranadh28-Dec-05 7:05 
Questionfading a dialogbox in Pin
_kane_27-Dec-05 20:19
_kane_27-Dec-05 20:19 
AnswerRe: fading a dialogbox in Pin
Owner drawn27-Dec-05 20:38
Owner drawn27-Dec-05 20:38 
GeneralRe: fading a dialogbox in Pin
_kane_27-Dec-05 23:36
_kane_27-Dec-05 23:36 
GeneralRe: fading a dialogbox in Pin
vikas amin27-Dec-05 23:48
vikas amin27-Dec-05 23:48 
GeneralRe: fading a dialogbox in Pin
Owner drawn27-Dec-05 23:51
Owner drawn27-Dec-05 23:51 
GeneralRe: fading a dialogbox in Pin
_kane_28-Dec-05 0:42
_kane_28-Dec-05 0:42 
NewsRe: fading a dialogbox in Pin
_kane_28-Dec-05 1:02
_kane_28-Dec-05 1:02 
GeneralRe: fading a dialogbox in Pin
Owner drawn28-Dec-05 16:37
Owner drawn28-Dec-05 16:37 
AnswerRe: fading a dialogbox in Pin
ThatsAlok28-Dec-05 0:34
ThatsAlok28-Dec-05 0:34 
AnswerRe: fading a dialogbox in Pin
ThatsAlok28-Dec-05 0:39
ThatsAlok28-Dec-05 0:39 

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.