Résolu Probleme Erreur visual studio TOOL

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

KCDQ

•Muay thaï is Life •
Premium
Inscription
6 Novembre 2013
Messages
1 605
Réactions
517
Points
6 136
RGCoins
25
bonsoir ;)


Erreur 1 Le nom 'PS3' n'existe pas dans le contexte actuel c:\users\User\documents\visual studio 2013\Projects\WindowsFormsApplication2\WindowsFormsApplication2\Form1.cs 36 21 WindowsFormsApplication2


Voila l'erreur que m'affiche visual studio.. pourtant tout est bon !
que faire ? merci ;)
 
Deja fait..








using System;

using System.Collections.Generic;

using System.ComponentModel;

using System.Data;

using System.Drawing;

using System.Linq;

using System.Text;

using System.Threading.Tasks;

using System.Windows.Forms;

using PS3Lib;



namespace WindowsFormsApplication2

{

publicpartialclassForm1 : Form

{

public Form1()

{

InitializeComponent();

}



private void Form1_Load(object sender, EventArgs e)

{

CCAPI PS = new CCAPI();

PS3API PS3 = new PS3API();

}



private void tabPage2_Click(object sender, EventArgs e)

{



}



private void button1_Click(object sender, EventArgs e)

{

try

{

if (PS3.ConnectTarget())

{



}

}

catch (Exception)

{

MessageBox.Show("Impossible de se connecter", "Erreur", MessageBoxButtons.OK, MessageBoxIcon.Error);

}

try

{

if (PS3.AttachProcess())

{

label1.Text = "Connecter / Attacher";

label1.ForeColor = System.Drawing.Color.Green;

PS3.CCAPI.Notify(CCAPI.NotifyIcon.INFO, "Tu est bien Connecter/ Attacher");

}

}

catch (Exception)

{

MessageBox.Show("Impossible d'attacher", "Erreur", MessageBoxButtons.OK, MessageBoxIcon.Error);

}

}



private void label1_Click(object sender, EventArgs e)

{



}



private void tabPage1_Click(object sender, EventArgs e)

{



}

}

}
 
Salut,

J'ai déplacé http://reality-gaming.fr/attachments/deplacement-png.20319/ ta discussion en section Résolu http://reality-gaming.fr/attachments/verifier-png.20313/

Déplacement et résolution de ces topics , avec l'accord de l'auteur . :)

Bonne soirée,
Lyrix
 
Statut
N'est pas ouverte pour d'autres réponses.
Retour
Haut