Search results for query: *

  1. 1

    Drawing? What Do We Wrong...

    :( anyone? because we still have a overlapping background when moving our mouse to show the tooltip :(
  2. 1

    Drawing? What Do We Wrong...

    this code helps a little :D but not 100% what it must be but its lot better :) <DllImport("user32.dll")> PrivateSharedFunction GetWindowRect(hWnd As IntPtr, ByRef lpRect As RECT) As <MarshalAs(UnmanagedType.Bool)> Boolean EndFunction PrivateFunction GetWindowRect() As Rectangle Dim rect AsNew...
  3. 1

    Drawing? What Do We Wrong...

    Its seems when we add e.Graphics.Clear(Color.Transparent) it keeps a black line at the background but then we don't get the previous mess up part :D but how to get rid of the black part??
  4. 1

    Drawing? What Do We Wrong...

    Hello, Can anyone helpme out please because i don't know anymore how or what to do... when we run our form and hover over the form it shows great image 1 when we leave the form and go back it messed up :( image 2 anyone please Imports System.Collections.Generic Imports...
Back
Top