Click here to Skip to main content
15,923,142 members
Home / Discussions / C#
   

C#

 
AnswerRe: Regex pattern Pin
CPallini20-Mar-07 1:55
mveCPallini20-Mar-07 1:55 
GeneralRe: Regex pattern Pin
DavidNohejl20-Mar-07 2:01
DavidNohejl20-Mar-07 2:01 
AnswerRe: Regex pattern Pin
DavidNohejl20-Mar-07 2:00
DavidNohejl20-Mar-07 2:00 
GeneralRe: Regex pattern Pin
blackjack215020-Mar-07 23:13
blackjack215020-Mar-07 23:13 
AnswerRe: Regex pattern Pin
m@u20-Mar-07 2:00
m@u20-Mar-07 2:00 
AnswerRe: Regex pattern Pin
Laxman Auti20-Mar-07 5:10
Laxman Auti20-Mar-07 5:10 
GeneralRe: Regex pattern Pin
blackjack215020-Mar-07 23:16
blackjack215020-Mar-07 23:16 
GeneralRe: Regex pattern Pin
Laxman Auti20-Mar-07 23:24
Laxman Auti20-Mar-07 23:24 
Questionabout enumarations Pin
upadesh20-Mar-07 1:15
upadesh20-Mar-07 1:15 
AnswerRe: about enumarations Pin
CPallini20-Mar-07 1:43
mveCPallini20-Mar-07 1:43 
AnswerRe: about enumarations Pin
Colin Angus Mackay20-Mar-07 2:00
Colin Angus Mackay20-Mar-07 2:00 
AnswerRe: about enumarations Pin
joon vh.20-Mar-07 2:20
joon vh.20-Mar-07 2:20 
QuestionDataView Column Order Pin
Pualee20-Mar-07 1:11
Pualee20-Mar-07 1:11 
AnswerRe: DataView Column Order Pin
joon vh.20-Mar-07 2:22
joon vh.20-Mar-07 2:22 
GeneralRe: DataView Column Order Pin
Pualee20-Mar-07 2:27
Pualee20-Mar-07 2:27 
GeneralRe: DataView Column Order Pin
Pualee20-Mar-07 2:43
Pualee20-Mar-07 2:43 
GeneralRe: DataView Column Order Pin
joon vh.20-Mar-07 2:57
joon vh.20-Mar-07 2:57 
Questionbinding individual columns of a datgrid to a dataset/datatable Pin
Keshav V. Kamat19-Mar-07 23:34
Keshav V. Kamat19-Mar-07 23:34 
AnswerRe: binding individual columns of a datgrid to a dataset/datatable Pin
joon vh.19-Mar-07 23:52
joon vh.19-Mar-07 23:52 
GeneralRe: binding individual columns of a datgrid to a dataset/datatable Pin
Keshav V. Kamat19-Mar-07 23:59
Keshav V. Kamat19-Mar-07 23:59 
GeneralRe: binding individual columns of a datgrid to a dataset/datatable Pin
joon vh.20-Mar-07 0:08
joon vh.20-Mar-07 0:08 
GeneralRe: binding individual columns of a datgrid to a dataset/datatable Pin
Keshav V. Kamat20-Mar-07 0:44
Keshav V. Kamat20-Mar-07 0:44 
GeneralRe: binding individual columns of a datgrid to a dataset/datatable Pin
Pualee20-Mar-07 1:14
Pualee20-Mar-07 1:14 
GeneralRe: binding individual columns of a datgrid to a dataset/datatable Pin
joon vh.20-Mar-07 1:59
joon vh.20-Mar-07 1:59 
Questionproblems with memory. Pin
Duong Tien Nam19-Mar-07 23:25
Duong Tien Nam19-Mar-07 23:25 
I have some problems with destroying object after using.

1. How can I dispose the form with many events registered and some global fields that has to be destroyed? Or it will destroy automatically?

2. If my class registers some events from other objects (use +=), do I have to unregister all the events (use -=)on its Dispose() method? I afraid that the objects firing events will stay still in heap if I dont do that.

Thx for you answers.

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.