Results 1 to 8 of 8

Thread: Treeview Problem (VB6) {Resolved}

  1. #1

    Thread Starter
    Addicted Member señorbadger's Avatar
    Join Date
    Oct 2003
    Location
    Mud pools of wellingborough
    Posts
    193

    Treeview Problem (VB6) {Resolved}

    Hi when i run my app sometimes the treeview is covered up by a glitch

    i have attached a example of this to expalin any ideas ???
    Attached Images Attached Images  
    Last edited by señorbadger; Jan 29th, 2004 at 03:00 PM.

  2. #2

  3. #3

    Thread Starter
    Addicted Member señorbadger's Avatar
    Join Date
    Oct 2003
    Location
    Mud pools of wellingborough
    Posts
    193
    i dont really want to post the project cos its a important college project isnt there a drawing setting for treeviews and or forms

    o i forgot to mention if you drag the form off the screen and back on its fine

    i normally happens when the form loses focus and another form/ application sits ontop of where it is on the screen

  4. #4

  5. #5
    Former Admin/Moderator MartinLiss's Avatar
    Join Date
    Sep 1999
    Location
    San Jose, CA
    Posts
    33,431
    I prefer not to use the server and I get a missing dll when I try to open the client project so I won't be able to actually run the project but you could try the following in frmClient (which I assume is the problem form).

    VB Code:
    1. Private Sub Form_Activate()
    2.     Me.Refresh
    3. End Sub

  6. #6

    Thread Starter
    Addicted Member señorbadger's Avatar
    Join Date
    Oct 2003
    Location
    Mud pools of wellingborough
    Posts
    193
    thanks for that but now its hides it all does refresh reset the settings to form load ?

    like if it was visable = false on form load then it is change
    it false again when it is refreshed

  7. #7

  8. #8

    Thread Starter
    Addicted Member señorbadger's Avatar
    Join Date
    Oct 2003
    Location
    Mud pools of wellingborough
    Posts
    193
    thanks marty thats fixed it

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