TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
rambles
NA
1
0
How to print a unicode at predefined position?(use WritePrinter)
Sep 1 2004 2:46 AM
In the DirectPrint sample code: ...... [ DllImport( "winspool.drv",CharSet=CharSet.Ansi,ExactSpelling=true, CallingConvention=CallingConvention.StdCall)] public static extern long WritePrinter(IntPtr hPrinter,string data, int buf,ref int pcWritten); ...... when I replaced "Ansi" with "Unicode" and put some unicode word into 'data', unreadable letters were prited . Can anybody help me settle this problem ? Thanks a lot !
Reply
Answers (
0
)
Related to creating object(urgent)
resize an animated gif with c#