Post: Can anybody help me?
05-10-2014, 08:04 AM #1
DaMoDr
Little One
(adsbygoogle = window.adsbygoogle || []).push({}); So i created my second tool and i wanted to make it look good , so i wanted to add a notifier , for people who don't know a notifier is like when i connect a massege will show on my screen that i connected , same thing for attach

but the problem is i dont know how ,, Can Somebody help me out here ?
(adsbygoogle = window.adsbygoogle || []).push({});
05-10-2014, 08:10 AM #2
FrenziosMix
Who’s Jim Erased?
Originally posted by DaMoDr View Post
So i created my second tool and i wanted to make it look good , so i wanted to add a notifier , for people who don't know a notifier is like when i connect a massege will show on my screen that i connected , same thing for attach

but the problem is i dont know how ,, Can Somebody help me out here ?


Place this under your code if the connection succeed
      MessageBox.Show("Succesfully connected to your PS3!", "Connected", MessageBoxButtons.OK, MessageBoxIcon.Information); 


same thing for if it's succeed with attaching.
05-10-2014, 08:33 AM #3
DaMoDr
Little One
Originally posted by FrenziosMix View Post
Place this under your code if the connection succeed
      MessageBox.Show("Succesfully connected to your PS3!", "Connected", MessageBoxButtons.OK, MessageBoxIcon.Information); 


same thing for if it's succeed with attaching.



i want it to show on the Tv NOT pc screen , like the notifier in ccapi
05-10-2014, 08:36 AM #4
FrenziosMix
Who’s Jim Erased?
Originally posted by DaMoDr View Post
i want it to show on the Tv NOT pc screen , like the notifier in ccapi


You should have said that earlier, but that doesn't matter anymore. The notify option is only available using CCAPI, use this code:
      PS3.CCAPI.Notify(CCAPI.NotifyIcon.PEN, "PS3 Connected"); 
05-10-2014, 08:36 AM #5
ItsAvees
Bounty hunter
    API.CCAPI.Notify(CCAPI.NotifyIcon.INFO, "YOUR MESSAGE HERE!");

or

PS3.CCAPI.Notify(CCAPI.NotifyIcon.INFO, "YOUR MESSAGE HERE!");




It will be something along the lines of this. Not 100% sure.

BTW you can change the NotifyIcon from INFO.
05-10-2014, 09:06 AM #6
DaMoDr
Little One
Originally posted by FrenziosMix View Post
You should have said that earlier, but that doesn't matter anymore. The notify option is only available using CCAPI, use this code:
      PS3.CCAPI.Notify(CCAPI.NotifyIcon.PEN, "PS3 Connected"); 


where do i put it ?
05-10-2014, 09:07 AM #7
FrenziosMix
Who’s Jim Erased?
Originally posted by DaMoDr View Post
where do i put it ?


after it's connected and it succeeded..

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo