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

C#

 
Questionneed C# code Pin
farthi7-Jul-07 18:21
farthi7-Jul-07 18:21 
AnswerRe: need C# code Pin
Sathesh Sakthivel7-Jul-07 19:08
Sathesh Sakthivel7-Jul-07 19:08 
QuestionSaving credentials to the database Pin
Shriniwasan Viswanathan7-Jul-07 16:52
Shriniwasan Viswanathan7-Jul-07 16:52 
AnswerRe: Saving credentials to the database Pin
WillemM7-Jul-07 23:43
WillemM7-Jul-07 23:43 
Questionread a database into a dataset then display it in a DGV Pin
crash8937-Jul-07 16:48
crash8937-Jul-07 16:48 
AnswerRe: read a database into a dataset then display it in a DGV Pin
Not Active7-Jul-07 17:05
mentorNot Active7-Jul-07 17:05 
Questiontimer and threading? Pin
Mir_As7-Jul-07 9:46
Mir_As7-Jul-07 9:46 
AnswerRe: timer and threading? Pin
Luc Pattyn7-Jul-07 9:52
sitebuilderLuc Pattyn7-Jul-07 9:52 
Hi,

you must be more specific:
- what kind of timer, there are at least three different Timer classes in CLR
- what Exception

My best guess is you are NOT using a Forms.Timer hence your timer is accessing
a Control from within a thread that did not create said Control, hence resulting
in an InvalidOperationException. If this suits your case, read up on
Control.InvokeRequired and Control.Invoke()

Smile | :)


GeneralRe: timer and threading? Pin
Mir_As7-Jul-07 10:16
Mir_As7-Jul-07 10:16 
GeneralRe: timer and threading? Pin
Luc Pattyn7-Jul-07 10:36
sitebuilderLuc Pattyn7-Jul-07 10:36 
GeneralRe: timer and threading? Pin
Mir_As7-Jul-07 11:08
Mir_As7-Jul-07 11:08 
GeneralRe: timer and threading? Pin
Luc Pattyn7-Jul-07 11:17
sitebuilderLuc Pattyn7-Jul-07 11:17 
GeneralRe: timer and threading? Pin
Mir_As7-Jul-07 11:35
Mir_As7-Jul-07 11:35 
AnswerRe: timer and threading? Pin
Giorgi Dalakishvili7-Jul-07 10:02
mentorGiorgi Dalakishvili7-Jul-07 10:02 
GeneralRe: timer and threading? Pin
Mir_As7-Jul-07 10:19
Mir_As7-Jul-07 10:19 
Questionhardware integration using c# Pin
Abdus Sami Khan7-Jul-07 9:41
Abdus Sami Khan7-Jul-07 9:41 
AnswerRe: hardware integration using c# Pin
Giorgi Dalakishvili7-Jul-07 10:04
mentorGiorgi Dalakishvili7-Jul-07 10:04 
AnswerRe: hardware integration using c# Pin
HankiDesign7-Jul-07 20:12
HankiDesign7-Jul-07 20:12 
QuestionHelp Needed in C# (picture viewer) Pin
Mr.Dream_master7-Jul-07 9:08
Mr.Dream_master7-Jul-07 9:08 
AnswerRe: Help Needed in C# (picture viewer) Pin
Luc Pattyn7-Jul-07 9:25
sitebuilderLuc Pattyn7-Jul-07 9:25 
GeneralRe: Help Needed in C# (picture viewer) Pin
Mr.Dream_master7-Jul-07 9:40
Mr.Dream_master7-Jul-07 9:40 
GeneralRe: Help Needed in C# (picture viewer) Pin
Luc Pattyn7-Jul-07 9:49
sitebuilderLuc Pattyn7-Jul-07 9:49 
GeneralRe: Help Needed in C# (picture viewer) Pin
Mr.Dream_master7-Jul-07 9:53
Mr.Dream_master7-Jul-07 9:53 
GeneralRe: Help Needed in C# (picture viewer) Pin
Luc Pattyn7-Jul-07 10:05
sitebuilderLuc Pattyn7-Jul-07 10:05 
GeneralRe: Help Needed in C# (picture viewer) Pin
Mr.Dream_master7-Jul-07 10:25
Mr.Dream_master7-Jul-07 10:25 

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.