Post: How to make the Mw3 Status checked
04-22-2013, 11:56 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Hi all I shall want to have How to make the status Mw3 verified on Pc in VB.net

As software :

Screen 1 Disconnect : You must login or register to view this content.

Screen 2 Connect : You must login or register to view this content.
(adsbygoogle = window.adsbygoogle || []).push({});
04-25-2013, 03:57 AM #2
Pichu
RIP PICHU.
Originally posted by FMH
Hi all I shall want to have How to make the status Mw3 verified on Pc in VB.net

As software :

Screen 1 Disconnect : You must login or register to view this content.

Screen 2 Connect : You must login or register to view this content.


Dude, you will have to give a lot more info than two pictures and a request.
04-27-2013, 01:40 PM #3
Originally posted by FMH
Hi all I shall want to have How to make the status Mw3 verified on Pc in VB.net

As software :

Screen 1 Disconnect : You must login or register to view this content.

Screen 2 Connect : You must login or register to view this content.


Originally posted by Pichu View Post
Dude, you will have to give a lot more info than two pictures and a request.


I believe he means this:
    
private void button1_Click(object sender, EventArgs e)
{
PS3TMAPI.InitTargetComms();
PS3TMAPI.Connect(0, null);
System.Data.SqlClient.SqlConnection con = new System.Data.SqlClient.SqlConnection();
if (con.State == ConnectionState.Open)
{
MessageBox.Show("Successful", "Connection", MessageBoxButtons.OK, MessageBoxIcon.Asterisk);
toolStripStatusLabel1.Text = "Connected";
toolStripStatusLabel1.ForeColor = Color.Green;
}
else
{
MessageBox.Show("Unsuccessful", "Connection", MessageBoxButtons.OK, MessageBoxIcon.Error);
toolStripStatusLabel1.Text = "Disconnected";
toolStripStatusLabel1.ForeColor = Color.Red;
}
}


Although, that is C#. I don't know any VB

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo