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

Compile error: Method or data member not found.


igloo9
 Share

Recommended Posts

I'm not a programmer so I don't know what the problem is. I get this error when I try to compile the client. All I did was open it and change the movement speed. When I try to compile it into a new .exe, that's the error message I get. "Compile error: Method or data member not found."

Does anyone know what the problem is?
Link to comment
Share on other sites

Whenever I try to compile, after the error pops up, it goes to modGameEditors. There's no line that turns yellow, but there's a part that's highlighted and it's ".Tabs"

It goes:

```
With frmEditor_Events
' set the tabs
. tabPages.Tabs.Clear (this is where the .Tabs is highlighted)
For I = 1 To tmpEvent.pageCount

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