| Thread | Last Post | Replies |
|
| Pasting into Outlook Express from the C# application.. | 01 Oct 2005 17:51 GMT | 1 |
how about C# app that copies some data (text or pictures) into the clipboard and then pastes them into new message opened in OE? Is something like that possible?
|
| String LastIndexOf bug ? | 01 Oct 2005 14:52 GMT | 2 |
string s = "aXXa"; Console.WriteLine(s.LastIndexOf("XX",0)); Console.WriteLine(s.LastIndexOf("XX")); Console.WriteLine(s.IndexOf("XX",0));
|
| Microsoft Office Automation | 01 Oct 2005 14:18 GMT | 4 |
We have a module that needs to automate word 2000 for certain added functionality. I have successfully created the component to do this. Basically I start word using a statement like _word = New Word.Application
|
| Icon with drop down. | 01 Oct 2005 08:04 GMT | 1 |
My company is creating a new IEAK but how do we create the icon like the mail icon that has a drop down. I have searched endlessly and finally resorted to posting my own question. Does anyone know?
|
| Delegates/Messaging Uncoupling Threaded Applications | 01 Oct 2005 02:39 GMT | 1 |
I currently have a .NET Form application which has a seperate thread invoking delegates of the MainForm in order to have the main thread update the form's controls. I would like to move the secondary thread's behavior into another class, eg.
|