Click here to Skip to main content
15,899,475 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionUsing CxImageLib Pin
Kiran Pinjala7-Aug-06 0:38
Kiran Pinjala7-Aug-06 0:38 
AnswerRe: Using CxImageLib Pin
Programm3r7-Aug-06 0:40
Programm3r7-Aug-06 0:40 
GeneralRe: Using CxImageLib Pin
Kiran Pinjala7-Aug-06 0:50
Kiran Pinjala7-Aug-06 0:50 
GeneralRe: Using CxImageLib Pin
Programm3r7-Aug-06 0:59
Programm3r7-Aug-06 0:59 
AnswerRe: Using CxImageLib Pin
Viorel.7-Aug-06 1:33
Viorel.7-Aug-06 1:33 
GeneralRe: Using CxImageLib Pin
Kiran Pinjala7-Aug-06 2:05
Kiran Pinjala7-Aug-06 2:05 
GeneralRe: Using CxImageLib Pin
Viorel.7-Aug-06 2:46
Viorel.7-Aug-06 2:46 
GeneralRe: Using CxImageLib Pin
Kiran Pinjala7-Aug-06 2:53
Kiran Pinjala7-Aug-06 2:53 
Thank you Viorel.
Now it has shown the white page but i wonder why it hasn't shown my text on it. It only a balnk page created.

My code is

	FILE *fp1,*fp2;<br />
	fp1 = fopen(fileSrc,"r");<br />
	fp2 = fopen(fileDest,"wb+");<br />
<br />
	while((ch[0] = fgetc(fp1))!= EOF)<br />
	{<br />
		if(ch[0] == '\n' || ch[0] =='\r')<br />
		{<br />
			x=10;<br />
			y+=10;<br />
		}<br />
		x+=10;<br />
		ch[1]='\0';<br />
		image.DrawString(hdc, x, y, ch,c, "Arial");<br />
	}<br />
<br />
	fclose(fp1);<br />
	fclose(fp2);


KIRAN PINJARLA

GeneralRe: Using CxImageLib Pin
Viorel.7-Aug-06 3:00
Viorel.7-Aug-06 3:00 
GeneralRe: Using CxImageLib Pin
Kiran Pinjala7-Aug-06 2:47
Kiran Pinjala7-Aug-06 2:47 
GeneralRe: Using CxImageLib Pin
Viorel.7-Aug-06 3:12
Viorel.7-Aug-06 3:12 
QuestionHow to launch Microsoft Word Pin
Wim Engberts7-Aug-06 0:03
Wim Engberts7-Aug-06 0:03 
AnswerRe: How to launch Microsoft Word Pin
Rage7-Aug-06 0:24
professionalRage7-Aug-06 0:24 
AnswerRe: How to launch Microsoft Word Pin
Hamid_RT7-Aug-06 2:29
Hamid_RT7-Aug-06 2:29 
AnswerRe: How to launch Microsoft Word Pin
georgekjolly7-Aug-06 20:02
georgekjolly7-Aug-06 20:02 
QuestionA Question about void! Pin
Abhishek Shekhar6-Aug-06 23:48
Abhishek Shekhar6-Aug-06 23:48 
AnswerRe: A Question about void! Pin
Programm3r6-Aug-06 23:59
Programm3r6-Aug-06 23:59 
AnswerRe: A Question about void! Pin
Zac Howland7-Aug-06 5:27
Zac Howland7-Aug-06 5:27 
QuestionNothing on codeproject I NEED HELP ! Pin
Bravoone_20066-Aug-06 23:30
Bravoone_20066-Aug-06 23:30 
AnswerRe: Nothing on codeproject I NEED HELP ! Pin
Bravoone_20066-Aug-06 23:46
Bravoone_20066-Aug-06 23:46 
GeneralRe: Nothing on codeproject I NEED HELP ! Pin
kakan7-Aug-06 0:04
professionalkakan7-Aug-06 0:04 
GeneralRe: Nothing on codeproject I NEED HELP ! Pin
Bravoone_20067-Aug-06 0:09
Bravoone_20067-Aug-06 0:09 
GeneralRe: Nothing on codeproject I NEED HELP ! [modified] Pin
kakan7-Aug-06 0:17
professionalkakan7-Aug-06 0:17 
GeneralRe: Nothing on codeproject I NEED HELP ! Pin
David Crow7-Aug-06 3:12
David Crow7-Aug-06 3:12 
GeneralRe: Nothing on codeproject I NEED HELP ! Pin
kakan7-Aug-06 19:18
professionalkakan7-Aug-06 19:18 

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.