0
votes
1answer
104 views

Label for Line Shape at Visual Basic Power Pack tools in c# win App

The Line shape is one of tools of VisualBasic power pack 1.0 (in vs2010) , How can I define a label property and set value to it when I add it to a container control: My code is below and ( at ...
1
vote
1answer
95 views

Difference between nothing and system.DBNull

I am working in VB.NET and I am wondering about the difference between Nothing and System.DBNull. When I fire save query at that time I am giving value from grid at runtime like as follow: ...
2
votes
1answer
551 views

mouse event fires when I mouse over child control

Ok, so I have this control that has some other controls on it. I have set the controls mouse enter and mouse leave events. My problem is that the mouse leave event fires if I mouse over any of the ...