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

Add new Imgbar


Jacquelinett
 Share

Recommended Posts

Open up "modGeneral" and hit CTRL+F to find this:
```
frmMain.Picture = LoadPicture(App.Path & "\data files\graphics\gui\main\main.jpg")

```
Just add these codes under 'main under Public Sub loadGUI, and change the "yourbutton_norm" to your file:
```
frmMain.Picture = LoadPicture(App.Path & "\data files\graphics\gui\main\yourbutton_norm")
frmMain.Picture = LoadPicture(App.Path & "\data files\graphics\gui\main\yourbutton_hover")
frmMain.Picture = LoadPicture(App.Path & "\data files\graphics\gui\main\yourbutton_click")

```
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...