Results 1 to 3 of 3

Thread: [2005] ICan't see Image in Menustrip

  1. #1

    Thread Starter
    Hyperactive Member Coool's Avatar
    Join Date
    Feb 2006
    Location
    System.Coool
    Posts
    333

    Unhappy [2005] ICan't see Image in Menustrip

    Hi all,

    I have got an weird problem with my menustrip.

    I have added an Image in Menu .. at design time i can see it but can't see it at run time .. Im using MDI form

  2. #2
    PowerPoster sparrow1's Avatar
    Join Date
    May 2005
    Location
    Globetrotter
    Posts
    2,820

    Re: [2005] ICan't see Image in Menustrip

    Quote Originally Posted by Coool
    Hi all,

    I have got an weird problem with my menustrip.

    I have added an Image in Menu .. at design time i can see it but can't see it at run time .. Im using MDI form
    Hi,

    I'm using VB.Net 2005 Express Edition and I'v added an MDIParent Form adn everyting, about the image is working.

    This is the way I've called this MDIParent Form after I selected first a WindowsForm and secondly a MDIParentForm;

    VB Code:
    1. Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
    2.         Dim MDIParent1 As New MDIParent1
    3.         MDIParent1.Show()
    4.     End Sub

    Then you can choose an Image for all the menu's in your MDIParent form.
    In my testapp it's working.

    Hope it helps,

    sparrow1
    Wkr,
    sparrow1

    If I helped you, don't forget to Rate my post. Thank you

    I'm using Visual Studio.Net 2003 and
    2005
    How to learn VB.Net Create setup with VB 2005 Drawing for beginners VB.Net Tutorials GDI+ Tutorials
    Video's for beginners

  3. #3

    Thread Starter
    Hyperactive Member Coool's Avatar
    Join Date
    Feb 2006
    Location
    System.Coool
    Posts
    333

    Re: [2005] ICan't see Image in Menustrip

    Well I think i should recreate the form if there is no any specific reason for not displaying image ..

    Thanks for reply
    I am using .NET 2010 with Windows 7

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width