Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: Can't display label inside the frame


Message #1 by jleung@m... on Mon, 17 Feb 2003 15:21:43 -0600
Peter,

Thanks for another great advice.

J


                                                                                                                                    
                      "Peter N. Kipe"                                                                                               
                      <pkipe@c...       To:       "professional vb" <pro_vb@p...>                           
                      .com>                    cc:                                                                               
                                               Subject:  [pro_vb] RE: Can't display label inside the frame                          
                      02/17/2003 03:24                                                                                              
                      PM                                                                                                            
                      Please respond to                                                                                             
                      "professional vb"                                                                                             
                                                                                                                                    
                                                                                                                                    




You may not have the label "owned" by the frame.  Try this:  While viewing
your Form Object, select the label and cut it (Ctrl-X), then click the
frame
and paste (Ctrl-V).  See if that fixes your problem...

Pete

-----Original Message-----
From: jleung@m... [mailto:jleung@m...]
Sent: Monday, February 17, 2003 4:22 PM
To: professional vb
Subject: [pro_vb] Can't display label inside the frame


Dear all,

I have a label and a frame on the form, I couldn't get the label place
inside (Bring To Front) of the frame.
Anyone have any idea why? I have try to use the following code.

Thanks,
J

~~~~~~~~~~~~~~~~~~~~
Private Sub Form_Activate()
    Frame1.ZOrder 1
    Label1.ZOrder 0
End Sub
~~~~~~~~~~~~~~~~~~~~









  Return to Index