Looking for an easy way or infact any way to pop event for unmanaged code via csharp com interop wrapper..... Any one knows a good site for c# COM technologies? I have a serious trouble with this issue....
Arish rivlin
Posts
-
CSharp com interop wrapper events... -
solve this questionI'm not sure... I think I know the poster for this message personally. If he is the one, I think he cannot implement any thing....
-
open a specific folderIf you use folder browser just type the default folder you want this dialog to ope in the "SelectedPath" property
-
CSharp com interop wrapper events... [modified]Looking for an easy way or infact any way to pop event for unmanaged code via csharp com interop wrapper..... Any one knows a good site for c# COM technologies? I have a serious trouble with this issue....
modified on Saturday, October 24, 2009 4:40 PM
-
CultureInfo and DateTime settingsIt looks like a different date format: 1/1/2008 as pose to 1-1-2008 and in any case you can manipulate only on the strings.....
-
CultureInfo and DateTime settingsYou can try this line: DateTime.Now.ToString("MMM dd,yy HH:mm:ss", CultureInfo.InvariantCulture) I think it will solve your problem:cool:
-
Problem with com creation in C#I created an activex com object and would like to create an instance in a c# form. when adding the component with the wizard it creates a new instance with "new" end every C# exe gets its one inctance. I am looking for the equivalent C# whay to CoCreate: create the com object only if not exists, get the currantly active instance otherwise. I think the solution lies somware in interop services but failed to find a solution so far....
-
How to create memory file?I would like to place a pointer in a mapped memory file for all dll's share... It has to be in memmory for preformance rather then on disk...
-
How to create memory file?True, but I have to avoid the disk writings, that I cannot do...
-
How to create memory file?Hi, thanks... I need the file to be in memory and not on hard drive....
-
How to create memory file?I cannot find a way to do that in C#... gave MemoryMappedFile a try, File is written to disk as well. I'm looking for a solution to write only to disk....
-
Trouble converting bitmap to gif files.Hi all After I converted my file from bmp to gif format image then ,an attempt to compile, and the next compilation error merged: "error RC2170 : bitmap file res\btn_accept_regular.gif is not in 3.00 format" Any body has a clue abut this error? MSDN gives nothing usful!
-
Hard disk size?!|Hi all.... How can I verify the memmory left on a hard disk?
-
Fire a keyboard event....thanks....
-
Fire a keyboard event....Hi all. how can I fire a keydown / keyup event?
-
Module handling.....Then how can I know if a thread belongs to a cirtain dll/module. Its very important to me since a dll that I activate causes a crash at shotdown.
-
Module handling.....How can i kill a module without terminating its process?....
-
Threads and modules...Can I, at least, configure to what modoule does a cirtin thread belongs to?
-
Threads and modules...I know...... I have no choise. It's not my module.......
-
Threads and modules...Hi all I cannot match between thread and process. Need to kill a cirtain thread, I know in general to what module the thread belongs but cannot distinct between the diffrent threads. all I get is a list of the threads ID that belong to my process....