ZMT|Protox
Membre
salut je voudrait s'avoir comment faire pour que mon tool en se connectant as ccapi ou tmapi m'afiche sur la l'ecran de la ps3 connecter a ...... merci de m'aider
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
oui c# comment sa ?Si oui PS3.Notify(CCAPI.NotifyIcon.ARROW, TextBox1.Text);
Tu peux change l'icone en remplacant notifylcon et la textbox par un autre bouton
Ta pas compris quoi ?oui c# comment sa ?
je code sa ou ?Ta pas compris quoi ?
sa dépennd si tu veux predefinir ton texte ou copie un text dans une textboxen desous des using ou normal dans mon codage ?
En gros dans attach ou connecten desous des using ou normal dans mon codage ?
{En gros dans attach ou connect
sa fonctionne qu"avec cappi{
public partial class Form1 : MetroForm
{
public static uint ProcessID;
public static uint[] processIDs;
public static string snresult;
private static string usage;
public static string Info;
public static PS3API PS3 = new PS3API(SelectAPI.ControlConsole);
private Random Random = new Random();
private CCAPI CCAPI = new CCAPI();
public Form1()
{
InitializeComponent();
}
private void Form1_Load(object sender, EventArgs e)
{
}
private void button1_Click(object sender, EventArgs e)
{
PS3.ConnectTarget();
}
private void button2_Click(object sender, EventArgs e)
{
PS3.AttachProcess();
}
private void button3_Click(object sender, EventArgs e)
{
PS3.DisconnectTarget();
}
ta ma le codage pour tmappi laje suis en ccapi
ta ma le codage pour tmappi la