Release : Fonction PS3 avec le PS3Lib

Statut
N'est pas ouverte pour d'autres réponses.

Tigge RGT

Premium
Inscription
18 Août 2013
Messages
2 182
Réactions
643
Points
8 251
RGCoins
25
yop ,
je vais release des codages grace au PS3Lib qui servent ;)
Screen :
140917033415596387.png
:
La ToggleSwitch :
Code:
if (toggleSwitch1.IsOn == true)
{
PS3.ChangeAPI(SelectAPI.ControlConsole); // toggleswitch a gauche
}
else
{
PS3.ChangeAPI(SelectAPI.TargetManager); // toggleswitch a droite
}

Le Changeur de CID :
Code:
PS3.CCAPI.SetConsoleID(textEdit3.Text);
PS3.CCAPI.Notify(CCAPI.NotifyIcon.FINGER, "ConsoleID Changer ");

Option de la Console :
Code:
if (this.comboBoxEdit1.SelectedIndex >= 0)[/I][/U][/B][/I][/B][/I][/B]
[B][I][B][I][B][U][I]
{
if (this.comboBoxEdit1.SelectedIndex == 0)
{

}
else if (this.comboBoxEdit1.SelectedIndex == 1)
{
PS3.CCAPI.ShutDown(PS3Lib.CCAPI.RebootFlags.ShutDown);
}
else if (this.comboBoxEdit1.SelectedIndex == 2)
{
PS3.CCAPI.ShutDown(PS3Lib.CCAPI.RebootFlags.SoftReboot);

}
else if (this.comboBoxEdit1.SelectedIndex == 3)
{

PS3.CCAPI.ShutDown(PS3Lib.CCAPI.RebootFlags.HardReboot);
}
else if (this.comboBoxEdit1.SelectedIndex == 4)
{
PS3.DisconnectTarget();
}
[B][U][I]}
[/I][/U][/B]


Notification :

Code:
PS3.CCAPI.Notify(CCAPI.NotifyIcon.FINGER, "message voulue ;) ");

Credits : FMT | TiGGe | iHax
PS : Merci Baptiste Pour la faute a la toggle switch :)
 
Dernière édition:
Useless + ton "if" est faux. ;)
 
Sa peut servir pour les gens qui cherche ;)
C'est pas mon cas (d)
 
Dans un if y a 2 égales ..
 
Comment avoir le ToggleSwitch ??
 
Statut
N'est pas ouverte pour d'autres réponses.
Retour
Haut