Click here to Skip to main content
15,888,984 members
Home / Discussions / C#
   

C#

 
AnswerRe: how to access the stream of the ip camera via c# using Aforge Pin
OriginalGriff8-Feb-13 23:04
mveOriginalGriff8-Feb-13 23:04 
GeneralRe: how to access the stream of the ip camera via c# using Aforge Pin
Glendonz13-Feb-13 19:31
Glendonz13-Feb-13 19:31 
Questionproperty of network base software? Pin
Edalat_20118-Feb-13 21:00
Edalat_20118-Feb-13 21:00 
AnswerRe: property of network base software? Pin
Richard MacCutchan8-Feb-13 23:01
mveRichard MacCutchan8-Feb-13 23:01 
GeneralRe: property of network base software? Pin
Edalat_20119-Feb-13 3:28
Edalat_20119-Feb-13 3:28 
GeneralRe: property of network base software? Pin
Dave Kreskowiak9-Feb-13 3:38
mveDave Kreskowiak9-Feb-13 3:38 
QuestionHow to import data from OpenOffice to DataTable/DataSet Pin
devchina8-Feb-13 19:43
devchina8-Feb-13 19:43 
AnswerRe: How to import data from OpenOffice to DataTable/DataSet Pin
Richard MacCutchan8-Feb-13 23:00
mveRichard MacCutchan8-Feb-13 23:00 
GeneralRe: How to import data from OpenOffice to DataTable/DataSet Pin
devchina8-Feb-13 23:15
devchina8-Feb-13 23:15 
GeneralRe: How to import data from OpenOffice to DataTable/DataSet Pin
Richard MacCutchan8-Feb-13 23:42
mveRichard MacCutchan8-Feb-13 23:42 
GeneralRe: How to import data from OpenOffice to DataTable/DataSet Pin
Dave Kreskowiak9-Feb-13 3:36
mveDave Kreskowiak9-Feb-13 3:36 
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 

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.