I've created the ActiveX Document Server to place it's objects in Word. But I have a great problem. When i add the object to Word, it blinks several times. Everybody who worked with Microsoft Equation know this problem. It is really hard to work with this blinking when you have to create objects often. Does anybody know some solution of this problem?.. thanks
Goa
Posts
-
ActiveX Document Server -
Creating new Viewi have an SDI Application with a single view and i need to create new view, that would be a tool modeless window. what should i do?
-
DC absolute positionhow can i get absolute position of my DC on the screen?
-
MS Word ToolbarI've created ActiveX Document Server and i want to insert my documents to Word documents. So i need to make my toolbar on MS Word to insert my object or to do something else with Word document similar to Adobe PDF toolbar. How can i do this?
-
SendInput delay :(hello! i have a problem with SendInput function... i need to simulate the Ctrl+C... and after it i'm getting the text string from Clipboard... but there is a delay between the SendInput is called and the keys are simulated... :( and when i'm getting the text from Clipboard, i'm getting the old Clipboard data... what should i do? maybe i need to use some delay function after SendInput?... if you know any delay functions, please tell me...
-
Howto get text from editbox of another application?you are wrong... but... i have found the function that enums all child windows of the the parent window... BUT! i dont know how to find out whether it has focus or not :(
-
Howto get text from editbox of another application?ye, i have the HWND of the app... but now how can i get HWND of the control?
-
Howto get text from editbox of another application?pliz help me... i want to get the text string from the focused editbox of focused application... how can i do it?
-
PostMessage (hWnd = 0)i have a keyboard filter function: LRESULT CALLBACK KbHookProc(int, WPARAM, LPARAM); and a global variable: for example, HWND hWnd; then i set the value of the variable... but my function doesn't see this value and in this function hWnd is NULL why? :(