Click here to Skip to main content
15,894,460 members
Home / Discussions / C#
   

C#

 
GeneralC# windows Timer question... Pin
new_phoenix29-Jan-05 6:13
new_phoenix29-Jan-05 6:13 
GeneralRe: C# windows Timer question... Pin
eggie529-Jan-05 11:28
eggie529-Jan-05 11:28 
GeneralRe: C# windows Timer question... Pin
new_phoenix29-Jan-05 11:59
new_phoenix29-Jan-05 11:59 
GeneralRe: C# windows Timer question... Pin
eggie529-Jan-05 13:04
eggie529-Jan-05 13:04 
GeneralRe: C# windows Timer question... Pin
Robert Rohde29-Jan-05 21:24
Robert Rohde29-Jan-05 21:24 
GeneralRe: C# windows Timer question... Pin
new_phoenix1-Feb-05 5:34
new_phoenix1-Feb-05 5:34 
GeneralClass problem Pin
thepersonof29-Jan-05 5:44
thepersonof29-Jan-05 5:44 
GeneralRe: Class problem Pin
Robert Rohde29-Jan-05 7:13
Robert Rohde29-Jan-05 7:13 
Your problem hasnt much to do with C#. You should read some basic book about object oriented programming.

You cannot directly access ds1 of class Entry. For this you either need to declare the field static (which means there is only one value for the whole class and not for each instance) or access the field from an instance of the Entry class.
GeneralI need to control device volum Pin
FedorMatv29-Jan-05 3:02
FedorMatv29-Jan-05 3:02 
GeneralRemoting Configuration Files and the new Operator Pin
STW28-Jan-05 21:31
STW28-Jan-05 21:31 
GeneralIs it possible to create a treeview control that have owner draw scrollbar Pin
god4k28-Jan-05 20:55
god4k28-Jan-05 20:55 
GeneralLINK ERROR 1181: beginner quest. Pin
...---...28-Jan-05 16:09
...---...28-Jan-05 16:09 
GeneralHashTable access question Pin
pkellner28-Jan-05 14:00
pkellner28-Jan-05 14:00 
GeneralRe: HashTable access question Pin
Robert Rohde28-Jan-05 19:28
Robert Rohde28-Jan-05 19:28 
GeneralRe: HashTable access question Pin
pkellner29-Jan-05 2:57
pkellner29-Jan-05 2:57 
GeneralRe: HashTable access question Pin
Robert Rohde29-Jan-05 6:44
Robert Rohde29-Jan-05 6:44 
Generalproblems with sockets programming over the internet Pin
Member 132576628-Jan-05 12:59
Member 132576628-Jan-05 12:59 
GeneralRe: problems with sockets programming over the internet Pin
pkellner28-Jan-05 14:14
pkellner28-Jan-05 14:14 
GeneralRe: problems with sockets programming over the internet Pin
Member 132576628-Jan-05 14:33
Member 132576628-Jan-05 14:33 
GeneralRe: problems with sockets programming over the internet Pin
pkellner28-Jan-05 14:36
pkellner28-Jan-05 14:36 
GeneralRe: problems with sockets programming over the internet Pin
Member 132576628-Jan-05 14:38
Member 132576628-Jan-05 14:38 
GeneralRe: problems with sockets programming over the internet Pin
pkellner28-Jan-05 14:47
pkellner28-Jan-05 14:47 
Generalhelp with autocompletion in textbox!!! Pin
tom_dx28-Jan-05 12:49
tom_dx28-Jan-05 12:49 
Questionhow often should lock(List.SyncRoot) be used in a collection? Pin
FocusedWolf28-Jan-05 11:45
FocusedWolf28-Jan-05 11:45 
GeneralOdd textbox editing behavior Pin
Susan Hernandez28-Jan-05 10:39
Susan Hernandez28-Jan-05 10:39 

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.