my situation rather complex, i've seen other people this. unfortunately, there no mention of specific problem. in process of trying integrate wpf usercontrol including ribbon win32 host application. far, has been working pretty neat (to surprise, even). using hwndsource create raw win32 child-window , embed win32 host top-level window. have tried tabcontrols, buttons, radiobuttons, webbrowsers , inside usercontrol , usable within win32 host application. and, of course, there ribbon control @ top row of usercontrol's grid. here's doing: mhwnd = new hwndsource ( 0, 0x40000000 | 0x10000000, 0, left, top, width, height, "cintegrationtest", parenthandle); muserctrl = new usercontrol1 (); mhwnd.rootvisual = muserctrl; this works rather good. have other controls (like edit , few buttons) in usercontrol1 below ribbon. when keyboard focus inside 1 of these controls, can use alt+ access keytips of ribbontabs , it's elemen...
Comments
Post a Comment