Click here to Skip to main content
15,894,405 members
Home / Discussions / C#
   

C#

 
QuestionSerial Port DataReceived method in a Windows Service Pin
saeidfarahi29-Jun-09 6:20
saeidfarahi29-Jun-09 6:20 
AnswerRe: Serial Port DataReceived method in a Windows Service Pin
Luc Pattyn29-Jun-09 7:07
sitebuilderLuc Pattyn29-Jun-09 7:07 
Questionchange "registry value's" type by c# ? [modified] Pin
jamesband00729-Jun-09 5:27
jamesband00729-Jun-09 5:27 
AnswerRe: change "registry value's" type by c# ? Pin
michaelvdnest29-Jun-09 6:22
michaelvdnest29-Jun-09 6:22 
AnswerRe: change "registry value's" type by c# ? Pin
Eddy Vluggen29-Jun-09 6:29
professionalEddy Vluggen29-Jun-09 6:29 
GeneralRe: change "registry value's" type by c# ? Pin
Luc Pattyn29-Jun-09 7:10
sitebuilderLuc Pattyn29-Jun-09 7:10 
GeneralRe: change "registry value's" type by c# ? Pin
Eddy Vluggen29-Jun-09 7:35
professionalEddy Vluggen29-Jun-09 7:35 
QuestionCreate and open a taskpane in outlook opened worddocument Pin
fhoernchen29-Jun-09 4:57
fhoernchen29-Jun-09 4:57 
Hello,

I'm having an Outlook 2007 addin, which opens an existing word 2007 document and fills in some userdata, which I receive from Outlook.

The next step is an actionpane, which should be opened in this worddocument.
I wrote some worddocumenttemplate in VS 2008 and got everything working:
...
namespace WordDocumentTaskpane
{
    public partial class ThisDocument
    {
        private HelloControl hello = new HelloControl();
        private void ThisDocument_Startup(object sender, System.EventArgs e)
        {
            this.ActionsPane.Controls.Add(hello);
        }
...

This HelloControl is just a userconstrol to display some items from a database.

By working hard on the Outlook addin, I can't get the taskpane / actionspane created in the opend worddocument, because I can't call the according methods.
Are there any basic ideas?

Grettings Confused | :confused:
QuestionIIS Server with C# application Pin
treuveni29-Jun-09 4:55
treuveni29-Jun-09 4:55 
AnswerRe: IIS Server with C# application Pin
DoctorMick29-Jun-09 5:28
DoctorMick29-Jun-09 5:28 
GeneralRe: IIS Server with C# application Pin
treuveni29-Jun-09 5:38
treuveni29-Jun-09 5:38 
GeneralRe: IIS Server with C# application Pin
EliottA29-Jun-09 5:45
EliottA29-Jun-09 5:45 
GeneralRe: IIS Server with C# application Pin
treuveni29-Jun-09 5:51
treuveni29-Jun-09 5:51 
GeneralRe: IIS Server with C# application Pin
EliottA29-Jun-09 6:07
EliottA29-Jun-09 6:07 
GeneralRe: IIS Server with C# application Pin
Not Active29-Jun-09 8:30
mentorNot Active29-Jun-09 8:30 
Questionabout full-text-search Pin
leone29-Jun-09 4:43
leone29-Jun-09 4:43 
AnswerRe: about full-text-search Pin
Luc Pattyn29-Jun-09 4:57
sitebuilderLuc Pattyn29-Jun-09 4:57 
QuestionOut of Memory Exception while reading Text File Pin
Revathij29-Jun-09 3:43
Revathij29-Jun-09 3:43 
AnswerRe: Out of Memory Exception while reading Text File Pin
Manas Bhardwaj29-Jun-09 4:19
professionalManas Bhardwaj29-Jun-09 4:19 
AnswerRe: Out of Memory Exception while reading Text File Pin
Keith Barrow29-Jun-09 4:59
professionalKeith Barrow29-Jun-09 4:59 
AnswerRe: Out of Memory Exception while reading Text File Pin
Luc Pattyn29-Jun-09 5:01
sitebuilderLuc Pattyn29-Jun-09 5:01 
AnswerRe: Out of Memory Exception while reading Text File Pin
Dan Neely29-Jun-09 7:19
Dan Neely29-Jun-09 7:19 
QuestionHow to get textbox text lines count? Pin
swetha_insoft29-Jun-09 1:59
swetha_insoft29-Jun-09 1:59 
AnswerRe: How to get textbox text lines count? Pin
padmanabhan N29-Jun-09 2:08
padmanabhan N29-Jun-09 2:08 
GeneralRe: How to get textbox text lines count? Pin
swetha_insoft29-Jun-09 2:19
swetha_insoft29-Jun-09 2:19 

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.