Hi
I would like to use Direct Skin OCX in to my Forms 6.0 to change the skin. The document says for C++ use the following:
w.LoadUIS("macpc.uis"
w.InitWB();
w.DoWindow((long) hWnd);
My question is how I can use this OCX functions into my ORACLE Forms 6.0 ? I never used OCX controls before within Forms 6.0 and any help will be greatly appreciated..
I created the ActiveX control and inserted the above OCX but I don't know how to proceed further...
I would like to use Direct Skin OCX in to my Forms 6.0 to change the skin. The document says for C++ use the following:
w.LoadUIS("macpc.uis"
w.InitWB();
w.DoWindow((long) hWnd);
My question is how I can use this OCX functions into my ORACLE Forms 6.0 ? I never used OCX controls before within Forms 6.0 and any help will be greatly appreciated..
I created the ActiveX control and inserted the above OCX but I don't know how to proceed further...