Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simple Image (Native Controls) #38

Open
Donaut opened this issue Aug 27, 2020 · 1 comment
Open

Simple Image (Native Controls) #38

Donaut opened this issue Aug 27, 2020 · 1 comment

Comments

@Donaut
Copy link

Donaut commented Aug 27, 2020

Hello.
Currently, I'm making a Custom Data Visualizer for Visual Studio and want to use WinApi as a Gui (low memory usage and lightning-fast ). My problem is that I want to show a simple image. And I need some guidance on where to start. (Do windows have an image Control or i just draw to the window itself?) I appreciate any help.

@zodiacon
Copy link

I recommend you use the standard GDI+ in .NET (System.Drawing.Bitmap class etc.). It's not worth it to use the WinAPI directly in this case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants