In my c# app I call my cli method as myObject.initWin(panel1.Handle);
I gave my code above. It seems correct but nothing happens in panel.
Type: Posts; User: frozeneye
In my c# app I call my cli method as myObject.initWin(panel1.Handle);
I gave my code above. It seems correct but nothing happens in panel.
I have googled the topic. I tried many things but nothing shown on my panel. Here is the part of my code
mhWnd = (HWND)mainControlToRender.ToPointer();
mhDC = GetDC( mhWnd );
//...
Hi, I am new in openGl. How can I render my glut scene in selected windows form control. For instance I have a panel in my form and I want my scene to shown in that panel.