Click here to Skip to main content
15,884,425 members
Home / Discussions / C#
   

C#

 
QuestionShapefile Creations Pin
devchina8-Feb-13 17:52
devchina8-Feb-13 17:52 
AnswerRe: Shapefile Creations Pin
Dave Kreskowiak8-Feb-13 18:29
mveDave Kreskowiak8-Feb-13 18:29 
GeneralRe: Shapefile Creations Pin
devchina8-Feb-13 18:38
devchina8-Feb-13 18:38 
GeneralRe: Shapefile Creations Pin
Dave Kreskowiak9-Feb-13 3:33
mveDave Kreskowiak9-Feb-13 3:33 
QuestionCross threaded operations Pin
MAW308-Feb-13 11:23
MAW308-Feb-13 11:23 
AnswerRe: Cross threaded operations Pin
Jibesh8-Feb-13 12:40
professionalJibesh8-Feb-13 12:40 
GeneralRe: Cross threaded operations Pin
MAW308-Feb-13 15:25
MAW308-Feb-13 15:25 
GeneralRe: Cross threaded operations Pin
Dave Kreskowiak8-Feb-13 18:31
mveDave Kreskowiak8-Feb-13 18:31 
That's the standard pattern. If it's not working, there's something you haven't told us and/or are not showing us.

The code listed in the first reply is the way to do it, so long as the controls were created on the UI thread and your long-running code is on a different thread, be it directly launched with the Thread class, a Task or in a BackgroundWorker.

Questionlibrary for command-line parameters Pin
lukeer8-Feb-13 3:06
lukeer8-Feb-13 3:06 
AnswerRe: library for command-line parameters Pin
PIEBALDconsult8-Feb-13 3:42
mvePIEBALDconsult8-Feb-13 3:42 
AnswerRe: library for command-line parameters Pin
PIEBALDconsult8-Feb-13 14:08
mvePIEBALDconsult8-Feb-13 14:08 
GeneralRe: library for command-line parameters Pin
Dave Kreskowiak8-Feb-13 14:11
mveDave Kreskowiak8-Feb-13 14:11 
GeneralRe: library for command-line parameters Pin
PIEBALDconsult8-Feb-13 14:21
mvePIEBALDconsult8-Feb-13 14:21 
GeneralRe: library for command-line parameters Pin
Dave Kreskowiak8-Feb-13 15:15
mveDave Kreskowiak8-Feb-13 15:15 
GeneralRe: library for command-line parameters Pin
PIEBALDconsult8-Feb-13 16:18
mvePIEBALDconsult8-Feb-13 16:18 
GeneralRe: library for command-line parameters Pin
Dave Kreskowiak8-Feb-13 18:45
mveDave Kreskowiak8-Feb-13 18:45 
Question3D C# windows from Pin
taufiki8-Feb-13 0:04
taufiki8-Feb-13 0:04 
AnswerRe: 3D C# windows from Pin
DaveyM698-Feb-13 0:12
professionalDaveyM698-Feb-13 0:12 
AnswerRe: 3D C# windows from Pin
Pete O'Hanlon8-Feb-13 0:36
mvePete O'Hanlon8-Feb-13 0:36 
AnswerRe: 3D C# windows from Pin
Amir Mohammad Nasrollahi29-Jul-13 22:27
professionalAmir Mohammad Nasrollahi29-Jul-13 22:27 
QuestionStoring folderBrowser.SelectedPath in a String Variable Pin
ASPnoob7-Feb-13 23:56
ASPnoob7-Feb-13 23:56 
AnswerMessage Closed Pin
8-Feb-13 0:00
mveCHill608-Feb-13 0:00 
NewsRe: Storing folderBrowser.SelectedPath in a String Variable Pin
Eddy Vluggen8-Feb-13 0:28
professionalEddy Vluggen8-Feb-13 0:28 
GeneralRe: Storing folderBrowser.SelectedPath in a String Variable Pin
Dave Kreskowiak8-Feb-13 2:35
mveDave Kreskowiak8-Feb-13 2:35 
AnswerRe: Storing folderBrowser.SelectedPath in a String Variable Pin
Eddy Vluggen8-Feb-13 0:29
professionalEddy Vluggen8-Feb-13 0:29 

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.