Answer Questions
jaycee Outlook 2003's NewMailEx event handling in vb.net
hi , i am getting difficulty in using NewMailEx event of outlook add-in. It is taking only first email address as argument and not the said comma delimited string. Please help me about why it is happening, and also the solution for it in vb.netreply me on sachin.vaid@daffodildb.com this is the code that i am using Private Sub outlookapp_NewMailEx( ByVal EntryIDCollection As String ) Handles outlookapp.NewMailEx Dim ...Show All
Anshim How to make a relation between interfaces and classes
How to make a relation between interfaces and classes. And How to make a relation between interfaces and abstract classes. In class diagram. To show the base class relationship, right click on the class that implements the abastract class and select "Show Base Class". You can't show a relationship between a class and an interface with a line but you can show the interfaces implemented off of a class. Classes show this ...Show All
Anon1011 Report times out on production web server
On my development machine this particular report runs fine and quickly, but when I run it on the production machine it just freezes until I get a "Request timed out" error (which doesn't tell me a thing). The report accepts 10 parameters which are then passed into a stored procedure. I set the values of the parameters and ConnectionInfo from my asp.net code and then export the report to a PDF file. Works p ...Show All
Sean.Stagner Default Constructors and Proxy Classes
Hi, I have a question regarding default constructors and the way svcutil generates proxy. I‘m not sure if I’m thinking in the right way in exposing these classes as DTO’s. I greatly value your inputs, With the same example given below [DataContract] public class MyClass { private List<Child> _children; void MyClass { _children = new List<Child>(); } [ ...Show All
Peter Goode How to show/hide column in GridView
Hi everybody, Please help me show/hide column in GridView of Avalon. Datagridview of window form 2.0 has visible property in order to show/hide columns. Every body solved my issue, please let me knows. Thanks. Steven use this GridView1.Columns[0].Visible = false; Hi Michael I set width property = 0.However, I still resize this column when I move mouse on heade ...Show All
HackMax Create an action pane to all words documents
Hello all i created a word project using c#, and it created a word document for me, now i added an action pane that control the document and it works fine, the problem is that the action pane only work with this document and not with any word that i open in word 2003. Is there a way to create a button(how to add abutton using interop i know) that will open my action pane no matter what document is open write now In other words can i creat ...Show All
Mark Cabaniss Resources bug?
I have a Controls Library I've built. The generic.xaml file has the visual part of my controls. Since it is getting rather large, I've tried to extract the several controls styles to some corresponding xaml files, then I included the files in the generic.xaml resources by merging the resource dictionaries. Unfortunatly, it doesn't seem to work, and I've rolled everything back. Here is the xaml I've included in the generic.xaml file. ...Show All
Nat81 Need a list of buttons...
I've been working with WPF for about 24 hours now and need a little bit of help. I'm trying to figure out the best way of creating a list of buttons. I have an underlining collection of custom objects and want my window to have a list of buttons with one button per object in the collection. The buttons' image and text should come from properties in the underlining object collection. I'm sure there must be a good databinding scenario for this, bu ...Show All
crazyTheo Shape.Hyperlink becomes protected in Office 12
Hi all, I'm doing an add-in using VS.NET 2005 for Office 12. I'm adding an image with a hyperlink and I then try to access the hyperlink using shape.Hyperlink. When I try this I get the following error message “ Attempted to read or write protected memory. This is often an indication that other memory is corrupt”. Can anyone help me on this Pls let me know where to post this query if this is not the right forum :-) TIA Pavan ...Show All
clorindo MSBuild dependencies
Hi, I am new to the .NET world and I am trying to figure how to express assembly dependencies in MSBuild. How to I tell MSBuild to go and get the assembly it need in a certain directory Is there any documentation that explain dependencies management under MSBuild Thanks, -M. you just set up your build script (project file) to use project-to-project references instead of file directly, then the build order will automati ...Show All
Marian Major Cider Wishlist
I'd like to start a feature wishlist for Cider... Regions in XAML (XAML is pretty verbose and this will make it easier to work in the XAML view). Robustness when switching between the design and xaml view - (You'll get design error messages with legal XAML). Actual color thumbnails of the color when selecting a color. Other options in intellisense for color (RGB, Hex, etc) Split view of XAML and Design view Thats my ...Show All
Keith Kaimsinki VSS Add-in Missing after Installation
I have installed Visual Studio 2005 RC1 and VSS 2005 RC1 on a machine that has never had a previous beta. The VSS add-in is not available from within VS2005. I did it on another machine and it worked fine. I also uninstalled and re-installed VSS with no effect. VSS works fine except that it is not integrated with VS2005. Has anyone seen this problem How can I install the Add-in manually Thanks, Steve Wright ...Show All
Underwater Modal Windows And Transparency
Hi, Seeing as you have to make Transparent windows by doing native methods (Gadget example), I would like to know the following: 1) Is it possible to improve the appearence of the transparent window seeing as controls on the transparent window appear with a few pixel errors here and there. 2) Is it possible to make the modal Thank you very much Jaco Lauren Is ...Show All
Boggles2626 SvcUtil Problem
I have class that is defined as Data Contract . After SvcUtil Generate proxy all memeber define as ExtensionDataObject. The Code before use in svcutil [ DataContract ] [ KnownType ( typeof ( IntArray ))] public class CUserServerInfo { public string m_ServerName; public IntArray m_ArrayChannelPermission; public IntArray m_ArrayOperationPermission; } [ DataContract ] public class IntAr ...Show All
dickdunbar VSS shadow folder permission problem
Hi, I want to apply source control on a shared folder sitting on one of our servers. I used shadow folders to reflect the changes whenever somebody checks in, and it works fine. However we have templates (.ascx) files in this shadow folder and when we try to load these templates from ASP.NEt we get permission errors. Is there any other way to reflect the changes to a shared folder Thanks &g ...Show All
