Search:

Type: Posts; User: Paulo32

Search: Search took 0.03 seconds.

  1. Replies
    10
    Views
    3,019

    Re: Files and Folder Unicode

    May be this link is helpful:

    http://www.vbforums.com/showthread.php?518505-RESOLVED-VB6-Full-Temp-Folder-Directory
  2. Replies
    11
    Views
    8,890

    Re: Disable DoubleClick?

    Try this to fire the Click event in the DblClick sub:

    Private Sub UserControl_DblClick()
    RaiseEvent Click
    End Sub
Results 1 to 2 of 2



Click Here to Expand Forum to Full Width