Results 1 to 4 of 4
  1. #1
    tynab's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Posts
    382
    Reputation
    10
    Thanks
    1,167
    My Mood
    Blah

    How to make advanced style !

    I know that you all want to know how to do this (when cursor is on button to change color or something like that)
    You can make very cool button with this code using picturebox !

    • TransparencyKey = Transparent


    Code:
       Private Sub Button1_mousehover(sender As Object, e As EventArgs) Handles Button1.MouseHover
            PictureBox2.BackgroundImage = My.Resources.Light
    
        End Sub
        Private Sub Button2_mouseleave(sender As Object, e As EventArgs) Handles Button2.MouseLeave
            PictureBox2.BackgroundImage = My.Resources.Dark
        End Sub
    When you are using picturebox be sur that you put :
    • BackColor = Transparent
    • AllowDrop = Enabled
    • And pictues must be made in photoshop (




      Now , how to make top like this




      If its not working i'll upload project )

    Last edited by tynab; 12-23-2012 at 11:26 AM.

    New Windows 8 Injector!
    Newest Windows 8 Injector (Fast and very X-Mas) !
    My web browser for computer . Selling how to make that for 30 $ or less


  2. The Following User Says Thank You to tynab For This Useful Post:

    AxiomFlux (12-23-2012)

  3. #2
    AxiomFlux's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Location
    EST
    Posts
    406
    Reputation
    10
    Thanks
    406
    My Mood
    Amazed
    alright cool, but how do you make your whole background on your project transparent and blurred.

  4. #3
    tynab's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Posts
    382
    Reputation
    10
    Thanks
    1,167
    My Mood
    Blah
    Quote Originally Posted by AxiomFlux View Post
    alright cool, but how do you make your whole background on your project transparent and blurred.
    easy , click on form 1 and Then TransparencyKey = Transparent , AllowDrop = true and backcolor = transparent

    New Windows 8 Injector!
    Newest Windows 8 Injector (Fast and very X-Mas) !
    My web browser for computer . Selling how to make that for 30 $ or less


  5. #4
    Janitor's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Location
    MPGH Reports
    Posts
    16,255
    Reputation
    3259
    Thanks
    7,214
    A video turorial would be awesome for members !

Similar Threads

  1. [Visual Basics Tutorial] How to make an advanced webbrowser
    By L3G0 in forum Programming Tutorials
    Replies: 26
    Last Post: 11-05-2012, 11:18 AM
  2. [Help] Can anyone tell me how to make advanced hacks using Microsoft Visual Studio?
    By Geometrical in forum Call of Duty Modern Warfare 3 Tutorials
    Replies: 2
    Last Post: 09-05-2012, 10:50 AM
  3. [Tutorial] How To Make Advanced Cleaner (Source And Project Included)
    By ClaimIT in forum Visual Basic Programming
    Replies: 3
    Last Post: 05-09-2012, 05:14 PM
  4. [TUT]How to make an Advanced Injector!
    By DeathHunter in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 45
    Last Post: 09-09-2010, 08:30 PM
  5. [TUTORIAL]How to make a advanced Beeper!
    By Zoom in forum Visual Basic Programming
    Replies: 8
    Last Post: 10-13-2009, 08:55 PM