Article ID: 137730
Article Last Modified on 11/18/2003
void CBindCtrl::OnLButtonUp(UINT nFlags, CPoint point)
{
// TODO: Add your message handler code here and/or call default
float fHH = 100.9f ;
// Floatbug is an event in the OCX
FireFloatbug(&fHH) ;
COleControl::OnLButtonUp(nFlags, point);
}
Private Sub Bind1_Floatbug(fTmp As Single) MsgBox CStr(fTmp) End Sub
Additional query words: 4.00 vb4win vb432
Keywords: kbprb KB137730