¡@

Home 

c# Programming Glossary: dohide

How can I create an interface in VBNet with implicit implimentations

http://stackoverflow.com/questions/1685976/how-can-i-create-an-interface-in-vbnet-with-implicit-implimentations

however name them slightly different. Perhaps DoShow and DoHide. Something like this. Public Class BaseForm Inherits System.Windows.Forms.Form.. Implements FormInterface.DoSHow Me.Show End Sub Public Sub DoHide Implements FormInterface.DoHide Me.Hide End Sub End Class Else.. Me.Show End Sub Public Sub DoHide Implements FormInterface.DoHide Me.Hide End Sub End Class Else you could by accident do this...

ComboBox AutoComplete on SubString

http://stackoverflow.com/questions/3694720/combobox-autocomplete-on-substring

0 Then Call DoShowAuto Else Call DoHideAuto End If TempLogStop End Sub Private Sub DoShowAuto Call SaveSelects.. 'myLbox.Focus 'Me.Focus End If TempLogStop End Sub Sub DoHide ByVal sender As Object ByVal e As EventArgs TempLogStart Call.. Delay FocusTimer.Start TempLogStop End Sub Private Sub DoHideAuto TempLogStart myForm.Hide HideTimer.Enabled False FocusTimer.Enabled..