Question : Can i use a tool tip with disabled control?

How do i show a tool tip with a control that has been disabled? Is that even possible?

Answer : Can i use a tool tip with disabled control?

Specifically:
1:
2:
3:
Dim qty As Double = 9.0
Dim strExactQty As String 
strExactQty = qty.ToString("0.00")
Random Solutions  
 
programming4us programming4us