Click here to Skip to main content
16,006,594 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: datagrid, calendar and databinding games... Pin
guim726-Feb-04 21:35
guim726-Feb-04 21:35 
GeneralCOM Interop Pin
jamie__smith23-Feb-04 0:57
jamie__smith23-Feb-04 0:57 
GeneralRe: COM Interop Pin
Matt Philmon23-Feb-04 4:01
Matt Philmon23-Feb-04 4:01 
GeneralRe: COM Interop Pin
Ernst Kuschke4-Mar-04 5:09
Ernst Kuschke4-Mar-04 5:09 
QuestionNMake ?? Pin
Maharishi Bhatia22-Feb-04 17:58
Maharishi Bhatia22-Feb-04 17:58 
AnswerRe: NMake ?? Pin
ian mariano26-Feb-04 1:32
ian mariano26-Feb-04 1:32 
GeneralWindow Location, Multiple Monitor Pin
Matt Philmon20-Feb-04 19:46
Matt Philmon20-Feb-04 19:46 
GeneralRe: Window Location, Multiple Monitor Pin
apferreira26-Feb-04 7:47
apferreira26-Feb-04 7:47 
When running an application on a multiple monitor environment the coordinates of the form are the coordinates for the combined desktop.

The .NET Framework provides the Form.DesktopLocation property to set and get the location of forms in multimonitor environments. So, in the code you posted above you should remove stataments like

Me.Location = New Drawing.Point(loc.Right,(loc.Bottom -
loc.Top)/2)


replacing them with

Me.DesktopLocation = New System.Drawing.Point(loc.Right,(loc.Bottom -<br />
loc.Top)/2)

Questionhow to access web service with SSL from windows application (C#)? Pin
zhyluopro20-Feb-04 13:14
zhyluopro20-Feb-04 13:14 
GeneralTypecast a control Pin
john4620-Feb-04 5:27
john4620-Feb-04 5:27 
GeneralRe: Typecast a control Pin
Judah Gabriel Himango20-Feb-04 6:11
sponsorJudah Gabriel Himango20-Feb-04 6:11 
GeneralRe: Typecast a control Pin
Judah Gabriel Himango20-Feb-04 7:17
sponsorJudah Gabriel Himango20-Feb-04 7:17 
GeneralRe: Typecast a control Pin
john4620-Feb-04 9:29
john4620-Feb-04 9:29 
GeneralRe: Typecast a control Pin
Charlie Williams20-Feb-04 6:54
Charlie Williams20-Feb-04 6:54 
GeneralRe: Typecast a control Pin
Charlie Williams20-Feb-04 7:29
Charlie Williams20-Feb-04 7:29 
GeneralRe: Typecast a control Pin
john4622-Feb-04 6:16
john4622-Feb-04 6:16 
QuestionWhy is System.Web.Mail.SmtpMail.Send so slow? Pin
Anonymous19-Feb-04 8:37
Anonymous19-Feb-04 8:37 
AnswerRe: Why is System.Web.Mail.SmtpMail.Send so slow? Pin
Giles19-Feb-04 9:04
Giles19-Feb-04 9:04 
General.NET and DLL callbacks Pin
Michael Breier19-Feb-04 5:54
Michael Breier19-Feb-04 5:54 
GeneralRe: .NET and DLL callbacks Pin
Matt Philmon20-Feb-04 19:41
Matt Philmon20-Feb-04 19:41 
GeneralRe: .NET and DLL callbacks Pin
Michael Breier22-Feb-04 22:00
Michael Breier22-Feb-04 22:00 
GeneralRe: .NET and DLL callbacks Pin
Michael Breier22-Feb-04 22:17
Michael Breier22-Feb-04 22:17 
GeneralRe: .NET and DLL callbacks Pin
David Moody26-Feb-04 4:36
David Moody26-Feb-04 4:36 
GeneralRe: .NET and DLL callbacks Pin
Michael Breier10-Mar-04 6:46
Michael Breier10-Mar-04 6:46 
GeneralRe: .NET and DLL callbacks Pin
David Moody10-Mar-04 7:22
David Moody10-Mar-04 7:22 

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.