Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Suite Pro
  New Posts New Posts RSS Feed - Button In UserControl Problim
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Button In UserControl Problim

 Post Reply Post Reply
Author
Message
Ebrahem View Drop Down
Newbie
Newbie


Joined: 19 April 2014
Location: SAUDI ARABIA
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote Ebrahem Quote  Post ReplyReply Direct Link To This Post Topic: Button In UserControl Problim
    Posted: 19 April 2014 at 5:46am
Helo

When you put the tool inside UserControl not be activated from inside the event window

Code In UserControl :

 Public Class Commands

    Event Clicks(sender As Object, e As EventArgs)

    Private Sub Button1_ClickEvent(sender As Object, e As EventArgs) Handles Button1.ClickEvent
          msgbox "Is Work In UserControl"
          RaiseEvent Clicks(sender, e)

    End Sub

Code In Form :

Private Sub Commands1_ClickS(sender As Object, e As EventArgs) Handles Commands1.Clicks
    MsgBox("No Work IN Form")

End Sub
Back to Top
mcmastl View Drop Down
Admin Group
Admin Group
Avatar

Joined: 14 April 2015
Status: Offline
Points: 79
Post Options Post Options   Thanks (0) Thanks(0)   Quote mcmastl Quote  Post ReplyReply Direct Link To This Post Posted: 20 April 2015 at 4:30pm
We were unable to recreate this problem, if you are still experiencing this problem please contact technical support.
Luke McMasters, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.141 seconds.