Click here to Skip to main content
15,891,717 members
Home / Discussions / C#
   

C#

 
GeneralCreateProcess call.... Pin
RB@Emphasys31-Mar-04 8:27
RB@Emphasys31-Mar-04 8:27 
GeneralRe: CreateProcess call.... Pin
Heath Stewart31-Mar-04 8:57
protectorHeath Stewart31-Mar-04 8:57 
GeneralRe: CreateProcess call.... Pin
RB@Emphasys31-Mar-04 9:07
RB@Emphasys31-Mar-04 9:07 
GeneralRe: CreateProcess call.... Pin
Heath Stewart31-Mar-04 9:12
protectorHeath Stewart31-Mar-04 9:12 
GeneralRe: CreateProcess call.... Pin
RB@Emphasys31-Mar-04 9:14
RB@Emphasys31-Mar-04 9:14 
GeneralRe: CreateProcess call.... Pin
RB@Emphasys31-Mar-04 9:48
RB@Emphasys31-Mar-04 9:48 
GeneralPlotting on a Map using latitudes/longitudes(GPS) Pin
sibish n b31-Mar-04 7:47
sibish n b31-Mar-04 7:47 
GeneralRe: Plotting on a Map using latitudes/longitudes(GPS) Pin
Bryan White31-Mar-04 8:43
Bryan White31-Mar-04 8:43 
Define 'accuracy' and 'plot'. What method did you use? What is its purpose?
I have experience of plotting lat/long country outlines and GPS data onto a computer screen. Treat the lat/long as a coordinate in 3D space (polar coords with constant Radius - or is this the inaccuracy you talk about? Do you want a more accurate geoid(earth-shape)?). Convert to Cartesian coords (X, Y, Z) Then project onto a 2D surface. Which projection do you want to use? There are hundreds, but probably less than a dozen that cover 99% of needs. Each projection has its own strengths and weaknesses (read: inaccuracies). e.g. a Mercator allows sailors (& others) to travel at a constant bearing to reach their destination, but distorts shapes.
To allow 'autosizing' of the display, I just used the min/max lat/long rectangle diagonal & scaled it - fine unless you're working near the poles (I was using Europe, US & Canada - Canada was almost a problem!).
Give more specific details of what you're doing & want to achieve, and you could receive more specific help.


Regards

Brewman
GeneralRe: Plotting on a Map using latitudes/longitudes(GPS) Pin
mhmoud rawas31-Mar-04 9:52
mhmoud rawas31-Mar-04 9:52 
GeneralRe: Plotting on a Map using latitudes/longitudes(GPS) Pin
sibish n b1-Apr-04 21:56
sibish n b1-Apr-04 21:56 
GeneralRe: Plotting on a Map using latitudes/longitudes(GPS) Pin
mhmoud rawas2-Apr-04 4:18
mhmoud rawas2-Apr-04 4:18 
GeneralRe: Plotting on a Map using latitudes/longitudes(GPS) - another thought Pin
Bryan White31-Mar-04 10:49
Bryan White31-Mar-04 10:49 
QuestionDouble Buffering on System controls? Pin
Snowjim31-Mar-04 4:46
Snowjim31-Mar-04 4:46 
AnswerRe: Double Buffering on System controls? Pin
Heath Stewart31-Mar-04 5:03
protectorHeath Stewart31-Mar-04 5:03 
GeneralRe: Double Buffering on System controls? Pin
Snowjim31-Mar-04 5:14
Snowjim31-Mar-04 5:14 
GeneralRe: Double Buffering on System controls? Pin
Heath Stewart31-Mar-04 5:30
protectorHeath Stewart31-Mar-04 5:30 
GeneralRe: Double Buffering on System controls? Pin
Snowjim31-Mar-04 5:36
Snowjim31-Mar-04 5:36 
GeneralRe: Double Buffering on System controls? Pin
Heath Stewart31-Mar-04 5:43
protectorHeath Stewart31-Mar-04 5:43 
GeneralAutoScrolling with a RichTextBox Pin
znize31-Mar-04 4:00
znize31-Mar-04 4:00 
GeneralRe: AutoScrolling with a RichTextBox Pin
leppie31-Mar-04 6:10
leppie31-Mar-04 6:10 
GeneralCryptografy in .NET Pin
dotnetdev@univ.kiev.ua31-Mar-04 3:36
dotnetdev@univ.kiev.ua31-Mar-04 3:36 
GeneralRe: Cryptografy in .NET Pin
Anonymous31-Mar-04 3:58
Anonymous31-Mar-04 3:58 
GeneralRe: Cryptography in .NET Pin
Heath Stewart31-Mar-04 5:12
protectorHeath Stewart31-Mar-04 5:12 
GeneralCompilation Time and Date Pin
JM_FL31-Mar-04 3:01
JM_FL31-Mar-04 3:01 
GeneralRe: Compilation Time and Date Pin
Dave Kreskowiak31-Mar-04 3:21
mveDave Kreskowiak31-Mar-04 3: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.