Post: Need Help dataGridView (Client List) C#
01-26-2015, 08:41 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); I have the datagridview only highlight the client to see.
Can someone tell me what else I need to adjust or what kind of code is missing to the client without seeing everything makieren only? thank you

Application: You must login or register to view this content.
C# Code: You must login or register to view this content.
(adsbygoogle = window.adsbygoogle || []).push({});
01-26-2015, 08:57 AM #2
You have to change the forfront color.
If you click on datagrid you can change properties.

Or you can use Code to change it like for example:

dataGridView1.BackgroundColor = Color.Darkblue;


You must login or register to view this content.
01-26-2015, 09:05 AM #3
One
At least I can fight
don't dataGridView.Rows.Add(1); and dataGridView.RowCount = 1; do the same thing, why have both? and could you post your ClientNameMW3 method? but it should look something like this;

    
string ClientNameMW3(uint Client) {

string getnames = PS3.Extension.ReadString(Offset + Client * Interval);
return getnames;

}
01-26-2015, 10:57 AM #4
I mean if I want to see the clients I have to click the list with the left mouse button mark.
I need a code or the settings for the dataGridView who make the clients visible.

public static string ClientNamesMW3(uint client)
{
string getnames = PS3.Extension.ReadString(0x0110D694 + client * 0X3980);
return getnames;
01-26-2015, 11:11 AM #5
Originally posted by MoDzZ View Post
I mean if I want to see the clients I have to click the list with the left mouse button mark.
I need a code or the settings for the dataGridView who make the clients visible.

public static string ClientNamesMW3(uint client)
{
string getnames = PS3.Extension.ReadString(0x0110D694 + client * 0X3980);
return getnames;


You must login or register to view this content.
01-26-2015, 12:36 PM #6
One
At least I can fight
Originally posted by MoDzZ View Post
I mean if I want to see the clients I have to click the list with the left mouse button mark.
I need a code or the settings for the dataGridView who make the clients visible.

public static string ClientNamesMW3(uint client)
{
string getnames = PS3.Extension.ReadString(0x0110D694 + client * 0X3980);
return getnames;

oh lol, change the text colour ?
01-26-2015, 04:41 PM #7
kiwi_modz
I defeated!
Originally posted by MoDzZ View Post
I have the datagridview only highlight the client to see.
Can someone tell me what else I need to adjust or what kind of code is missing to the client without seeing everything makieren only? thank you

Application: You must login or register to view this content.
C# Code: You must login or register to view this content.

That is one hell of a GUI isn't it. It's so unique and beautiful. Much original.... Seriously that GUI needs a make over #ugs
01-26-2015, 09:47 PM #8
iTпDM
Vault dweller
Look my source code how to that

You must login or register to view this content.
01-27-2015, 07:48 PM #9
xProvXKiller
Climbing up the ladder
Originally posted by ResistTheKiwi View Post
That is one hell of a GUI isn't it. It's so unique and beautiful. Much original.... Seriously that GUI needs a make over #ugs


lmao your getting him hipped

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo