Click here to Skip to main content
15,886,199 members
Home / Discussions / C#
   

C#

 
GeneralRe: sql server express Pin
arkiboys19-Jan-11 0:31
arkiboys19-Jan-11 0:31 
GeneralRe: sql server express Pin
Henry Minute19-Jan-11 1:15
Henry Minute19-Jan-11 1:15 
AnswerRe: sql server express Pin
Steve Maier17-Jan-11 4:38
professionalSteve Maier17-Jan-11 4:38 
QuestionUser account rights Pin
marca29217-Jan-11 2:19
marca29217-Jan-11 2:19 
AnswerRe: User account rights Pin
_Erik_17-Jan-11 2:52
_Erik_17-Jan-11 2:52 
Questionadd data,delete data,modify data,save data from datagrid Pin
chaitravb17-Jan-11 1:21
chaitravb17-Jan-11 1:21 
AnswerRe: add data,delete data,modify data,save data from datagrid Pin
RaviRanjanKr17-Jan-11 1:35
professionalRaviRanjanKr17-Jan-11 1:35 
QuestionConverting Clipboard Outlook Data-Msg to C# object for use Pin
Ravi Sant17-Jan-11 1:07
Ravi Sant17-Jan-11 1:07 
Hi All,
I have requirement by which,:
when i press Ctrl+C on an outlook item, it gets copied to clipboard. I have to use this clipboard content and get MSG file(which is now text-data to clipboard), to C# outlook item and use it (say eg: save on some location as file).

if (Clipboard.ContainsText(System.Windows.Forms.TextDataFormat.Text))
            {
                IDataObject myData = Clipboard.GetDataObject();

                Outlook.MailItem olMsg = (Outlook.MailItem)myData.GetData(DataFormats.Text, true); //fails here
            }


Above code does not work because outlook is showing copied message as Text and not FileDropList!
Thus above code fails. What is other way to do so or modifications in same.
Your help highly appreciated.
QuestionExposing unsafe methods through an interface. PinPopular
thatdiceygirl16-Jan-11 23:47
thatdiceygirl16-Jan-11 23:47 
AnswerRe: Exposing unsafe methods through an interface. Pin
#realJSOP17-Jan-11 0:32
mve#realJSOP17-Jan-11 0:32 
GeneralRe: Exposing unsafe methods through an interface. Pin
thatdiceygirl17-Jan-11 3:51
thatdiceygirl17-Jan-11 3:51 
GeneralRe: Exposing unsafe methods through an interface. Pin
Pete O'Hanlon17-Jan-11 5:28
mvePete O'Hanlon17-Jan-11 5:28 
AnswerRe: Exposing unsafe methods through an interface. Pin
Pete O'Hanlon17-Jan-11 0:49
mvePete O'Hanlon17-Jan-11 0:49 
AnswerMessage Removed Pin
17-Jan-11 1:17
Ravi Sant17-Jan-11 1:17 
GeneralRe: Exposing unsafe methods through an interface. Pin
#realJSOP17-Jan-11 1:19
mve#realJSOP17-Jan-11 1:19 
GeneralRe: Exposing unsafe methods through an interface. PinPopular
Chris Maunder17-Jan-11 1:34
cofounderChris Maunder17-Jan-11 1:34 
GeneralRe: Exposing unsafe methods through an interface. Pin
#realJSOP17-Jan-11 2:08
mve#realJSOP17-Jan-11 2:08 
GeneralRe: Exposing unsafe methods through an interface. Pin
Ravi Sant17-Jan-11 3:09
Ravi Sant17-Jan-11 3:09 
AnswerRe: Exposing unsafe methods through an interface. Pin
PIEBALDconsult17-Jan-11 1:43
mvePIEBALDconsult17-Jan-11 1:43 
AnswerRe: Exposing unsafe methods through an interface. Pin
_Erik_17-Jan-11 2:50
_Erik_17-Jan-11 2:50 
QuestionHow to do edit ,update and delete in DataGridview using C# Pin
GJBalaji16-Jan-11 19:05
GJBalaji16-Jan-11 19:05 
AnswerRe: How to do edit ,update and delete in DataGridview using C# Pin
Abhinav S16-Jan-11 20:02
Abhinav S16-Jan-11 20:02 
AnswerRe: How to do edit ,update and delete in DataGridview using C# Pin
Mycroft Holmes16-Jan-11 20:23
professionalMycroft Holmes16-Jan-11 20:23 
GeneralRe: How to do edit ,update and delete in DataGridview using C# Pin
OriginalGriff16-Jan-11 20:43
mveOriginalGriff16-Jan-11 20:43 
AnswerRe: How to do edit ,update and delete in DataGridview using C# Pin
RaviRanjanKr16-Jan-11 22:49
professionalRaviRanjanKr16-Jan-11 22:49 

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.