Click here to Skip to main content
15,914,416 members
Home / Discussions / COM
   

COM

 
Generaldirectshow avi source filter Pin
villalvilla22-Aug-05 20:22
villalvilla22-Aug-05 20:22 
GeneralAddRef() Error Pin
Logan from Singapore22-Aug-05 18:15
Logan from Singapore22-Aug-05 18:15 
GeneralRe: AddRef() Error Pin
User 21559724-Aug-05 17:24
User 21559724-Aug-05 17:24 
GeneralCopy and pest Pin
dubotz22-Aug-05 3:42
dubotz22-Aug-05 3:42 
GeneralRe: Copy and pest Pin
MohammadAmiry30-Aug-05 9:33
MohammadAmiry30-Aug-05 9:33 
GeneralRe: Copy and pest Pin
dubotz30-Aug-05 22:35
dubotz30-Aug-05 22:35 
GeneralRe: Copy and pest Pin
dubotz31-Aug-05 0:16
dubotz31-Aug-05 0:16 
GeneralRe: Copy and pest Pin
MohammadAmiry2-Sep-05 7:36
MohammadAmiry2-Sep-05 7:36 
Hi Get the handle of the window that currently has focus, using GetForegroundWindow() API.
Then Find the Edit inside the window using FindWindowEx function. Which returns the window handle for the edit box.
After that, you set the text as follows:
SetWindowText(EditHandle, "ANYTHING YOU WHICH")

For help under any of these APIs please refere to MSDN.
GeneralRe: Copy and pest Pin
Anonymous19-Oct-05 20:40
Anonymous19-Oct-05 20:40 
GeneralWindows Management Instrumentation Pin
rajeevktripathi22-Aug-05 1:53
rajeevktripathi22-Aug-05 1:53 
GeneralRe: Windows Management Instrumentation Pin
MailtoGops22-Aug-05 5:57
MailtoGops22-Aug-05 5:57 
GeneralRe: Windows Management Instrumentation Pin
MailtoGops22-Aug-05 5:57
MailtoGops22-Aug-05 5:57 
GeneralEx2K : Event Sink Registration - Access Denied Pin
Michael B. Hansen22-Aug-05 0:28
Michael B. Hansen22-Aug-05 0:28 
GeneralLoad printers using COM+ from user profile Pin
Member 77854319-Aug-05 11:01
Member 77854319-Aug-05 11:01 
GeneralDifference in the compiling modes Pin
Logan from Singapore18-Aug-05 17:55
Logan from Singapore18-Aug-05 17:55 
GeneralRe: Difference in the compiling modes Pin
Steve S22-Aug-05 1:01
Steve S22-Aug-05 1:01 
GeneralRe: Difference in the compiling modes Pin
Logan from Singapore22-Aug-05 15:41
Logan from Singapore22-Aug-05 15:41 
GeneralMarshalling problem Pin
David_Leikis18-Aug-05 11:31
David_Leikis18-Aug-05 11:31 
GeneralRe: Marshalling problem Pin
Vi218-Aug-05 19:54
Vi218-Aug-05 19:54 
GeneralRe: Marshalling problem Pin
David_Leikis19-Aug-05 3:26
David_Leikis19-Aug-05 3:26 
GeneralRe: Marshalling problem Pin
Vi219-Aug-05 4:17
Vi219-Aug-05 4:17 
GeneralRe: Marshalling problem Pin
David_Leikis19-Aug-05 4:42
David_Leikis19-Aug-05 4:42 
GeneralRe: Marshalling problem Pin
Vi222-Aug-05 21:59
Vi222-Aug-05 21:59 
GeneralRe: Marshalling problem Pin
RikaBoy26-Aug-05 21:45
RikaBoy26-Aug-05 21:45 
General[Message Deleted] Pin
RikaBoy26-Aug-05 21:18
RikaBoy26-Aug-05 21:18 

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.