🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Advertisement

Latest mfc Activity

I have implemented a slider in my application with MFC. slider has range 0 to RAND_MAX. it currently jumps with 655 units of steps with mouse wheel. 

can some body tell me how I can set slider increment decrement with mouse wheel by just one unit

6,750 views
Advertisement
Vanda Engine is a free open source game engine for 3D game and realtime interactive 3D

When I started game engine development, many thought it was impossible for one person to build a game engine. But I proved that I could build a game engine with an old computer without a budget. Of course, there is still a lot of work to be done.

Vanda Engine is a free and open source game engine fo…

6,154 views

You could create a child window with its own message loop and new thread.

It should work. Maybe easier way to create such renderer is development of DirectX functionality in the raw Windows API, but the parent could still be the MFC type.

4,702 views
Advertisement
Advertisement