CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 9 of 9

Threaded View

  1. #1
    Join Date
    Jan 2010
    Posts
    130

    [RESOLVED] Layout turns funny after MessageBox appears!

    I try to extract data from a database and if there are records in the database I display these in a table. If there are none then I dont display any table and a dialogbox pops up stating that there are no records in the db. The messagebox however causes my layout to go funny! The attachment Beurteilungsbogen2.gif shows what my layout looks like if I comment out the messagebox (as you can see just an empty table appears in the middle of the screen) while Beurteilungsbogen.gif shows that my header has gone all over the place after my messagebox has popped up!! I have created my layout in CSS. Is there a way to stop this happening?
    Attached Images Attached Images

Tags for this Thread

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

Featured