Click here to Skip to main content
15,911,315 members
Home / Discussions / C#
   

C#

 
GeneralSend Hex file to CommPort Pin
Member Salamon26-Mar-03 12:41
Member Salamon26-Mar-03 12:41 
GeneralMessageBox's Pin
jtmtv1826-Mar-03 10:07
jtmtv1826-Mar-03 10:07 
GeneralRe: MessageBox's Pin
Le centriste26-Mar-03 11:05
Le centriste26-Mar-03 11:05 
GeneralRe: MessageBox's Pin
jtmtv1826-Mar-03 12:34
jtmtv1826-Mar-03 12:34 
GeneralRe: MessageBox's Pin
Nick Seng26-Mar-03 16:57
Nick Seng26-Mar-03 16:57 
GeneralBitmaps and Graphics Pin
Jon Newman26-Mar-03 8:06
Jon Newman26-Mar-03 8:06 
GeneralRe: Bitmaps and Graphics Pin
Nathan Blomquist26-Mar-03 8:16
Nathan Blomquist26-Mar-03 8:16 
GeneralRe: Bitmaps and Graphics Pin
Jon Newman26-Mar-03 8:23
Jon Newman26-Mar-03 8:23 
Nathan Blomquist wrote:
If you only wish to modify for use during the current instance and lose all changes when you shut your app down, you can use the Graphics class and its paint methods.

Thats the one I meant Smile | :)


Nathan Blomquist wrote:
g.DrawString("Some String Here",myFont,myBrush,myPointF);

This doesn't work, I don't know why....it only load up the original bitmap...
Rectangle rect = new Rectangle(this.Location.X + 87,this.Location.Y + 11,150,36);
string show = author.ToString();

g.DrawString(show,new Font("Arial",13),new SolidBrush(Color.Red),rect);

...
//later on I use this to use the modified bitmap.

this.img = bit;



"If you just say porn then you get all manner of chaff and low grade stuff."
- Paul Watson, Lounge 25 Mar 03
"But a fresh install - it's like having clean sheets"
- C. Maunder Lounge 3 Mar '03



Jonathan 'nonny' Newman
Homepage [www.nonny.com] [^]
GeneralRe: Bitmaps and Graphics Pin
Jon Newman26-Mar-03 8:27
Jon Newman26-Mar-03 8:27 
GeneralBuild Properties problem Pin
Le centriste26-Mar-03 5:44
Le centriste26-Mar-03 5:44 
GeneralRe: Build Properties problem Pin
Thomas Freudenberg8-Apr-03 14:42
Thomas Freudenberg8-Apr-03 14:42 
QuestionPID of current process? Pin
se99ts26-Mar-03 5:13
se99ts26-Mar-03 5:13 
AnswerRe: PID of current process? Pin
Stephane Rodriguez.26-Mar-03 5:22
Stephane Rodriguez.26-Mar-03 5:22 
GeneralRe: PID of current process? Pin
se99ts26-Mar-03 5:25
se99ts26-Mar-03 5:25 
GeneralRe: PID of current process? Pin
Stephane Rodriguez.26-Mar-03 6:10
Stephane Rodriguez.26-Mar-03 6:10 
GeneralRe: PID of current process? Pin
se99ts26-Mar-03 6:13
se99ts26-Mar-03 6:13 
GeneralBinding a Repeater with a array of Struct Pin
mablao26-Mar-03 3:22
mablao26-Mar-03 3:22 
QuestionListBox DataBinding, ValueMember? Pin
STW26-Mar-03 3:18
STW26-Mar-03 3:18 
AnswerRe: ListBox DataBinding, ValueMember? Pin
VoidMainVoid30-Mar-03 15:52
VoidMainVoid30-Mar-03 15:52 
GeneralRe: ListBox DataBinding, ValueMember? Pin
STW30-Mar-03 21:43
STW30-Mar-03 21:43 
GeneralReference to runtime generate assembly Pin
alper26-Mar-03 1:27
alper26-Mar-03 1:27 
GeneralIntellisense and multi file assembly Pin
VizOne25-Mar-03 23:32
VizOne25-Mar-03 23:32 
GeneralRe: Intellisense and multi file assembly Pin
S O S26-Mar-03 2:32
S O S26-Mar-03 2:32 
GeneralRe: Intellisense and multi file assembly Pin
VizOne26-Mar-03 8:40
VizOne26-Mar-03 8:40 
GeneralVisual Studio .NET desiger BUG Pin
eugenl25-Mar-03 22:59
eugenl25-Mar-03 22:59 

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.