Yes, the window is a PictureBox object from VB, but I will create an activeX_dll that will modify that PictureBox.
I tried to handle the WM_PAINT message, re-painting the graphics, but it didn't work
that's what I use:
LRESULT CALLBACK WndProc(HWND hWnd, UINT uMessage, WPARAM wParam, LPARAM...