Visual Basic - Good GUI
The point of this project it to make the GUI a little bit 'smoother'. By using this, and a little Photoshop skills, you can blend the toolbar with your form and make it look super sleek.
Features:
More Control over the look of the toolbar.
Can still Minimize and Close.
Fades on minimize and close.
Easy to customize (With Photoshop).
Now, don't flame me if you think it looks shit or too basic, I am not very good with Photoshop and its made for people that know shit all about VB.
Code:
Screenshot:Code:#Region "Form Eye Candy" Dim Point As New System.Drawing.Point() Dim X, Y As Integer Dim Set1 As String Private Sub Label7_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles lblClose.Click Set1 = "Close" Timer2.Start() End Sub Private Sub lblMinimize_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles lblMinimize.Click Set1 = "Min" Timer2.Start() End Sub Private Sub Timer2_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer2.Tick Opacity -= 0.03 If Opacity = 0 Then If Set1 = "Min" Then WindowState = FormWindowState.Minimized Opacity = 100 Else End End If Timer2.Stop() End If End Sub Private Sub frmText_MouseDown(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles frmText.MouseDown X = Control.MousePosition.X - Me.Location.X Y = Control.MousePosition.Y - Me.Location.Y End Sub Private Sub frmToolbar_MouseDown(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles frmToolbar.MouseDown X = Control.MousePosition.X - Me.Location.X Y = Control.MousePosition.Y - Me.Location.Y End Sub Private Sub lblMinimize_MouseDown(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles lblMinimize.MouseDown X = Control.MousePosition.X - Me.Location.X Y = Control.MousePosition.Y - Me.Location.Y End Sub Private Sub lblMinimize_MouseMove(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles lblMinimize.MouseMove If e.Button = MouseButtons.Left Then Point = Control.MousePosition Point.X = Point.X - (X) Point.Y = Point.Y - (Y) Me.Location = Point End If End Sub Private Sub frmText_MouseMove(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles frmText.MouseMove If e.Button = MouseButtons.Left Then Point = Control.MousePosition Point.X = Point.X - (X) Point.Y = Point.Y - (Y) Me.Location = Point End If End Sub Private Sub frmToolbar_MouseMove(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles frmToolbar.MouseMove If e.Button = MouseButtons.Left Then Point = Control.MousePosition Point.X = Point.X - (X) Point.Y = Point.Y - (Y) Me.Location = Point End If End Sub #End Region
Virus Scans:
VirusTotal
Jotti
If you have any questions, PM me, VM me or just post here.
Last edited by JamesA1994; 11-06-2010 at 05:54 AM.
CoD Minion: Jan 13th 2011 to April 11 2011
MMORPG Minion Since: March 28th 2011 to April 11 2011
Don't be afraid to rep, you aren't loosing anything!
Don't forget your P&Q's. Press the thanks button if someone has helped.
jamesa1994@hotmail.com
Great!!! Thanks! Ur a great coder...
Offtopic:
i saw that here is a free position for minion......Why not you for it?!![]()
JamesA1994 (11-06-2010)

271
I do want the minion xD
https://www.mpgh.net/forum/27-coders-...-minion-7.html
CoD Minion: Jan 13th 2011 to April 11 2011
MMORPG Minion Since: March 28th 2011 to April 11 2011
Don't be afraid to rep, you aren't loosing anything!
Don't forget your P&Q's. Press the thanks button if someone has helped.
jamesa1994@hotmail.com

918
Uhm, fairly basic yuh? Maybe add some code to the main thread rather than forcing people to download it to see.
You can win the rat race,Originally Posted by Jeremy S. Anderson
But you're still nothing but a fucking RAT.
++Latest Projects++
[Open Source] Injection Library
Simple PE Cipher
FilthyHooker - Simple Hooking Class
CLR Injector - Inject .NET dlls with ease
Simple Injection - An in-depth look
MPGH's .NET SDK
eJect - Simple Injector
Basic PE Explorer (BETA)

271
CoD Minion: Jan 13th 2011 to April 11 2011
MMORPG Minion Since: March 28th 2011 to April 11 2011
Don't be afraid to rep, you aren't loosing anything!
Don't forget your P&Q's. Press the thanks button if someone has helped.
jamesa1994@hotmail.com
gj JamesA1994
GJ. Keep it up =)
good job bro
When i open the project file, it supposed not to have errors
but when i open the project file, it have 15 errors on the thing when opening the project file..
mind to teach me how to fix it?thanks

271
CoD Minion: Jan 13th 2011 to April 11 2011
MMORPG Minion Since: March 28th 2011 to April 11 2011
Don't be afraid to rep, you aren't loosing anything!
Don't forget your P&Q's. Press the thanks button if someone has helped.
jamesa1994@hotmail.com

918
You can win the rat race,Originally Posted by Jeremy S. Anderson
But you're still nothing but a fucking RAT.
++Latest Projects++
[Open Source] Injection Library
Simple PE Cipher
FilthyHooker - Simple Hooking Class
CLR Injector - Inject .NET dlls with ease
Simple Injection - An in-depth look
MPGH's .NET SDK
eJect - Simple Injector
Basic PE Explorer (BETA)
Heh? How is this different from how you'd normally do it? ._.

271
CoD Minion: Jan 13th 2011 to April 11 2011
MMORPG Minion Since: March 28th 2011 to April 11 2011
Don't be afraid to rep, you aren't loosing anything!
Don't forget your P&Q's. Press the thanks button if someone has helped.
jamesa1994@hotmail.com
the error is in this picture
[IMG]https://i828.photobucke*****m/albums/zz202/ngbhing/adsfadsfads.jpg[/IMG]
please can someone help me solve this problem so that i can get the good gui !

3438
This is for VB2010...
Donate:
BTC: 1GEny3y5tsYfw8E8A45upK6PKVAEcUDNv9
Handy Tools/Hacks:
Extreme Injector v3.7.3
A powerful and advanced injector in a simple GUI.
Can scramble DLLs on injection making them harder to detect and even make detected hacks work again!
Minion Since: 13th January 2011
Moderator Since: 6th May 2011
Global Moderator Since: 29th April 2012
Super User/Unknown Since: 23rd July 2013
'Game Hacking' Team Since: 30th July 2013
--My Art--
[Roxas - Pixel Art, WIP]
[Natsu - Drawn]
[Natsu - Coloured]
All drawings are coloured using Photoshop.
--Gifts--
[Kyle]