Results 1 to 4 of 4
  1. #1
    MGamer's Avatar
    Join Date
    Mar 2014
    Gender
    male
    Posts
    22
    Reputation
    10
    Thanks
    14
    My Mood
    Amused

    Question DF Trainer File Browser



    DF Trainer Tutorial - Swf File Browser




    hiya here is a quick video tutorial on how to add a file browser into your trainers, its been a while since i made a tutorial so sorry about the poor video i recommend watching in 1080p in fullscreen, code used is also posted below. if you need any further help or have any requests for tuts let me know.


    Code Used

     
    Code:
    ImportSwf.Text = OpenFileDialog2.FileName


     
    Code:
            OpenFileDialog2.ShowDialog()
            Me.AxShockwaveFlash1.LoadMovie(3, (ImportSwf.Text))


     
    Code:
    Me.AxShockwaveFlash1.LoadMovie(3, (""))


    Last edited by MGamer; 03-23-2014 at 04:10 PM.

  2. The Following 2 Users Say Thank You to MGamer For This Useful Post:

    AlpacaBong (03-24-2014),Eareland (03-24-2014)

  3. #2
    AlpacaBong's Avatar
    Join Date
    Mar 2014
    Gender
    male
    Location
    Swordhaven
    Posts
    14
    Reputation
    10
    Thanks
    1
    Suggestion

    Couldn't you just have the import button code as:
    OpenFileDialog1.ShowDialog()
    Me.AxShockwaveFlash1.LoadMovie(3, OpenFileDialog1.FileName)

  4. #3
    MGamer's Avatar
    Join Date
    Mar 2014
    Gender
    male
    Posts
    22
    Reputation
    10
    Thanks
    14
    My Mood
    Amused
    Quote Originally Posted by AlpacaBong View Post
    Suggestion

    Couldn't you just have the import button code as:
    i made this in a simple way so you can obviously see the filename and path just for demonstration purposes this allows you to go off and experiment and make it your own no fun in just giving you everything aha

    but yeah you can do it that way if you want just remove the openfiledialog piece of code and just have it coded on the button

  5. The Following User Says Thank You to MGamer For This Useful Post:

    AlpacaBong (03-25-2014)

  6. #4
    AlpacaBong's Avatar
    Join Date
    Mar 2014
    Gender
    male
    Location
    Swordhaven
    Posts
    14
    Reputation
    10
    Thanks
    1
    thanks for the general tutorial

Similar Threads

  1. [Release]RE Cheat Engine trainer to unprotected .CETRAINER file
    By Cowmangler in forum General Game Hacking
    Replies: 65
    Last Post: 04-29-2020, 04:18 AM
  2. [Solved] Possible built-in trainer for a browser?
    By Kasiek in forum Adventure Quest Worlds (AQW) Help
    Replies: 11
    Last Post: 12-04-2013, 12:23 AM
  3. [REQUEST] "xKhen" for the .dll file trainer
    By bullditt01 in forum Dragon Nest Discussions
    Replies: 0
    Last Post: 01-18-2013, 07:20 PM
  4. [Release] All Hacks For V54.. No Trainers//Bot. Editing MS Files :]
    By Lotion in forum MapleStory Hacks, Cheats & Trainers
    Replies: 3
    Last Post: 06-20-2008, 11:28 PM
  5. how to safe a standard exe file (trainer) with vb6??
    By 123456789987654321 in forum WarRock - International Hacks
    Replies: 7
    Last Post: 06-08-2007, 08:21 PM