Post: Need help | visual studio
03-18-2014, 09:18 PM #1
Dead_Coast
Bounty hunter
(adsbygoogle = window.adsbygoogle || []).push({}); Hey Guys....
I want to make a tool, but not with the Normal Win-Form
I Installed this but i cant use it?
You must login or register to view this content.
Can any help with Teamviewer (8.0 = You must login or register to view this content.)
Please ...
The one that has the solution and helps by tv, also gets a great reward on Sunday!!
PLEASEEEEEEEEEEEEEEEE
(adsbygoogle = window.adsbygoogle || []).push({});
03-18-2014, 10:19 PM #2
FBOMB
Haxor!
Lol I can help you. Pm me.
03-18-2014, 10:39 PM #3
Dead_Coast
Bounty hunter
Year but not today ... ADS me Skype : crockyyyy and Good Night
03-18-2014, 11:12 PM #4
FBOMB
Haxor!
Ill just help you here.
03-19-2014, 01:11 PM #5
Dead_Coast
Bounty hunter
ok but i have the old buttons etc ... what to become the new ?
03-19-2014, 01:15 PM #6
Dead_Coast
Bounty hunter
Now i have This Code .
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 Joka_best1
{
public partial class Form1 : MetroFramework.Forms.MetroForm
{
public static uint ProcessID;
public static uint[] processIDs;
public static string snresult;
private static string usage;
public static string Info;
public static string Status;
public static string MemStatus;
private PS3API PS3 = new PS3API();
private Random rand = new Random();
public Form1()
{
InitializeComponent();
}

private void Form1_Load(object sender, EventArgs e)
{

}

private void button1_Click(object sender, EventArgs e)
{
try
{
if (PS3.ConnectTarget())
{
string Message = "Du bist mit dieser API Verbunden :" + PS3.GetCurrentAPIName();

MessageBox.Show(Message, "Verbunden!");

}
else
{
string Message = "Es konnte keine Verbindung hergestellt werden :/";

MessageBox.Show(Message, "Fehler");
}
}
catch (Exception)
{
MessageBox.Show("Es konnte keine Verbindung hergestellt werden :/", "Fehler");
}
}
private void button2_Click(object sender, EventArgs e)
{
if (PS3.AttachProcess())
{
MessageBox.Show("Abgesichert!.", "Fertig");
}
else
{
MessageBox.Show("Kein Spiel gefunden, Starte den Multiplayer!", "Fehler.");
}
}

private void CEX_CheckedChanged(object sender, EventArgs e)
{
PS3.ChangeAPI(SelectAPI.ControlConsole);
}
}
}

but i have the STANDART BUTTONS & ALL not the NEW :
You must login or register to view this content.
03-19-2014, 03:04 PM #7
Dead_Coast
Bounty hunter
Please Help Skype : crockyyyy
03-20-2014, 05:17 AM #8
FBOMB
Haxor!
Add a reference's to,
MetroFramework.dll
MetroFramework.Design.dll

Then do this,
You must login or register to view this content.
The design view should now look like this,
You must login or register to view this content.
Now open your toolbox and right click in the tool box and click choose items.
You must login or register to view this content.
You should get this screen,
You must login or register to view this content.
Now click browse and add MetroFramework.dll. You should see this in the box.
You must login or register to view this content.
Finally hit OK

You should now have the controls in your toolbox like this,
You must login or register to view this content.

And finally a example of them on the form.
You must login or register to view this content.

Ninja

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo