blah blah blah is here! blah blah » Close

0
votes
1 answers

Accessing Exchange Public Folders

Hi all, I've been approached to write an app that will run on schedule accessing emails in a public folder in exchange and extracting the attachments. I dont have any experience working with outlook. I've had a play with the Microsoft.Of ...

1
votes
1 answers

Using events to change form control properties

Hi all, I know there's an easier to achieve this but I'm trying to learn more about events. Here's what I have at the moment: //class which sets new value class StatusLabelChangeEventArgs : EventArgs { public string Label { ...

0
votes
1 answers

Using the ToolStripContainer with an MDI form

Hi All, I'm using a ToolStripContainer on my MDI form. Unfortunaetly when I load my child forms they don't display (i think the are loading underneath the ToolStripContainer). I only want to show the top panel to embed a toolstrip. I can r ...

0
votes
1 answers

tabControl: select tab

Hi all, Quite new to c#. Could anybody tell me how I could select a tab using the middle mouse button. The reason I want to do this is to delete the active tab when the user clicks the middle button, so I need to select the one i'm hover ...

0
votes
1 answers

Using a class library in classic ASP.

Hi all. I'm new to c# so please bear with me. I've created a class library. Copied it over to my webserver. Register it by the following: regasm /tlb MyComponent.dll Added it to the GAC by the following: gacutil /if MyComponent.dll Wh ...

Feedback