Okay, just frm1.show

Guys thanks all for your kindly response, that give me much new idea how thing can be done in vb.

All my problem had been answered now:
1. It's my own fault, when textbox change, it's definitely should firing event textbox.change. I managed to found where the problem is.

2. I'm using CUSTOM PROPERTIES

3. Also using CUSTOM PROPERTIES

4. I'm using this
VB Code:
  1. Dim tR As RECT
  2.      GetWindowRect picCommandbar.hwnd, tR
  3.      FORM2.Move tR.Left * Screen.TwipsPerPixelX, (tR.Bottom + 1) * Screen.TwipsPerPixelY
picCommandbar is reside on FORM1

Cheer