1
Answer

program staying in RAM after being closed

schmintan

schmintan

21y
1.5k
1
i have an application with System.timers.timer and threads. when i close my app, i call an event that kills off all threads and timers. but after the program is gone, i can still see it in RAM in task manager. i think its the timer as when i start my app a second time it say s object reference not initialised to object, and mentions the timer1_tick method. i have used timer1.dispose(), .close and .stop(), but it still does not work. when im debugging the project in Visual studio, this is not a problem. it just happens when use the release version. any ideas
Answers (1)
0
Iftikar Hussain

Iftikar Hussain

NA 18.9k 275.5k 11y
if you are looking for Windows Application, then as per my knowledge it is not possible.

Regards,
Iftikar
0
Rohidas Jasud

Rohidas Jasud

NA 39 15.4k 11y
Is there any other way to this ?
0
Iftikar Hussain

Iftikar Hussain

NA 18.9k 275.5k 11y
Hi,
        It is not possible to do it. You need to create your own custom control. Please refer the below link

http://social.msdn.microsoft.com/Forums/en-US/a0ad15cf-2e08-4d86-9379-1a094403c983/listboxtextbox-scrollbar-colors

Regards,
Iftikar