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

UzGo

Members
  • Posts

    66
  • Joined

  • Last visited

Everything posted by UzGo

  1. UzGo

    Connection

    Hi readers ! Before some months ago everything with my connection to the server was fine. One day i stratup the server and everything was good but when i run the client it didnt start it gave me some error like this bellow. How can i fix this, where is the problem ? Can someone help m please ?
  2. WOW! This is great! Thank you very much! So serious!
  3. After finishing tutorial: FUUUUUUUUUUUUUU…....... so many laggg !!!
  4. Thank You !!! So so much i am new at codding and now i know my lesson for today :D Realy thanks :)
  5. This will be Just Perfect Cool guy thanks :)
  6. The solution is one . Learn VB6 ! Start with something simple ! This is not so simple ! I am learning it too .
  7. @Soul: > You have to redownload the source: you already messed it up by converting all the Rich Text Boxes into picture boxes. Thanks Soul :)
  8. @Soul: > You didn't install Service Pack 6 when you installed Visual Basic 6\. Go read the guide. Ok i installed the SP6 but its getting the same error ! What i have to do ?
  9. What program you use for drawing ?
  10. @Soul: > You didn't install Service Pack 6 when you installed Visual Basic 6\. Go read the guide. Thanks for that i didn't know it .
  11. Am I doing this right ? Because i think that my bad is here . | | | V
  12. @Erwin: > Is there a txtchat on your frmMain? Yes Man of course it is . But i think that i'm not doing everything properly .
  13. @Erwin: > Change the sub to this:``` > Public Sub SetFocusOnChat() > On Error Resume Next > > 'prevent RTE5, no way to handle error > If ChatFocus = False Then > ChatFocus = True > frmMain.txtMyChat.SetFocus > ElseIf ChatFocus = True Then > ChatFocus = False > frmMain.picScreen.SetFocus > End If > End Sub > ``` The same problem again but thanks anyway for your reply
  14. When i compile the game it shows error - Method or data member not found . frmMain.txtChat.SelStart = Len(frmMain.txtChat.text)
  15. Am I doing it right ? | | V
  16. @Erwin: > Which line is he selecting? It selects - frmMain.txtChat.SelStart = Len (frmMain.txtChat.txt)
  17. Step 1\. In modGeneral, Sub SetFocusOnChat, comment out the part where it sets focus on txtMyChat. Code: [Select] 'frmMain.txtMyChat.SetFocus What do you mean by comment out ? I can't make it to work it say Method or data something . Can somebody help me ?
  18. Can Someone help me please ? Where is my bad ? | | | V
  19. Thank you so much man !!! It's so helpful !
  20. UzGo

    Target [EO]

    @Erwin: > Like this: > > [![](http://www.freemmorpgmaker.com/files/imagehost/pics/c1d36d9ce0475484d008e609a824b6e3.bmp)](http://www.freemmorpgmaker.com/files/imagehost/#c1d36d9ce0475484d008e609a824b6e3.bmp) > > You see the tiny green dot at the left, thats the top left pixel, so the transparant color is green. > > If you still don't understand it, add the target.bmp as a attachment to your post. Awww I understand now thanks man :) !!!
  21. UzGo

    Target [EO]

    @Erwin: > Top left pixel of the image is transparant color wHAT YOU MEAN TOP LEFT ? i DON'T UNDERSTAND
  22. UzGo

    Target [EO]

    Hi everyone ! I wanted to make a new target for my game but when i added something and then try it the back color is not transperent . Look the image ! How to make the back color transperent ? :(
  23. UzGo

    Max stats

    Thanks A LOT For the max stats I am so happy :)
×
×
  • Create New...