Page 2 of 6 FirstFirst 1234 ... LastLast
Results 16 to 30 of 82
  1. #16
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    @ General Note: If this topic is going to be useful and remain useful when answering a question please quote the original question...Always...

    Which means, even if you are discussing a question that has been answered or you are offering further information quote the question and the comment, this will add some 'Uniform" to what will become chaotic, Thanks

    Is it possible to change the background image a textbox?
    Or
    Use a PictureBox as a sub Textbox, so it has the background (Can type in it too)
    It's not as easy as a single line of code and requires some custom work, But yes it is possible.


     


     


     



    The Most complete application MPGH will ever offer - 68%




  2. #17
    Sydney's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Germany...
    Posts
    1,356
    Reputation
    37
    Thanks
    1,144
    My Mood
    Amused
    Hay
    Can someone help me by doing an injector all tuts injectors are patched"!
    Pls he will get the credits!

  3. #18
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    Search function FTW.



  4. #19
    Sydney's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Germany...
    Posts
    1,356
    Reputation
    37
    Thanks
    1,144
    My Mood
    Amused
    Quote Originally Posted by Blubb1337 View Post
    Search function FTW.
    I didnt found anything !
    Havent anyone a Source for me ?

  5. #20
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    Quote Originally Posted by kongamonga View Post
    I didnt found anything !
    Havent anyone a Source for me ?
    For sure.



    Page #1



    Have fun while c&p-ing. Yes I DO know that this returns some weirdo error. It does inject the .dll ANYWAYS.



  6. #21
    mnpeepno2's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    In a barren wasteland
    Posts
    905
    Reputation
    10
    Thanks
    81
    Quote Originally Posted by kongamonga View Post
    I didnt found anything !
    Havent anyone a Source for me ?
    Even Easier

    MPGH SDK :: https://www.mpgh.net/forum/33-visual-...b-net-sdk.html

    Sticky FTW!


    -----------------------------------------------

    My site: here
    My Blog: here
    My member's area: here
    Minecraft Sever Forum: here


    Minecraft Servers:

    Public:



    Private:



  7. The Following User Says Thank You to mnpeepno2 For This Useful Post:

    NextGen1 (06-10-2010)

  8. #22
    Sydney's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Germany...
    Posts
    1,356
    Reputation
    37
    Thanks
    1,144
    My Mood
    Amused
    Quote Originally Posted by mnpeepno2 View Post
    Even Easier

    MPGH SDK :: https://www.mpgh.net/forum/33-visual-...b-net-sdk.html

    Sticky FTW!
    I dont understand that with the API

  9. #23
    new_user's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    wew._.
    need help!
    theres an error on debugging

    can you guys help?

  10. #24
    Hassan's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    System.Threading.Tasks
    Posts
    4,764
    Reputation
    495
    Thanks
    2,133
    My Mood
    Dead
    Quote Originally Posted by new_user View Post
    wew._.
    need help!
    theres an error on debugging

    can you guys help?
    Delete the debug directory of your project. And then try Rebuilding your project again !!!

  11. #25
    new_user's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by FLAMESABER View Post
    Delete the debug directory of your project. And then try Rebuilding your project again !!!
    Still didnt work._.
    I even "Rest all setting" deleted the folder...
    still nothing

  12. #26
    Hassan's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    System.Threading.Tasks
    Posts
    4,764
    Reputation
    495
    Thanks
    2,133
    My Mood
    Dead
    Quote Originally Posted by new_user View Post
    Still didnt work._.
    I even "Rest all setting" deleted the folder...
    still nothing
    Zip your project and upload it to media fire or somewhere...then link it here...I can't help without opening the proj !!
    Last edited by Hassan; 06-10-2010 at 11:52 PM.

  13. #27
    MugNuf's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    790
    Reputation
    9
    Thanks
    160
    My Mood
    Goofy

    Problem Solved!!!

    How do you get the position of your mouse and something on the form? So if your mouse is on it, it changes the image, and when its off of it, it changes back.

    I have this so far, but when you take your mouse off, it doesn't do anything.
    Code:
        Private Sub PictureBox6_MouseHover(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles PictureBox6.MouseHover
            If MousePosition = PictureBox6.MousePosition Then
                PictureBox6.Image = NextGenMTs.My.Resources.Minimize
            Else
                PictureBox6.Image = Nothing
            End If
        End Sub
    Last edited by MugNuf; 06-13-2010 at 01:52 AM.

  14. #28
    'Bruno's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Portugal
    Posts
    2,883
    Reputation
    290
    Thanks
    1,036
    My Mood
    Busy
    Quote Originally Posted by MugNuf View Post
    How do you get the position of your mouse and something on the form? So if your mouse is on it, it changes the image, and when its off of it, it changes back.

    I have this so far, but when you take your mouse off, it doesn't do anything.
    Code:
        Private Sub PictureBox6_MouseHover(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles PictureBox6.MouseHover
            If MousePosition = PictureBox6.MousePosition Then
                PictureBox6.Image = NextGenMTs.My.Resources.Minimize
            Else
                PictureBox6.Image = Nothing
            End If
        End Sub
    your problem is on mousehover i believe, mousehouve is when it is over the picturebox, but if it is removed from there, it wont be over picturebox, so he cant run the event to remove it. (Because it's not over it already)

    Use form instead, and check if mouse position is inside picturebox rectangle.
    Light travels faster than sound. That's why most people seem bright until you hear them speak.

  15. #29
    MugNuf's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    790
    Reputation
    9
    Thanks
    160
    My Mood
    Goofy
    Quote Originally Posted by Brinuz View Post
    your problem is on mousehover i believe, mousehouve is when it is over the picturebox, but if it is removed from there, it wont be over picturebox, so he cant run the event to remove it. (Because it's not over it already)

    Use form instead, and check if mouse position is inside picturebox rectangle.
    I think if i use MouseLeave, it'll work. Let me try it.

    EDIT: Yup, works. I never thought of using it till now xD. I feel so stupid.
    Last edited by MugNuf; 06-12-2010 at 01:44 PM.

  16. #30
    'Bruno's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Portugal
    Posts
    2,883
    Reputation
    290
    Thanks
    1,036
    My Mood
    Busy
    Quote Originally Posted by MugNuf View Post
    I think if i use MouseLeave, it'll work. Let me try it.

    EDIT: Yup, works. I never thought of using it till now xD. I feel so stupid.
    forgot about it too, haha but nice it worked
    Light travels faster than sound. That's why most people seem bright until you hear them speak.

Page 2 of 6 FirstFirst 1234 ... LastLast

Similar Threads

  1. Just a simple question.
    By Toxin in forum Help & Requests
    Replies: 25
    Last Post: 07-31-2009, 04:38 PM
  2. HELP PLZ SIMPLE QUESTION
    By GibsonRocks231 in forum Combat Arms Hacks & Cheats
    Replies: 9
    Last Post: 01-05-2009, 04:24 PM
  3. A simple question
    By thechewu in forum General
    Replies: 10
    Last Post: 07-17-2007, 05:17 AM
  4. I Have A Simple Question
    By patrick8099 in forum WarRock - International Hacks
    Replies: 7
    Last Post: 05-13-2007, 03:51 AM
  5. Simple question
    By SoulRemover in forum WarRock - International Hacks
    Replies: 1
    Last Post: 04-22-2007, 09:42 AM