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

Darth Tyllo

Members
  • Posts

    71
  • Joined

  • Last visited

    Never

Darth Tyllo's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I was kinda bored and decided to make this :D It's Homer Simpson, and his hair is so bad it's _scary_ xD
  2. Ah, thank you. Also, I've run into **another** problem. In frmMain, when I try to compile, I get a "variable not defined" error, which highlights txtChat.Left, under Private Sub Form_Load. When I view the Form, txtChat is definately there. Does anyone else have similar problems with these objects coming up as variable undefined?
  3. Yeah, like say I downloaded some font that is not ususally installed on a computer, and then used it on a label, would the label function properly if the font weren't installed on the Client's computer? (Sorry for not being specific, and not providing more information very fast, homework has been kinda hectic this week.)
  4. Hello, I have two questions. The first: Where in the source is the Admin Panel located?(I'd like to give it it's own form, and add a Quest Editor button) The second: If you were to use a non-standard font on a label on a form, would you have to distribute that font with the game?
  5. ~~Okay, this is probablly just me being stupid, but I've added modQuests and frmQuest_Editor(I know its not called that, but you know what I'm talking about :p) to my src folder in the Client, but they don't show up in the client file. Anyone know what I'm doing wrong?~~ Edit: Never mind, I forgot to add the files to the project xD
  6. I **LOVE** it! I'll just have to check with the other members of the dev team, but I think this is a winner!
  7. Beanie: If you mean within VB6, is it above all other Picture Boxes in that area, yes. Craselin: No, I have no need to compile, as it doesn't work when I test it from within VB6\. D:
  8. I have the code, I even tried copy/pasting the whole thing, and it still doesn't work :(
  9. Oh, yeah, sorry, for me it wont open up picNotes, I don't know if it's supposed to open when you click lblNotes or not, but it doesn't for me :(
  10. This isn't working for me, for some reason :(
  11. There's now a problem with the code; it doesn't play the midi when you hit Play. I've been trying to find the solution, but to no avail, I can't find a way too fix it. I'll keep trying, as I'm sure it's right under my nose. I'll post it if I can find the answer!
  12. Ah, thanks, I tried this again after a while, and whatever I messed up with last time, I got it right this time, and it works perfectly! Plus, it's extra incentive for me to start messing with the gui, so I can replace the ugly "Open" Command Button I made to test it! Thanks for the cool feature, I really like that you can search for the track you want to hear! Oh, one more thing. Is there a way to hide the ".mid" part on the list? It's not extremely important, as of right now, but it would just look a bit better, at least to me.
  13. Oh yeah, I confuse the phrases "Basic 6" and "bulls crap" all the time 0.o
  14. Maybe I am not understanding you, but maybe it is that your code says "update.bmp", while you say you saved the gui as "24 .bmp". You'll need to change "update.bmp" to "24 .bmp" in the code, or rename your "24 .bmp" to "update.bmp".
×
×
  • Create New...