c# get processes the good menu

Shout-Out

User Tag List

Results 1 to 2 of 2
  1. #1
    royalxm's Avatar Member
    Reputation
    2
    Join Date
    Nov 2007
    Posts
    43
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    c# get processes the good

    Hello, everyone.
    Here I have a problem, I have two processor swtor.exe. how to take that good?

    Code:
    Memory mem = new Memory("swtor");
    
    public Memory(string sprocess)
            {
                //Get the specific process
                Process[] Processes = Process.GetProcessesByName(sprocess);
                Process nProcess = Processes[0];
                //access to the process
                Handle = OpenProcess(0x10, false, (uint)nProcess.Id);
            }

    c# get processes the good
  2. #2
    royalxm's Avatar Member
    Reputation
    2
    Join Date
    Nov 2007
    Posts
    43
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is good the probleme resolved by my lol

    solution :

    Code:
    public Memory(string sprocess)
            {
                UInt32 ProcID;
                IntPtr WindowHandle = FindWindow(null, sprocess);
                GetWindowThreadProcessId(WindowHandle, out ProcID);
    
                //Get the specific process
              //  Process[] Processes = Process.GetProcessesByName(sprocess);
              //  Process nProcess = Processes[0];
                //access to the process
                Handle = OpenProcess(0x10, false, ProcID);
            }
    i'm go find id for windows and open the process ! hehe

Similar Threads

  1. Getting the good old Ascent-World error message! [HELP]
    By Venox in forum World of Warcraft Emulator Servers
    Replies: 6
    Last Post: 05-27-2008, 10:11 PM
  2. How to get to the outlands on a live blizzard server
    By Matt in forum World of Warcraft Exploits
    Replies: 4
    Last Post: 06-16-2006, 05:27 PM
  3. You can still get to the airport :)
    By janzi9 in forum World of Warcraft Exploits
    Replies: 2
    Last Post: 03-27-2006, 01:25 PM
  4. Yeh umm i cant get in the ah anymore since i started using syndrom
    By case in forum World of Warcraft General
    Replies: 4
    Last Post: 03-23-2006, 12:37 AM
All times are GMT -5. The time now is 09:23 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search