Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. Problem with frames.

Problem with frames.

Scheduled Pinned Locked Moved Visual Basic
helpquestion
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    Purish Dwivedi
    wrote on last edited by
    #1

    I am creating a VB application. I have 3 buttons and 3 frames. I want to load one frame on click of a particular button. I am keeping one's visibility true and another one's visibility false. But when I run the application, none of the frame appears. Why is it so? Plz help me. Thanks.

    H D 2 Replies Last reply
    0
    • P Purish Dwivedi

      I am creating a VB application. I have 3 buttons and 3 frames. I want to load one frame on click of a particular button. I am keeping one's visibility true and another one's visibility false. But when I run the application, none of the frame appears. Why is it so? Plz help me. Thanks.

      H Offline
      H Offline
      Henry Minute
      wrote on last edited by
      #2

      Purish Dwivedi wrote:

      Why is it so?

      You might just as well ask "How long is a piece of string?". There is no answer to your question because no one knows what you have done nor how you did it. Edit your post to show the relevant code. Read the guidelines first here[^], paying particular attention to items 4, 5 and 7. :)

      Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”

      1 Reply Last reply
      0
      • P Purish Dwivedi

        I am creating a VB application. I have 3 buttons and 3 frames. I want to load one frame on click of a particular button. I am keeping one's visibility true and another one's visibility false. But when I run the application, none of the frame appears. Why is it so? Plz help me. Thanks.

        D Offline
        D Offline
        Dave Kreskowiak
        wrote on last edited by
        #3

        First, since "frames" most commonly applies to web applications, you're going to have to specify if this is a web app (there is an ASP.NET forum here for these questions) or a Windows Forms app. Second, if this is a Windows Forms app, how did you implement these "frames"? What controls did you use and how were they arranged? What are the initial properties, like "Visible"? Show the code you're using to hide one "frame" and how another.

        A guide to posting questions on CodeProject[^]
        Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
             2006, 2007, 2008
        But no longer in 2009...

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups