quote:
Originally posted by Flash
i find this for combo = cb_
code:
function cb_ClrCtrl(w,d) {
//Interop.Call("user32", "SendMessageW", w.GetControlHandle
, 0x14B /* CB_RESETCONTENT */, 0, 0);
w.SendControlMessage(d,0x14B /* CB_RESETCONTENT */, 0, 0)
}
you seem that you're working with dispatchers functions =) . why Patchou doesn't implement programming-based on prototypes ? ^^