Click here to Skip to main content
15,887,399 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: estoy tratando de compilar un archivo.mex a .net Pin
yeyomax20-Nov-12 5:25
yeyomax20-Nov-12 5:25 
GeneralRe: estoy tratando de compilar un archivo.mex a .net Pin
Dave Kreskowiak20-Nov-12 6:11
mveDave Kreskowiak20-Nov-12 6:11 
Question[VB.NET 2008] Change form from separate thread (Windows CE) Pin
steve_949661319-Nov-12 2:51
professionalsteve_949661319-Nov-12 2:51 
AnswerRe: [VB.NET 2008] Change form from separate thread (Windows CE) Pin
Simon_Whale19-Nov-12 3:04
Simon_Whale19-Nov-12 3:04 
GeneralRe: [VB.NET 2008] Change form from separate thread (Windows CE) Pin
steve_949661319-Nov-12 4:37
professionalsteve_949661319-Nov-12 4:37 
AnswerRe: [VB.NET 2008] Change form from separate thread (Windows CE) Pin
Eddy Vluggen19-Nov-12 5:04
professionalEddy Vluggen19-Nov-12 5:04 
GeneralRe: [VB.NET 2008] Change form from separate thread (Windows CE) Pin
steve_949661319-Nov-12 22:54
professionalsteve_949661319-Nov-12 22:54 
GeneralRe: [VB.NET 2008] Change form from separate thread (Windows CE) Pin
Eddy Vluggen20-Nov-12 0:53
professionalEddy Vluggen20-Nov-12 0:53 
steve_9496613 wrote:
1) the method Start(Object) is not supported in Compact Framework so I have to call MyNewThread.Start()

For the second error, I'm searching through MSDN...

The delegate is probably missing one of the parameters used.

steve_9496613 wrote:
About the use of global variables, is it such a bad thing?

Usuallly done to keep things "simple", usually makes things more complicated. See, you'll need access to the form (from the thread), to invoke one of it's members.

Alternatively, you might want to check out locking.

steve_9496613 wrote:
The real application is more complex of this example, the function executed by the thread will communicate with a PLC via ethernet and will read a lot of data (and write some) and then, at the end of each loop, it will call a function to visualize new data in different "pages" (I use UserControl objects) in the application. My idea is to use a class in order to collect all of these data and make them available inside and outside the thread. What do you think about this

Sounds feasible. Remember to only update the visible stuff, resources will probably be scarce Smile | :)
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]
They hate us for our freedom![^]

GeneralRe: [VB.NET 2008] Change form from separate thread (Windows CE) Pin
steve_949661320-Nov-12 3:36
professionalsteve_949661320-Nov-12 3:36 
GeneralRe: [VB.NET 2008] Change form from separate thread (Windows CE) Pin
Eddy Vluggen20-Nov-12 4:33
professionalEddy Vluggen20-Nov-12 4:33 
GeneralRe: [VB.NET 2008] Change form from separate thread (Windows CE) Pin
steve_949661320-Nov-12 5:23
professionalsteve_949661320-Nov-12 5:23 
GeneralRe: [VB.NET 2008] Change form from separate thread (Windows CE) Pin
Eddy Vluggen20-Nov-12 9:21
professionalEddy Vluggen20-Nov-12 9:21 
GeneralRe: [VB.NET 2008] Change form from separate thread (Windows CE) Pin
steve_949661320-Nov-12 21:25
professionalsteve_949661320-Nov-12 21:25 
GeneralRe: [VB.NET 2008] Change form from separate thread (Windows CE) Pin
Eddy Vluggen21-Nov-12 5:07
professionalEddy Vluggen21-Nov-12 5:07 
QuestionBinding gridview from webservice using jquery Pin
saravanan2509218-Nov-12 20:41
saravanan2509218-Nov-12 20:41 
AnswerRe: Binding gridview from webservice using jquery Pin
Phanindra26119-Nov-12 6:05
Phanindra26119-Nov-12 6:05 
QuestionNlog for .Net compact Pin
TalSt17-Nov-12 19:24
TalSt17-Nov-12 19:24 
AnswerRe: Nlog for .Net compact Pin
Richard MacCutchan17-Nov-12 21:43
mveRichard MacCutchan17-Nov-12 21:43 
GeneralRe: Nlog for .Net compact Pin
TalSt18-Nov-12 1:15
TalSt18-Nov-12 1:15 
GeneralRe: Nlog for .Net compact Pin
Richard MacCutchan18-Nov-12 1:36
mveRichard MacCutchan18-Nov-12 1:36 
GeneralRe: Nlog for .Net compact Pin
TalSt18-Nov-12 1:55
TalSt18-Nov-12 1:55 
GeneralRe: Nlog for .Net compact Pin
Richard MacCutchan18-Nov-12 2:06
mveRichard MacCutchan18-Nov-12 2:06 
AnswerRe: Nlog for .Net compact Pin
jschell19-Nov-12 9:11
jschell19-Nov-12 9:11 
GeneralRe: Nlog for .Net compact Pin
TalSt28-Jan-15 19:02
TalSt28-Jan-15 19:02 
News.NET projects in koramangala,bangalore Pin
WebMaster16-Nov-12 22:24
WebMaster16-Nov-12 22:24 

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.