Click here to Skip to main content
15,914,066 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# User Account Question HELP! Pin
Serpendiem14-May-09 17:18
Serpendiem14-May-09 17:18 
GeneralRe: C# User Account Question HELP! Pin
N a v a n e e t h14-May-09 17:21
N a v a n e e t h14-May-09 17:21 
GeneralRe: C# User Account Question HELP! Pin
Serpendiem14-May-09 17:32
Serpendiem14-May-09 17:32 
GeneralRe: C# User Account Question HELP! Pin
OriginalGriff14-May-09 22:41
mveOriginalGriff14-May-09 22:41 
QuestionRemoting Permission problem AFTER signing assembly Pin
devvvy14-May-09 15:12
devvvy14-May-09 15:12 
Answer... after digging around a bit Pin
devvvy14-May-09 17:29
devvvy14-May-09 17:29 
Questiona problem about timer and serialport in VC# [modified] Pin
zh.again14-May-09 15:11
zh.again14-May-09 15:11 
AnswerRe: a problem about timer and serialport in VC# Pin
Luc Pattyn14-May-09 15:24
sitebuilderLuc Pattyn14-May-09 15:24 
Hi,

your question is not clear at all.

there are at least 3 different timer classes, for a WinForm app I suggest you look at System.Windows.Forms.Timer since that one ticks on the GUI thread.

for SerialPort receive, either poll and read available data yourself on the GUI thread, or use the DataReceived event which runs on a different thread, so you can update the GUI only by using the Control.InvokeRequired/Control.Invoke pattern.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

The quality and detail of your question reflects on the effectiveness of the help you are likely to get.
Show formatted code inside PRE tags, and give clear symptoms when describing a problem.

GeneralRe: a problem about timer and serialport in VC# Pin
zh.again14-May-09 15:53
zh.again14-May-09 15:53 
QuestionBBS Door Library in C# Pin
bigjoe11a14-May-09 13:29
bigjoe11a14-May-09 13:29 
AnswerRe: BBS Door Library in C# Pin
James Plotts5-Jul-14 6:59
James Plotts5-Jul-14 6:59 
AnswerRe: BBS Door Library in C# Pin
James Plotts5-Jul-14 7:00
James Plotts5-Jul-14 7:00 
QuestionConfigurationException and ConfigurationErrorException Pin
Dan Neely14-May-09 10:18
Dan Neely14-May-09 10:18 
AnswerRe: ConfigurationException and ConfigurationErrorException Pin
Dan Neely14-May-09 14:10
Dan Neely14-May-09 14:10 
QuestionHow to add Admin creds to my program ? Pin
partialdata14-May-09 10:14
partialdata14-May-09 10:14 
QuestionClick Once & Application Cache Pin
BlitzPackage14-May-09 9:46
BlitzPackage14-May-09 9:46 
AnswerRe: Click Once & Application Cache Pin
Graeme Bosworth26-Apr-10 20:35
Graeme Bosworth26-Apr-10 20:35 
Questionhelp Pin
Alex_xso14-May-09 9:23
Alex_xso14-May-09 9:23 
AnswerRe: help Pin
Anthony Mushrow14-May-09 9:32
professionalAnthony Mushrow14-May-09 9:32 
QuestionError 170:In correct Syntax- SQL Server and C# Pin
SilimSayo14-May-09 8:22
SilimSayo14-May-09 8:22 
AnswerRe: Error 170:In correct Syntax- SQL Server and C# Pin
Ian McCaul14-May-09 8:28
Ian McCaul14-May-09 8:28 
GeneralRe: Error 170:In correct Syntax- SQL Server and C# Pin
SilimSayo14-May-09 8:47
SilimSayo14-May-09 8:47 
QuestionMonitor a text file to see when it opens or closes... Pin
Engineer Joe14-May-09 7:48
Engineer Joe14-May-09 7:48 
AnswerRe: Monitor a text file to see when it opens or closes... Pin
DaveyM6914-May-09 7:59
professionalDaveyM6914-May-09 7:59 
AnswerRe: Monitor a text file to see when it opens or closes... Pin
Baeltazor14-May-09 8:04
Baeltazor14-May-09 8:04 

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.