Click here to Skip to main content
15,900,725 members
Home / Discussions / COM
   

COM

 
GeneralOutlook 2003 COM AddIn Pin
civilwar27-Jul-05 4:04
civilwar27-Jul-05 4:04 
GeneralHelp!!!!! Need to do COM DLL with multiple objects Pin
Logan from Singapore27-Jul-05 0:37
Logan from Singapore27-Jul-05 0:37 
GeneralRe: Help!!!!! Need to do COM DLL with multiple objects Pin
Jörgen Sigvardsson27-Jul-05 3:03
Jörgen Sigvardsson27-Jul-05 3:03 
GeneralRe: Help!!!!! Need to do COM DLL with multiple objects Pin
Logan from Singapore27-Jul-05 15:18
Logan from Singapore27-Jul-05 15:18 
GeneralRe: Help!!!!! Need to do COM DLL with multiple objects Pin
Jörgen Sigvardsson27-Jul-05 15:25
Jörgen Sigvardsson27-Jul-05 15:25 
GeneralRe: Help!!!!! Need to do COM DLL with multiple objects Pin
Jörgen Sigvardsson27-Jul-05 15:28
Jörgen Sigvardsson27-Jul-05 15:28 
GeneralRe: Help!!!!! Need to do COM DLL with multiple objects Pin
Logan from Singapore27-Jul-05 15:41
Logan from Singapore27-Jul-05 15:41 
GeneralMessage handler EM_GETLINE prob... Pin
chettu26-Jul-05 7:07
chettu26-Jul-05 7:07 
Hi I am trying to use the EM_GETLINE message to get the text of a particular line but i am not able to send the last parameter i.e the lpram..for the SendMessage function... anyone plz let me know how to do this... i am doin in the following way
char[] buffer = new char[255];
buffer[0] = (char)255;
Message msg = Message.Create(this.Handle, EM_GETLINE, (IntPtr)Index, (IntPtr)buffer[0]);
base.DefWndProc(ref msg);
return msg.Result.ToInt32();

but it gives me a error like.. "Attempted to read write protected memory. This is often indication that other memory is corrupt." F1! F1!


cheers
Chettu
General0Setting Launch Permissions Programmatically for a DCOM Component Pin
Muhammad Kamran26-Jul-05 3:22
Muhammad Kamran26-Jul-05 3:22 
GeneralActiveX in VB.NET web app Pin
Spaz8024-Jul-05 23:58
Spaz8024-Jul-05 23:58 
GeneralRe: ActiveX in VB.NET web app Pin
vishalmore29-Jul-05 21:54
vishalmore29-Jul-05 21:54 
GeneralSOAP Related Pin
Member 214309524-Jul-05 18:36
Member 214309524-Jul-05 18:36 
GeneralActiveX Exe Registeration Pin
MohammadAmiry24-Jul-05 7:30
MohammadAmiry24-Jul-05 7:30 
GeneralRe: ActiveX Exe Registeration Pin
sanjayrvyas24-Jul-05 8:23
sanjayrvyas24-Jul-05 8:23 
GeneralRe: ActiveX Exe Registeration Pin
MohammadAmiry25-Jul-05 10:35
MohammadAmiry25-Jul-05 10:35 
GeneralRe: ActiveX Exe Registeration Pin
MohammadAmiry27-Jul-05 21:12
MohammadAmiry27-Jul-05 21:12 
GeneralCOM registration problems Pin
gxdata23-Jul-05 21:20
gxdata23-Jul-05 21:20 
GeneralCOM Control Not Getting the Message Pin
McClamm22-Jul-05 7:40
McClamm22-Jul-05 7:40 
GeneralRe: COM Control Not Getting the Message Pin
McClamm22-Jul-05 9:27
McClamm22-Jul-05 9:27 
GeneralRe: COM Control Not Getting the Message Pin
Jörgen Sigvardsson23-Jul-05 3:23
Jörgen Sigvardsson23-Jul-05 3:23 
GeneralWin32 Application and IE Pin
cyp0rk21-Jul-05 16:16
cyp0rk21-Jul-05 16:16 
GeneralCOM Event Queues Pin
Anonymous21-Jul-05 2:48
Anonymous21-Jul-05 2:48 
GeneralRe: COM Event Queues Pin
I am ke xu24-Jul-05 0:20
I am ke xu24-Jul-05 0:20 
GeneralRe: COM Event Queues Pin
Anonymous24-Jul-05 10:20
Anonymous24-Jul-05 10:20 
Generalcommunication between COM objects Pin
Member 1106649721-Jul-05 2:20
Member 1106649721-Jul-05 2:20 

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.