toolstrip button strange behavior

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • smellican@gmail.com

    #1

    toolstrip button strange behavior

    Hello. I have a strange problem when calling a common dialog with a
    toolstrip button. When the dialog comes up, it will completely ignore
    the first click that you input. I do not have this problem when
    calling the same dialog from anywhere else in the code. Only when
    called with a toolstrip button.

    Any help is greatly appreciated.


    Private Sub ToolStripButton 4_Click(ByVal sender As System.Object,
    ByVal e As System.EventArg s) Handles ToolStripButton 4.Click
    PrintDialog1.Sh owDialog()
    End Sub

Working...