Click here to Skip to main content
16,005,181 members
Home / Discussions / C#
   

C#

 
GeneralRe: SetWindowsHookEx fails on VS Express and work on VS2003 Pin
ranzask24-Jan-06 13:27
ranzask24-Jan-06 13:27 
GeneralRe: SetWindowsHookEx fails on VS Express and work on VS2003 Pin
Dave Kreskowiak24-Jan-06 14:45
mveDave Kreskowiak24-Jan-06 14:45 
GeneralRe: SetWindowsHookEx fails on VS Express and work on VS2003 Pin
ranzask24-Jan-06 14:52
ranzask24-Jan-06 14:52 
GeneralRe: SetWindowsHookEx fails on VS Express and work on VS2003 Pin
Heath Stewart24-Jan-06 15:45
protectorHeath Stewart24-Jan-06 15:45 
QuestionDefaultValueAttribute Pin
tylerl24-Jan-06 10:07
tylerl24-Jan-06 10:07 
AnswerRe: DefaultValueAttribute Pin
Heath Stewart24-Jan-06 11:30
protectorHeath Stewart24-Jan-06 11:30 
QuestionSelf-deleting hashtable entries Pin
User 665824-Jan-06 10:02
User 665824-Jan-06 10:02 
AnswerRe: Self-deleting hashtable entries Pin
tylerl24-Jan-06 10:11
tylerl24-Jan-06 10:11 
Run a clean-up function off a timer that scans the list for items older than 10 minutes, and deletes them. You'll have to keep track of how old an item is, of course. How you do that is really up to you, but I'd make the "value" portion of the table entry actually a class instance that holds your useful data plus a DateTime value.
GeneralRe: Self-deleting hashtable entries Pin
User 665824-Jan-06 12:58
User 665824-Jan-06 12:58 
AnswerRe: Self-deleting hashtable entries Pin
tarasn24-Jan-06 10:14
tarasn24-Jan-06 10:14 
GeneralRe: Self-deleting hashtable entries Pin
Dan Neely24-Jan-06 10:43
Dan Neely24-Jan-06 10:43 
GeneralRe: Self-deleting hashtable entries Pin
tarasn24-Jan-06 11:24
tarasn24-Jan-06 11:24 
GeneralRe: Self-deleting hashtable entries Pin
User 665824-Jan-06 12:56
User 665824-Jan-06 12:56 
GeneralRe: Self-deleting hashtable entries Pin
tarasn24-Jan-06 20:41
tarasn24-Jan-06 20:41 
QuestionManaged DirectX Question. Pin
cvetant24-Jan-06 9:03
cvetant24-Jan-06 9:03 
AnswerRe: Managed DirectX Question. Pin
James Gupta24-Jan-06 9:36
professionalJames Gupta24-Jan-06 9:36 
GeneralRe: Managed DirectX Question. Pin
cvetant24-Jan-06 9:45
cvetant24-Jan-06 9:45 
GeneralRe: Managed DirectX Question. Pin
James Gupta24-Jan-06 11:36
professionalJames Gupta24-Jan-06 11:36 
GeneralRe: Managed DirectX Question. Pin
cvetant24-Jan-06 11:46
cvetant24-Jan-06 11:46 
QuestionSerialization Question Pin
LighthouseJ24-Jan-06 8:39
LighthouseJ24-Jan-06 8:39 
AnswerRe: Serialization Question Pin
Le centriste24-Jan-06 9:59
Le centriste24-Jan-06 9:59 
GeneralRe: Serialization Question Pin
LighthouseJ24-Jan-06 10:11
LighthouseJ24-Jan-06 10:11 
GeneralRe: Serialization Question Pin
Le centriste24-Jan-06 10:14
Le centriste24-Jan-06 10:14 
AnswerRe: Serialization Question Pin
tarasn24-Jan-06 10:04
tarasn24-Jan-06 10:04 
GeneralRe: Serialization Question Pin
LighthouseJ24-Jan-06 10:13
LighthouseJ24-Jan-06 10:13 

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.