Click here to Skip to main content
15,892,768 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: IL Code to DLL Pin
Gedrain23-May-06 11:42
Gedrain23-May-06 11:42 
Questiontextbox Pin
locaas22-May-06 1:20
locaas22-May-06 1:20 
AnswerRe: textbox Pin
Rabbit1722-May-06 6:26
Rabbit1722-May-06 6:26 
Questionolap access rights using .Net Pin
sohne21-May-06 20:36
sohne21-May-06 20:36 
QuestionGDI+ Graphics question... [modified] Pin
new_phoenix20-May-06 13:18
new_phoenix20-May-06 13:18 
AnswerRe: GDI+ Graphics question... [modified] Pin
Ed.Poore21-May-06 12:00
Ed.Poore21-May-06 12:00 
GeneralRe: GDI+ Graphics question... [modified] Pin
new_phoenix22-May-06 13:37
new_phoenix22-May-06 13:37 
GeneralRe: GDI+ Graphics question... [modified] Pin
Ed.Poore23-May-06 5:13
Ed.Poore23-May-06 5:13 
There are several options:
1. To draw the image unscaled but cropped inside the rectangle then use the Graphics.DrawImageUnscaledAndClipped(image, x, y, width, height) method.
2. To draw the image scaled down to the rectangle then use:
Graphics.DrawImage(image, x, y, width, height). <br />
<br />
<hr>You know you're a Land Rover owner when the best route from point A to point B is through the mud.<br />
<br />
Ed

GeneralRe: GDI+ Graphics question... [modified] Pin
new_phoenix25-May-06 13:17
new_phoenix25-May-06 13:17 
AnswerRe: GDI+ Graphics question... [modified] Pin
alexey N22-May-06 0:34
alexey N22-May-06 0:34 
GeneralRe: GDI+ Graphics question... [modified] Pin
new_phoenix22-May-06 13:36
new_phoenix22-May-06 13:36 
GeneralRe: GDI+ Graphics question... [modified] Pin
alexey N22-May-06 17:25
alexey N22-May-06 17:25 
GeneralRe: GDI+ Graphics question... [modified] Pin
new_phoenix25-May-06 13:19
new_phoenix25-May-06 13:19 
QuestionCommand link Pin
rsenk320-May-06 9:35
rsenk320-May-06 9:35 
AnswerRe: Command link Pin
Ed.Poore21-May-06 12:03
Ed.Poore21-May-06 12:03 
Questionwhat is new in dot net 2005 Pin
DotnetRafi20-May-06 2:03
DotnetRafi20-May-06 2:03 
AnswerRe: what is new in dot net 2005 Pin
Ed.Poore21-May-06 12:06
Ed.Poore21-May-06 12:06 
GeneralRe: what is new in dot net 2005 Pin
Kevin McFarlane21-May-06 12:14
Kevin McFarlane21-May-06 12:14 
GeneralRe: what is new in dot net 2005 Pin
Ed.Poore21-May-06 20:42
Ed.Poore21-May-06 20:42 
GeneralRe: what is new in dot net 2005 Pin
Paul Conrad22-May-06 6:00
professionalPaul Conrad22-May-06 6:00 
GeneralRe: what is new in dot net 2005 Pin
Ed.Poore22-May-06 7:21
Ed.Poore22-May-06 7:21 
GeneralRe: what is new in dot net 2005 Pin
Josh Smith23-May-06 7:22
Josh Smith23-May-06 7:22 
GeneralRe: what is new in dot net 2005 Pin
Ed.Poore23-May-06 8:00
Ed.Poore23-May-06 8:00 
QuestionCan you securely connect to MySQL DB without SSL Pin
Rabbit1719-May-06 7:10
Rabbit1719-May-06 7:10 
QuestionAllow wildcard use on prompt value in SQL RS Pin
karenjturner19-May-06 6:21
karenjturner19-May-06 6:21 

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.