Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~919 People Reached
Favorite Forums
Favorite Tags

3 Posted Topics

Member Avatar for Stivi

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 …

Member Avatar for Mayo
0
609
Member Avatar for Mayo

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. :-|

Member Avatar for Mayo
0
138
Member Avatar for indangasy

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:

Member Avatar for Mayo
0
172

The End.