(adsbygoogle = window.adsbygoogle || []).push({});
Hi all,
I have a question regarding C# datagridview with special characters.
Working on a new MW3 RTM tool. I got the datagrid working with all kinds of mods allmost everything is working perfect. The prob is when i change name and use a Icon in the name which contains special characters the special characters won't show up in the datagrid (for example the special character: ^). I need this because i want to detect the client number by checking if the name in the datagrid is the same as the name of the host so i can get the client number of the host.
If (Hostname == GetClient(i))
When i got this i can use the client number to change the in-game name using the pre-game name.
This way the cool icon names will show up in game
So when question is how can datagrid show special characters?
Hope somebody can help me so i can finish my tool.
Thanks in advance
Prob solved: the problem wasn't the datagrid. It was mw3 that removed the special characters. Found a work around. Wanna know more about the work around send me a message.