Problem with frames.
-
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.
-
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.
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.”
-
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.
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...