Jump to content

  •  

  • iBotModz CBox


    Photo

    c# help


    • Please log in to reply
    4 replies to this topic

    #1 yellosnomonkee

    yellosnomonkee

      Apprentice Grade 1

    • Members+

    • 9 posts
    • Joined: 21-March 09

    Posted 21 March 2009 - 10:47 PM

    ok im very new to c# and im trying to make the easiest film clip modder i can and im use another filmmoders source code and it has io.SeekTo(0x1B849); blah blah blah... but when i c/p it to mine it it dosent recognize io. and there is this thing on the source code solutions explorer called io.cs im guessing i need that in my solution explorer but how do i get it there? :huh:

    Edited by yellosnomonkee, 21 March 2009 - 10:49 PM.


    #2 iKhaosmaster

    iKhaosmaster

      Yawn

    • Members+

    • 1,346 posts
    • Joined: 29-April 08
    • Gender:Male

    Posted 22 March 2009 - 09:06 AM

    Ask yungbol. He's really good at C#.

    #3 yungbol

    yungbol

      Firmware Expert

    • Global Mods

    • 1,461 posts
    • Joined: 09-April 08
    • Gender:Male
    • Location:Philly

    Posted 22 March 2009 - 09:14 AM

    Um, that sounds a little like my source I gave to someone 0_o.

    You need the io class. Just create a class named IO with the same code as the IO class. Or you can just navigate to the solution explorer, right click and add existing item and point it to the IO.cs class which is in the directory of my source code you are using.

    BTW: Is it called Basic Film Modder? or it can be 1337 Film M0dzor ... There both mines lol.

    Edited by yungbol, 22 March 2009 - 09:19 AM.


    #4 yellosnomonkee

    yellosnomonkee

      Apprentice Grade 1

    • Members+

    • 9 posts
    • Joined: 21-March 09

    Posted 22 March 2009 - 12:31 PM

    Um, that sounds a little like my source I gave to someone 0_o.

    You need the io class. Just create a class named IO with the same code as the IO class. Or you can just navigate to the solution explorer, right click and add existing item and point it to the IO.cs class which is in the directory of my source code you are using.

    BTW: Is it called Basic Film Modder? or it can be 1337 Film M0dzor ... There both mines lol.

    oh sorry i got it from a friend its basic film modder
    also thx it did a little but i think i need something else its not recognizing the filelocation in IO io = new IO(fileLocation, FileMode.Open); or the IO at the begining

    Edited by yellosnomonkee, 22 March 2009 - 01:02 PM.


    #5 yungbol

    yungbol

      Firmware Expert

    • Global Mods

    • 1,461 posts
    • Joined: 09-April 08
    • Gender:Male
    • Location:Philly

    Posted 22 March 2009 - 02:28 PM

    Well, it would be the open file dialogs location of the file you point it to.