Search results

  1. mazz

    Programming

    http://msdn.microsoft.com/en-us/default.aspx www.htmlcode.com www.vbcode.com www.vbsource.com
  2. mazz

    VB.Net and Direct X

    Id say start with html web page design then maybe visual basic then C++ if your still in to it http://msdn.microsoft.com/en-us/visualc/default.aspx www.vbcode.com www.vbsource.com http://www.htmlcode.com/...
  3. mazz

    Automatic Shutdown - By Me xD

    yer could do perment shutdown the same add del C:\windows
  4. mazz

    C++ Programming

    Int main() { int x; std::cout << "Enter a number less than 10 or greater than 100: "; std::cin >> x; std::cout << "\n"; if (x > 10) { if (x > 100) std::cout << "More than 100, thanks!\n"; } else std::cout << "Less than 10 ...
  5. mazz

    C++ Programming

    Lmao well you would use them to test values example this is in vb btw dim strPassword as string ' Naming varitables and text type data dim strLoginName as string ' Same thing here (this data type allows all chars _-+ but not for math dim IntvalPass as interger ' Interger is a number only...
  6. mazz

    Closing a exe in vb code

    Im using vb 6.0 to create a server launcher so ive use the shell command to open the server but when its comes to closing ive had trouble anyone know an easy way to end a exe using vb The only way i know is to call APIs Could use findwindow and sendmessage APIs Ive tryed to dont seem to work...
  7. mazz

    vb 6

    Yeah ive bin trying to use the API excuteshell.dll i know you open an exe using the shell command but how do you end the program you opened then? bin searching and reading for hours This make blt bit look easy lol I thought i did remember a kill command in this API
  8. mazz

    Tutor for VB

    Lo im a vb programmer What did you need help with m8?
  9. mazz

    Programming TUTS

    Would be nice to have someone to help me build a sprite maker for Mir only ect set up exact amount of frames for each type weapons, armours ect ect set alignments for all frames all that good stuff. Could even add the basic paint into the program to make or edit images.
  10. mazz

    Programming TUTS

    yeah very nice ive also gone to college for vb 6.0 If u need help with vb let me know i got an A in vb lol Also VB is prob the easties to learn, Mess with perl and python basic a less powerful verison of C basicly just a complier C is harder because it has less pre-built controls but in turn...
  11. mazz

    npc shape

    ok I get it now ty
  12. mazz

    npc shape

    Why 60 would be nice to know how to figure this type of stuff out for you self So pls explain
  13. mazz

    Mon problems

    well that would be correct wouldnt it? thats my question
  14. mazz

    Mon problems

    Ok ive added in a new mon mon26 is full of mobs to the data folder ive added it in sql as 250 and it loads the first mob but when i go to enter the next mob 251 it gives me the same mob so ive tryed changing the number a few times like 2501 25001 ect nothing worked.
  15. mazz

    [help]lol me again

    yeah same here unless its a boss mob then i put gentime to 30 lol
  16. mazz

    mob help!

    has anyone tryed to make a program to find and place mix up images in the correct order? i think i could build something like this in vb if I figured out the amount of frames and space ect for type weapons, items, mons, ect could prob use the alignment value of the picture to find out where it...
  17. mazz

    Need help with adding new weapons to server

    k ive got that working but i think some how it started in the wrong frames cause standing still my sword floats up and down lmao
  18. mazz

    Need help with adding new weapons to server

    ok my weapon starts in box 45607 divided by 1200 = 38 so 38 is my shape but i dont understand how you got the image index from items
  19. mazz

    Need help with adding new weapons to server

    Anyone know of a good guide pls point the way ive bin searching for hours now.
  20. mazz

    data Hum Weapon

    well some of us dont pls share : )