Click here to Skip to main content
15,906,625 members
Home / Discussions / C#
   

C#

 
AnswerRe: best connection sql server in c# windows application(clinet/server) Pin
Pete O'Hanlon20-Jun-18 3:03
mvePete O'Hanlon20-Jun-18 3:03 
AnswerRe: best connection sql server in c# windows application(clinet/server) Pin
Eddy Vluggen20-Jun-18 7:15
professionalEddy Vluggen20-Jun-18 7:15 
AnswerRe: best connection sql server in c# windows application(clinet/server) Pin
Gerry Schmitz21-Jun-18 8:39
mveGerry Schmitz21-Jun-18 8:39 
GeneralRe: best connection sql server in c# windows application(clinet/server) Pin
Eddy Vluggen22-Jun-18 2:28
professionalEddy Vluggen22-Jun-18 2:28 
QuestionVisual Studio 2017(C#_WinForm), Chameleon3 CM3-U3-13Y3M control question Pin
Member 1387921619-Jun-18 19:39
Member 1387921619-Jun-18 19:39 
AnswerRe: Visual Studio 2017(C#_WinForm), Chameleon3 CM3-U3-13Y3M control question Pin
OriginalGriff19-Jun-18 20:56
mveOriginalGriff19-Jun-18 20:56 
GeneralRe: Visual Studio 2017(C#_WinForm), Chameleon3 CM3-U3-13Y3M control question Pin
Member 1387921619-Jun-18 21:14
Member 1387921619-Jun-18 21:14 
GeneralRe: Visual Studio 2017(C#_WinForm), Chameleon3 CM3-U3-13Y3M control question Pin
OriginalGriff19-Jun-18 21:24
mveOriginalGriff19-Jun-18 21:24 
AnswerRe: Visual Studio 2017(C#_WinForm), Chameleon3 CM3-U3-13Y3M control question Pin
Dave Kreskowiak20-Jun-18 4:27
mveDave Kreskowiak20-Jun-18 4:27 
GeneralRe: Visual Studio 2017(C#_WinForm), Chameleon3 CM3-U3-13Y3M control question Pin
Member 1387921620-Jun-18 16:59
Member 1387921620-Jun-18 16:59 
QuestionC# - Convert Pixels ( X & Y ) points to Longitude and Latitude Pin
Member 1384510217-Jun-18 18:18
Member 1384510217-Jun-18 18:18 
AnswerRe: C# - Convert Pixels ( X & Y ) points to Longitude and Latitude Pin
V.17-Jun-18 18:34
professionalV.17-Jun-18 18:34 
Find the boundaries (x, y - topleft and x1, y2 bottomright) in the coordinate system. Make sure where you know where 0,0 is.

if your height in pixels is eg 1200 pixels you know that 1200 pixels have a range of -90 to +90 degrees (latitude). if the width is eg 1600 pixels you know that 1600 pixels have a range of -180 to +180 degrees (longitude). From there you can calculate the value of degrees 1 pixel has for the X and Y axis.

Hope this gets you started.
V.

AnswerRe: C# - Convert Pixels ( X & Y ) points to Longitude and Latitude Pin
User 742933817-Jun-18 21:40
professionalUser 742933817-Jun-18 21:40 
GeneralRe: C# - Convert Pixels ( X & Y ) points to Longitude and Latitude Pin
V.17-Jun-18 21:45
professionalV.17-Jun-18 21:45 
GeneralRe: C# - Convert Pixels ( X & Y ) points to Longitude and Latitude Pin
Nathan Minier18-Jun-18 2:03
professionalNathan Minier18-Jun-18 2:03 
QuestionHow can I deserialize different XML files in a list/Array? Pin
SebGM201817-Jun-18 14:51
SebGM201817-Jun-18 14:51 
AnswerRe: How can I deserialize different XML files in a list/Array? Pin
Mycroft Holmes17-Jun-18 20:54
professionalMycroft Holmes17-Jun-18 20:54 
AnswerRe: How can I deserialize different XML files in a list/Array? Pin
Richard MacCutchan17-Jun-18 21:43
mveRichard MacCutchan17-Jun-18 21:43 
QuestionHandling Extraparam From jQGrid In MVC Controller Method Pin
MadDashCoder15-Jun-18 13:03
MadDashCoder15-Jun-18 13:03 
AnswerRe: Handling Extraparam From jQGrid In MVC Controller Method Pin
Richard MacCutchan15-Jun-18 21:19
mveRichard MacCutchan15-Jun-18 21:19 
QuestionNeed to compare textbox with list created by me and then redirect somewhere if successful. Pin
Dhruv Nunia14-Jun-18 0:58
Dhruv Nunia14-Jun-18 0:58 
AnswerRe: Need to compare textbox with list created by me and then redirect somewhere if successful. Pin
Eddy Vluggen14-Jun-18 2:23
professionalEddy Vluggen14-Jun-18 2:23 
GeneralRe: Need to compare textbox with list created by me and then redirect somewhere if successful. Pin
Richard Deeming14-Jun-18 2:30
mveRichard Deeming14-Jun-18 2:30 
GeneralRe: Need to compare textbox with list created by me and then redirect somewhere if successful. Pin
Eddy Vluggen14-Jun-18 2:56
professionalEddy Vluggen14-Jun-18 2:56 
GeneralRe: Need to compare textbox with list created by me and then redirect somewhere if successful. Pin
#realJSOP17-Jun-18 5:09
professional#realJSOP17-Jun-18 5:09 

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.