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
ahmed salah
NA
530
148.7k
How to change color qr generating to another color of black
Mar 11 2017 12:46 PM
I working in visual studio 2015 windows form application
I generating qr using messagetoolkit library and it working good without any problem
I face only one problem i need to change color of qr to another color different to
black as blue or red or green like that
so that how to do color qr code using messagetoolkit
my code
MessagingToolkit.QRCode.Codec.QRCodeEncoder encoder =
new
MessagingToolkit.QRCode.Codec.QRCodeEncoder();
encoder.QRCodeScale = 8;
Bitmap bmp = encoder.Encode(textBox1.Text);
pictureBox1.Image = bmp;
bmp.Save(sv.FileName, ImageFormat.Jpeg);
Reply
Answers (
13
)
can any say how to remove the duplicates in a text file
any one help me ---gird view control