Click here to Skip to main content
16,017,745 members

Comments by Gigantour (Top 6 by date)

Gigantour 10-Oct-11 6:30am View    
Thanks for the reply. Do you know of an example on the net maybe?

Thanks in advance
Gigantour 15-Sep-11 10:24am View    
Memory growth and garbage collection not working indicates you are keeping the object references alive. This can be hard to find, but most likely the form using your controls are being kept alive and not closing.
Gigantour 19-Jul-11 2:45am View    
Panel is created dynamically at runtime.
Gigantour 27-Jun-11 10:28am View    
yes. The datagrid is dynamically created at runtime and then the user clicks on a print button
Gigantour 13-Jun-11 3:00am View    
Lets say i have a node named school and then that node has child nodes of class rooms and the classrooms has child nodes of desks.

In other words : School : class room 1 : desk 1
: desk 2
: class room 2 : desk 1
: desk 2
: class room 3 : desk 1
: desk 2

so lets say i select desk 2 of class room 3

I want to have the node values of desk 2 class room 3 and school
'Thanks