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

[EO3.0] Error when logging in


Tic Tac 2
 Share

Recommended Posts

When i try to log in this appears. I installed the library files as an administrator already.

I used to be able to run the source, but after i uploaded it to my dropbox, reformatted my pc and reinstalled library files it doesn't work anymore.

Using VB6 enterprise edition. I am on Windows 7 64-bit.

![](http://i.snag.gy/EU2wd.jpg)
Link to comment
Share on other sites

You may have installed the library files, but when you opened up VB6, it loads the components; If the component is not found, it'll stop the load and tell you there was an error, if you continue to load, it will remove all instances of that component control from VB6.

What you'll have to do is click (Project > Components), select (Microsoft Rich Textbox Control)

Then go to frmMain, in your Toolbar, you'll have a symbol like this: ![](http://i.imgur.com/JbBCfov.png)

Click that, drag your mouse over a place in frmMain to make the Rich Textbox control:

Go to the properties window (Bottom Right corner of VB6)

Rename it to txtChat

Then your code will work.
Link to comment
Share on other sites

> You may have installed the library files, but when you opened up VB6, it loads the components; If the component is not found, it'll stop the load and tell you there was an error, if you continue to load, it will remove all instances of that component control from VB6.
>
>  
>
> What you'll have to do is click (Project > Components), select (Microsoft Rich Textbox Control)
>
> Then go to frmMain, in your Toolbar, you'll have a symbol like this: ![](http://i.imgur.com/JbBCfov.png)
>
> Click that, drag your mouse over a place in frmMain to make the Rich Textbox control:
>
>  
>
> Go to the properties window (Bottom Right corner of VB6)
>
> Rename it to txtChat
>
>  
>
> Then your code will work.

Thanks, it helped me :)
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...