Search Results

3
votes

C# Combine GDI+ and OpenGL/DirectX

AFAIK you can't really mix GDI+ and OpenGL/DX. If you're getting slow performance and are absolutely sure that it's a bottleneck in GDI+ rather than in your code, than it …
-1
votes

WinForms - How do I execute C# application code from inside WebBrowser control?

What I did in VB6: Add a bunch of custom < A > tags in the HTML document, set their href to something meaningful to you, like '#closeform' On the BeforeNavigate method, ch …