as in right click in Files window>Add>Module?

I'm fairly certain everything in the module is working, as the icon is place correctly and the tooltip comes up when the mouse is hovered.

I've tried practically every combination of

Code:
Result = SetForegroundWindow(Me.hwnd)
Me.WindowState = 0
Me.Show ' show form
Me.Visible = True
Me.Refresh
Me.SetFocus
with no results whatsoever, and I don't understand how it's still hiding.