Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

[EO] calling an .exe file? (button design)


benedek11
 Share

Recommended Posts

Hi guys! How to make a button which calls an exe file? I made a CommandButton and this code:

Private Sub Command1_Click()
Dim ret As Variant
ret = Shell("C:\Users\User\Desktop\ItemDescription.exe", vbNormalFocus)
End Sub

It works perfectly, but how to make a button look like the Eclipse Origins 2.0 buttons (like Char,Party,etc)

Not like an old grey button. If i make a GUI row : desc_normal    , desc_hover, desc_click?

What code should i insert? please help me ( i think i need to use an 'Imagebutton' at frm maker, but how to make my picture inserted?
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...