-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to use because it renames the Window name. #10
Comments
You can currently attach it to a specific process using PID: However, I need to add a flag to disable the change to the Window's title. |
If you added the flag it would be greatly appreciated! |
I noticed you added the flag to the the source to allow the main window to not be renamed. but would it be possible to get a released version i don't know how to compile it. |
Fix will be released as part of version 2 that I am writing now in the last couple of days. Hopefully, it will be released soon. |
Any update Falahati? |
Can you please compile the updated changes for this enhancement? @falahati |
The code is not finished yet. Please give him sometime to fix the code. @falahati It seems that the function "Run" in Guest.cs is not declared correctly (variable for changeWindowTitle is missing). NetworkAdapterSelector/NetworkAdapterSelector.Hook/Guest.cs Lines 92 to 97 in 5e98ad7
The programme can run properly after I added an extra variable in the Run function, but it seems that the flag do not have any effect on stopping the title change. |
You are right; it seems that I missed the parameter for the Keep in mind that you also need to execute the program with |
First of all, I am not familiar with C# programming. My information below may be wrong. The following code is not working. I run debug in VSCode and it seems that value of ChangeWindowTitle is always "True" no matter what value provided after "--title".
According to the following commandlineparser/commandline#290
With reference to page below: I changed the code as follow: And now the argument should take values "true|false". (tested empty or "0" after "--title" is not working) For your information and Thank you. |
Thank you for the report. It happens probably since the flag has a default value of |
Unable to use because it renames the Window name.
please create a parameter that allows you to inject to the specific PID.
Without changing the window name with the IP address.
It causes compatibility issues for specific programs.
The text was updated successfully, but these errors were encountered: