Вниз
Скачать: CL | DM;

SendMessage   Найти похожие ветки 

 
Shrek ©   (2002-09-09 19:55) [0]

Привет Дюди! У меня такая проблема, исполюзую:
SendMessage(GetFocus, WM_PASTE, 0, 0);
для вставки текста из буфера, и для Word-да не работает. Может кто сталкивался с такой проблемой. Помогите кто может!


 
TTCustomDelphiMaster ©   (2002-09-09 20:20) [1]

Word это вам не notepad, с ним такой номер не пройдет.


 
Shrek ©   (2002-09-09 20:26) [2]

Да об этом я знаю.
Но всётаки существует ли способ?


 
TTCustomDelphiMaster ©   (2002-09-09 21:21) [3]

This example copies and pastes the first table in the active document into a new document.

If ActiveDocument.Tables.Count >= 1 Then
ActiveDocument.Tables(1).Range.Copy
Documents.Add.Content.Paste
End If

This example copies the first paragraph in the document and pastes it at the insertion point.

ActiveDocument.Paragraphs(1).Range.Copy
Selection.Collapse Direction:=wdCollapseStart
Selection.Paste



Страницы: 1 вся ветка

Скачать: CL | DM;



Память: 0.45 MB
Время: 0.012 c
3-60931
DeepProg
2002-08-28 16:24
2002.09.19
FormCreate must be first!!!


3-61031
Маша
2002-08-30 10:45
2002.09.19
Подскажите , PLS


1-61126
bobr12
2002-09-06 10:59
2002.09.19
Delphi + Excel


6-61237
dimushkin
2002-07-12 13:04
2002.09.19
Вопрос такой...


14-61275
VZ-KZ
2002-08-20 15:39
2002.09.19
Интересный вопрос!




   Наверх