Click here to Skip to main content
16,008,299 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CTabCtrl Pin
DiWa21-Aug-03 6:08
DiWa21-Aug-03 6:08 
Generalkeyframe scene detection Pin
Emiliano21-Aug-03 4:58
Emiliano21-Aug-03 4:58 
GeneralRe: keyframe scene detection Pin
Joey Bloggs21-Aug-03 21:27
Joey Bloggs21-Aug-03 21:27 
GeneralComboBox in Modal DIalog Pin
Karen030221-Aug-03 4:40
Karen030221-Aug-03 4:40 
GeneralRe: ComboBox in Modal DIalog Pin
valikac21-Aug-03 5:12
valikac21-Aug-03 5:12 
Generalautomate excel copy and paste Pin
Anonymous21-Aug-03 4:40
Anonymous21-Aug-03 4:40 
GeneralRe: automate excel copy and paste Pin
David Crow21-Aug-03 7:13
David Crow21-Aug-03 7:13 
GeneralRe: automate excel copy and paste Pin
Jason Truong25-Aug-03 3:36
Jason Truong25-Aug-03 3:36 
Thanks Mr David!
Yes, I know this. But May you help me how to copy text to clipboard?
In Word I do this:

_Application app;<br />
       Range range;<br />
       .....<br />
       range.Select();<br />
       Selection sel=app.GetSelection();<br />
       sel.Copy<br />
       //--process<br />
       sel.Paste    <br />
 <br />

In excel I see funtion app.GetSelection. But I don't know what object that is returned.
please help me.


Thanks
Jason Chang
tmsnhien@yahoo.com
QuestionVery strange bug - conflict between file IO and list?? Pin
Kuniva21-Aug-03 4:38
Kuniva21-Aug-03 4:38 
QuestionWhy toolbar created by CreateExdo not creates tool-tips? Pin
vgrigor21-Aug-03 4:36
vgrigor21-Aug-03 4:36 
GeneralRich Edit box (no MFC) Pin
Kayembi21-Aug-03 4:25
Kayembi21-Aug-03 4:25 
GeneralRe: Rich Edit box (no MFC) Pin
Ryan Binns21-Aug-03 4:55
Ryan Binns21-Aug-03 4:55 
GeneralRe: Rich Edit box (no MFC) Pin
Kayembi21-Aug-03 7:14
Kayembi21-Aug-03 7:14 
GeneralRe: Rich Edit box (no MFC) Pin
Ryan Binns21-Aug-03 16:48
Ryan Binns21-Aug-03 16:48 
GeneralWH_MSGFILTER Windows Hook Pin
Member 43620221-Aug-03 4:12
Member 43620221-Aug-03 4:12 
Generalmapping enum -> name Pin
peterchen21-Aug-03 3:59
peterchen21-Aug-03 3:59 
GeneralRe: mapping enum -&gt; name Pin
valikac21-Aug-03 5:15
valikac21-Aug-03 5:15 
GeneralRe: mapping enum -&gt; name Pin
peterchen21-Aug-03 5:33
peterchen21-Aug-03 5:33 
GeneralRe: mapping enum -> name Pin
Jörgen Sigvardsson21-Aug-03 7:35
Jörgen Sigvardsson21-Aug-03 7:35 
GeneralCreating Device Context Pin
Larry J. Siddens21-Aug-03 3:29
Larry J. Siddens21-Aug-03 3:29 
GeneralRe: Creating Device Context Pin
PJ Arends21-Aug-03 9:16
professionalPJ Arends21-Aug-03 9:16 
QuestionTAPI. Is it possible? Pin
Ahmad9921-Aug-03 3:28
Ahmad9921-Aug-03 3:28 
AnswerRe: TAPI. Is it possible? Pin
Joey Bloggs21-Aug-03 21:35
Joey Bloggs21-Aug-03 21:35 
GeneralTAPI. Is it possible Pin
Ahmad9921-Aug-03 3:27
Ahmad9921-Aug-03 3:27 
GeneralRe: TAPI. Is it possible Pin
David Crow21-Aug-03 4:17
David Crow21-Aug-03 4:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.