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

.NET (Core and Framework)

 
GeneralChanging Crystal report display dynamically Pin
Sujith_Manuel16-Dec-04 18:45
Sujith_Manuel16-Dec-04 18:45 
GeneralFilter Drivers Pin
mmsspp15-Dec-04 18:18
mmsspp15-Dec-04 18:18 
GeneralCompac Framework Pin
dcudev.lcr15-Dec-04 8:38
dcudev.lcr15-Dec-04 8:38 
GeneralNo touch deployment bug Pin
itair15-Dec-04 2:32
itair15-Dec-04 2:32 
GeneralRe: No touch deployment bug Pin
itair15-Dec-04 18:26
itair15-Dec-04 18:26 
Questiona bug in loading tiff 16bit images? Pin
anurik15-Dec-04 1:38
anurik15-Dec-04 1:38 
Generalwindow border size Pin
anurik14-Dec-04 23:55
anurik14-Dec-04 23:55 
GeneralRe: window border size Pin
Mathew Hall15-Dec-04 1:24
Mathew Hall15-Dec-04 1:24 
You can use the Form's ClientSize property to achieve this.

Form.ClientSize = Image.Size;

From the MSDN docs:
Form.ClientSize Property - Gets or sets the size of the client area of the form. The size of the client area of the form is the size of the form excluding the borders and the title bar. The client area of a form is the area within a form where controls can be placed. You can use this property to get the proper dimensions when performing graphics operations or when sizing and positioning controls on the form. To get the size of the entire form, use the Size property or use the individual properties Height and Width

"I think I speak on behalf of everyone here when I say huh?" - Buffy
GeneralRe: window border size Pin
anurik15-Dec-04 2:37
anurik15-Dec-04 2:37 
GeneralRe: window border size Pin
benjymous15-Dec-04 5:56
benjymous15-Dec-04 5:56 
GeneralRe: window border size Pin
anurik15-Dec-04 22:54
anurik15-Dec-04 22:54 
GeneralRe: window border size Pin
Mathew Hall16-Dec-04 22:05
Mathew Hall16-Dec-04 22:05 
GeneralTime out with HttpWebRequest Pin
Manjunath N.A14-Dec-04 23:20
Manjunath N.A14-Dec-04 23:20 
GeneralIE Hosting problem Pin
Ryszard Krakowiak14-Dec-04 20:58
Ryszard Krakowiak14-Dec-04 20:58 
QuestionWhich registry values are updated when Windows XP Service Pack (1/2) is installed? Pin
mmsspp14-Dec-04 19:40
mmsspp14-Dec-04 19:40 
AnswerRe: Which registry values are updated when Windows XP Service Pack (1/2) is installed? Pin
Mike Dimmick17-Dec-04 13:19
Mike Dimmick17-Dec-04 13:19 
GeneralConsole Application Pin
har04mich14-Dec-04 11:19
har04mich14-Dec-04 11:19 
GeneralRe: Console Application Pin
Mike Dimmick17-Dec-04 13:27
Mike Dimmick17-Dec-04 13:27 
Generalfile processing time Pin
shaw12314-Dec-04 8:50
shaw12314-Dec-04 8:50 
GeneralRe: file processing time Pin
Mike Dimmick17-Dec-04 13:58
Mike Dimmick17-Dec-04 13:58 
GeneralIs it possible: start .Net executable by GUID Pin
nielsvdc14-Dec-04 4:40
nielsvdc14-Dec-04 4:40 
GeneralRe: Is it possible: start .Net executable by GUID Pin
devvvy14-Dec-04 5:53
devvvy14-Dec-04 5:53 
GeneralRe: Is it possible: start .Net executable by GUID Pin
nielsvdc14-Dec-04 10:10
nielsvdc14-Dec-04 10:10 
Generalexception in switching between panels Pin
Vinsent13-Dec-04 22:46
Vinsent13-Dec-04 22:46 
GeneralRe: exception in switching between panels Pin
The Man from U.N.C.L.E.14-Dec-04 4:35
The Man from U.N.C.L.E.14-Dec-04 4:35 

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.