Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by csolar

  1. csolar

    Section header / Relocation table question

    Hi guys, I have been working with a dll for a mod I am making and I am having trouble changing a few pieces of it. I realize that dll's are pretty complex and require editing of more then just one part of it, but I want to know what I need to do to get this to work. [code] L241D3DD0...
  2. csolar

    Cut and Paste [i]XTREME![/i] :P

    Also, could anyone tell me what would cause PE Explorer to report an "Except Line At:" in the problems and messages box? I noticed that some of my new function shows up in the address space, but when it reverts back to random ascii characters PE explorer reports that there is an except line on...
  3. csolar

    Cut and Paste [i]XTREME![/i] :P

    Thanks for the information, I just tried the solution I refered to above and it still doesn't work. The thing is, whenever I change the code that I *know* does shot distribution, I save the dll and load up the game and the shot's don't change whatsoever.. THis is the code that does the new...
  4. csolar

    Cut and Paste [i]XTREME![/i] :P

    I do not have access to have the exe load two dlls, but what you suggest is what I was thinking I was going to have to do... The dll is created using an sdk so I what I have been doing is modifing the sdk with the code I want, opening the new dll created by the sdk in pe explorer and copying...
  5. csolar

    Cut and Paste [i]XTREME![/i] :P

    No, I am making a mod. The two functions are different ways to apply shot distribution.
  6. csolar

    Cut and Paste [i]XTREME![/i] :P

    Heh, ok, I am working on a project and I have 1 function inside a dll that I need changed. I have located the function in the dll and I can block off the entire stretch of code in either a nice hex editor or PE Explorer. I have another function that was built with the same libraries as the...
  7. csolar

    Firefox loves me, IE hates me, please help

    Wow, thanks a lot guys, I probably would of never spotted that. I figured it was just like every other page and something was wrong from the cgi/perl side.. Guess sometimes it takes an outsider to tell you how stupid you are :D
  8. csolar

    Firefox loves me, IE hates me, please help

    I am writing a web site, and I am using a cool toolbar thing. Its in javascript and I am having a problem. I put all the toolbar core code into a js file for simple importing into each web site, and everything works perfectly except for one page on one browser. Yep, you guessed it, Internet...
  9. csolar

    Check if somethings moving?

    THanks! Im looking into those options :)
  10. csolar

    Call a windows pgm and pass parameters.

    Shell it? Select options case option1 shell "Program.exe /option1" case option2 shell "Program.exe /option2" end select
  11. csolar

    Check if somethings moving?

    Is there a way that I can check in my program to see if theres some sort of javascript image running around on the screen from the website I am currently on? I am trying to use the web browser control in VB and I need to know if the page that I am on is executing any sort of javascript code...

Part and Inventory Search

Back
Top