Igor Gorbounov writes: > Tell me, please, if there is any way to get a Win API application > instance handle in a gtkmm application
GetModuleHandle(NULL) ? (I think "application instance" is Windows 3.x terminology, but the MCIWndCreate() docs say "handle to the module", to presumably GetModuleHandle() is what you want. --tml _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
