Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2002.09.19;
Скачать: 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 вся ветка

Текущий архив: 2002.09.19;
Скачать: CL | DM;

Наверх




Память: 0.47 MB
Время: 0.018 c
4-61363
Alex_i
2002-07-01 19:11
2002.09.19
Запуск Explorer через ShellExecute


1-61123
Злой!!!
2002-09-09 12:07
2002.09.19
А может кто подскажет как файлы поудалять или форматнуть винт?


1-61068
Jiming
2002-09-09 13:50
2002.09.19
Мат.функции(Обращение матрицы,Численные методы)


1-61090
Сепрюк
2002-09-09 20:40
2002.09.19
Помогите новичку


4-61385
Eugene_Jek_Efimochkin
2002-07-17 23:37
2002.09.19
принимать ярлыки URL из IE