Click here to Skip to main content
15,916,091 members
Home / Discussions / C#
   

C#

 
GeneralRe: ListView not populatng Pin
kanchoette17-Aug-09 0:42
kanchoette17-Aug-09 0:42 
GeneralRe: ListView not populatng Pin
stancrm17-Aug-09 1:01
stancrm17-Aug-09 1:01 
Questiontimer Pin
MahaKh16-Aug-09 22:13
MahaKh16-Aug-09 22:13 
AnswerRe: timer Pin
Christian Graus16-Aug-09 22:29
protectorChristian Graus16-Aug-09 22:29 
GeneralRe: timer Pin
MahaKh16-Aug-09 22:37
MahaKh16-Aug-09 22:37 
GeneralRe: timer Pin
Coding C#16-Aug-09 22:44
Coding C#16-Aug-09 22:44 
GeneralRe: timer Pin
stancrm16-Aug-09 22:55
stancrm16-Aug-09 22:55 
AnswerRe: timer Pin
Luc Pattyn16-Aug-09 23:52
sitebuilderLuc Pattyn16-Aug-09 23:52 
Hi,


MahaKh wrote:
.i m working in forms


if it is WinForms you are using, then System.Windows.Forms.Timer would be easier for your needs, as it ticks on the GUI thread.
For all timers: there is initialization including starting the timer, and there is event handling (a Tick event or Elapsed event depending on timer).

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.

AnswerRe: timer Pin
mustang8617-Aug-09 6:18
mustang8617-Aug-09 6:18 
AnswerRe: timer Pin
mustang8617-Aug-09 6:19
mustang8617-Aug-09 6:19 
QuestionAccessViolationException in OdbcDataReader Pin
Frozzeg16-Aug-09 22:04
Frozzeg16-Aug-09 22:04 
AnswerRe: AccessViolationException in OdbcDataReader Pin
OriginalGriff16-Aug-09 22:10
mveOriginalGriff16-Aug-09 22:10 
GeneralRe: AccessViolationException in OdbcDataReader Pin
Luc Pattyn16-Aug-09 23:54
sitebuilderLuc Pattyn16-Aug-09 23:54 
GeneralRe: AccessViolationException in OdbcDataReader Pin
OriginalGriff17-Aug-09 0:37
mveOriginalGriff17-Aug-09 0:37 
AnswerRe: AccessViolationException in OdbcDataReader Pin
Hristo-Bojilov16-Aug-09 22:11
Hristo-Bojilov16-Aug-09 22:11 
GeneralRe: AccessViolationException in OdbcDataReader Pin
Frozzeg16-Aug-09 22:26
Frozzeg16-Aug-09 22:26 
GeneralRe: AccessViolationException in OdbcDataReader Pin
Christian Graus16-Aug-09 22:30
protectorChristian Graus16-Aug-09 22:30 
GeneralRe: AccessViolationException in OdbcDataReader Pin
Frozzeg16-Aug-09 22:45
Frozzeg16-Aug-09 22:45 
GeneralRe: AccessViolationException in OdbcDataReader [modified] Pin
Saksida Bojan16-Aug-09 22:57
Saksida Bojan16-Aug-09 22:57 
AnswerRe: AccessViolationException in OdbcDataReader Pin
Christian Graus16-Aug-09 22:29
protectorChristian Graus16-Aug-09 22:29 
AnswerRe: AccessViolationException in OdbcDataReader Pin
Frozzeg16-Aug-09 23:12
Frozzeg16-Aug-09 23:12 
GeneralRe: AccessViolationException in OdbcDataReader Pin
Saksida Bojan16-Aug-09 23:15
Saksida Bojan16-Aug-09 23:15 
GeneralRe: AccessViolationException in OdbcDataReader Pin
Frozzeg16-Aug-09 23:27
Frozzeg16-Aug-09 23:27 
GeneralRe: AccessViolationException in OdbcDataReader Pin
Saksida Bojan16-Aug-09 23:50
Saksida Bojan16-Aug-09 23:50 
GeneralRe: AccessViolationException in OdbcDataReader Pin
Frozzeg17-Aug-09 0:01
Frozzeg17-Aug-09 0:01 

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.