Click here to Skip to main content
15,887,027 members
Home / Discussions / C#
   

C#

 
GeneralRe: cross thread issue Pin
Member 1068390226-Mar-14 16:50
Member 1068390226-Mar-14 16:50 
AnswerRe: cross thread issue Pin
Bernhard Hiller26-Mar-14 22:04
Bernhard Hiller26-Mar-14 22:04 
GeneralRe: cross thread issue Pin
Member 1068390227-Mar-14 5:51
Member 1068390227-Mar-14 5:51 
GeneralRe: cross thread issue Pin
BobJanova27-Mar-14 6:54
BobJanova27-Mar-14 6:54 
GeneralRe: cross thread issue Pin
Bernhard Hiller27-Mar-14 23:26
Bernhard Hiller27-Mar-14 23:26 
GeneralRe: cross thread issue Pin
BobJanova28-Mar-14 0:26
BobJanova28-Mar-14 0:26 
SuggestionBUILDING a GUI that talks to two energy-meters through the serial port Pin
Henri Aghaei26-Mar-14 7:51
Henri Aghaei26-Mar-14 7:51 
GeneralRe: BUILDING a GUI that talks to two energy-meters through the serial port Pin
Dave Kreskowiak26-Mar-14 8:38
mveDave Kreskowiak26-Mar-14 8:38 
Doable? Sure.

Doable by you? We have no idea since we can't get inside your head and find out exactly what you know and don't know.

This is not a project for a newbie in C#/Windows programming.

There are more to your list of "steps" than what you've got. Two-way Serial communication without blocking the UI and threading issues (updating controls from background threads) are going to be your biggest design roadblocks.

Don't make the mistake of believing that "oh, I'm not using any threads so I'll be OK". With the serial port classes, you're using background threads. You just don't know it.

GeneralRe: BUILDING a GUI that talks to two energy-meters through the serial port Pin
V.27-Mar-14 0:04
professionalV.27-Mar-14 0:04 
GeneralRe: BUILDING a GUI that talks to two energy-meters through the serial port Pin
BobJanova27-Mar-14 6:53
BobJanova27-Mar-14 6:53 
GeneralRe: BUILDING a GUI that talks to two energy-meters through the serial port Pin
Henri Aghaei7-Apr-14 9:18
Henri Aghaei7-Apr-14 9:18 
QuestionConvert .mp3 file to .vox in vb.net or c# Pin
Member 1070135326-Mar-14 6:46
Member 1070135326-Mar-14 6:46 
AnswerRe: Convert .mp3 file to .vox in vb.net or c# Pin
Eddy Vluggen26-Mar-14 8:02
professionalEddy Vluggen26-Mar-14 8:02 
GeneralRe: Convert .mp3 file to .vox in vb.net or c# Pin
harold aptroot26-Mar-14 8:26
harold aptroot26-Mar-14 8:26 
QuestionC# Web Forms: Add a context menu to a grid and outside grid also. Pin
AshwiniSH25-Mar-14 23:57
professionalAshwiniSH25-Mar-14 23:57 
AnswerRe: C# Web Forms: Add a context menu to a grid and outside grid also. Pin
Pete O'Hanlon26-Mar-14 0:04
mvePete O'Hanlon26-Mar-14 0:04 
GeneralRe: C# Web Forms: Add a context menu to a grid and outside grid also. Pin
AshwiniSH26-Mar-14 0:12
professionalAshwiniSH26-Mar-14 0:12 
Questionstyle close button extra tab Pin
ebrahim.rayatparvar25-Mar-14 22:27
ebrahim.rayatparvar25-Mar-14 22:27 
AnswerRe: style close button extra tab Pin
BillWoodruff25-Mar-14 23:10
professionalBillWoodruff25-Mar-14 23:10 
GeneralRe: style close button extra tab Pin
ebrahim.rayatparvar25-Mar-14 23:50
ebrahim.rayatparvar25-Mar-14 23:50 
AnswerRe: style close button extra tab Pin
Pete O'Hanlon25-Mar-14 23:10
mvePete O'Hanlon25-Mar-14 23:10 
GeneralRe: style close button extra tab Pin
ebrahim.rayatparvar25-Mar-14 23:52
ebrahim.rayatparvar25-Mar-14 23:52 
GeneralRe: style close button extra tab PinPopular
Pete O'Hanlon26-Mar-14 0:03
mvePete O'Hanlon26-Mar-14 0:03 
AnswerRe: style close button extra tab Pin
Simon_Whale25-Mar-14 23:12
Simon_Whale25-Mar-14 23:12 
QuestionWhere am I send a request about C# new language feature Pin
Higty25-Mar-14 21:52
Higty25-Mar-14 21:52 

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.