No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
Re: Hay man if u are still looking for a way to insert images into a TextBox here is a way. Just execute the following method. PS: It uses a "RichTextBox" [code]public void InsertImage(string pic) { //string lstrFile = fileDialog.FileName; string lstrFile = pic; Bitmap myBitmap = new Bitmap(lstrFile); // Copy … | |
Hey ppl, i'm quite new to the whole programming thing so bear with me. I want to use a RichTextBox as a body for a email. How do i get the textBox to accept images. :-| | |
Re: Hey ppl. I found a few solutions for vb on the "Picture in RichTextBox", but can anyone please help me with some c# code..... .:sad: |
The End.