Click here to Skip to main content
15,901,426 members

Comments by Xonfused (Top 14 by date)

Xonfused 15-Apr-12 11:09am View    
Yes, when minimizing like this it also activates the FormClosing event
But i tested and i saw that if i change from Form2.ShowDialog() to only Form2.Show(), Then it works fine.. but though i would like if it is possible with ShowDialog()
Still, thanks for the answers :)
Xonfused 15-Apr-12 10:46am View    
this new approach also close Form2 after minimizing, and after restoring the application it brings only form1...
Xonfused 15-Apr-12 10:05am View    
but this doesn't minimize form1 also, it still stays the same...
Xonfused 23-Mar-12 17:44pm View    
because the different color will give different meaning to the value that is in the datagrid. (its bit complicated to explain why, but simply i need that)
:)
Xonfused 30-Nov-11 8:15am View    
thank you for the answer, but i have a question.
I like the idea to put them in a single row like in a label, but how could i access the label from the list view? like in this example, i would need to get the label from the itemtemplate of the listview (the label) and in a datareader to write all the cities in the label, But i should also add in the sql command +"Where ID2=(with current row table2 id)"...

I ll look also at repeater control now, since i havent encounter with it so far.. but if there is a solution on the above then better i think.

P.S. when i am writing this i am getting confused from my own text, sorry if i am not understandable, but english isnt my first language (but i hope you do understand me :)..