Answer Questions
TFM Anybody have sample code of how to access the blocked Senders list in outlook 2003?
Just starting my search and have found a few old threads but wonder if there is a way to do this using the new VSOT for outlook Want to create a toolbar button that allows me to add a domain to the block senders list. Thanks. Hello John, Thank you very much. The only problem I see is reliably coming up with myusername. I checked my registry and it's as follows: HKEY_CURRENT_USER\Software\Microsoft\Windows ...Show All
Joni MMC snap-in crash
Hi, I have a working MMC snap-in code. I am trying to build the code on my machine and get it to run. I am expriencing a crash once I expand either of the third level nodes (the first one is the root) that actually show results in the results pane and not just nodes. I get a message that the program has stopped working, without any error code or meaningful message. I am building on Vista and it seems like debugging the code is giv ...Show All
Jegant Recursive version builds
Since VSS uses labels rather then version/revision, shouldn't it also support a recursive get by label. The documentation indicates it is better to only use labels. And I prefer to minimize sharing and branching. But it doesn't look like labeling is an option. We typically only move around a compressed VSS for code updates--we're geographically dispersed. Without a recursive get labeled, there isn't any reasonble wa ...Show All
Petr Horinek how does WindowStartupLocation.CenterScreen work?
Now I want my window stay in the center of the screen not only when it starts up but also throughout the running time. That's to say, no matter how user adjusts the size of window I can also adjust the window's location to keep it in the center of the screen. So I hope you can tell me how WindowStartupLocation.CenterScreen works Thank you. Thanks for your advice. I have tried it. But find this will cause the window splash as I chan ...Show All
juffowup Database Connectivity in Avalon
How could I connect a MS-SQL Server database in Avalon(XAML). Iam using Winfx(january), VS2005, Sqlserver2000, is there anyother system requirements other than this By using this I could able to connect to XML Stuffs and retrive data, but i couldn't find any appropriate control or command object to connect to database. Thanks, Hi, I wrote a blog post on how to bind to ADO.NET a while ago. Here ...Show All
Joannes Vermorel Problems trying to add unnecessary files to TFS source control
I have read the link about VS integration with MSBuild http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=64816&SiteID=1 which was very useful but I have a slightly different scenario I think. I am using WiX to generate setups in my organisation (which basically uses XML source code to generate msi's via a command line tool). I want to integrate this into VS2005 so that when my devs do an IDE solution build, aswell as building all the ...Show All
somewww How do I Progmatically Select an Item in a TreeView?
Seems simple, but somehow I got stuck on this one. I've got a TreeView bound to some Hierarchical Data. I want to progmatically set the TreeView to have an item initially selected after I populate the Hierarchical data. SelectedItem and SelectedValue are read only, so that's a no go. I figured I need to get the TreeViewItem hosting my object and set it's IsSelected to true in a SubClass like this: public void SelectFirstNode() { ...Show All
Andrei Azzopardi VC++ Directories
Hi, How I can get the VC++ Directories and VC++ Project Settings from the Tools::Options... Dialog thanks, -z Hi, You can use the Microsoft.VisualStudio.VCProject and VCProjectEngine to co-create ta VCProjectEngine object and use that to get to platform specific paths. The macro below does it for you. Public Sub DumpPaths() Dim vcEngine As VCProjectEngine = CType(CreateO ...Show All
Canuck Build mixed c++ and C# project from command line.
Hi, I have a mixed c++ and C# project When i build it from VS 2003 it build ok. But if t try to build it from commad line with a command : "C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\IDE\devenv.exe" /rebuild debug k:/Pc/BillpopBuild/BillpopBuild.sln /out ./aa.txt All the c++ projects build ok, but the C# and MC++ failed. I get msg : error C2871: 'MachineFilesStructure' : a namespace with this name does not exist the Project 'M ...Show All
David Vanunu Outlook MailItem
I have developed a COM Add-In in C# for a customer, It adds a toolbar and a button to a mailitem, when the user creates a new mail. I need to get a hold of the cursor location. Based on selections in a dialogbox (winform), the Add-in should insert text at the cursor location in the mail. Anyone got any ideas VBA is not an option. Cheers Not really, the post is a little unclear, because I can't use word as an email editor, a ...Show All
Oildragon Files automatically checked out in visual studio
Hi I uploaded the code into Visual Source Safe using the source control option in File Menu of Visual Studio. From then on whenever I try to open the code in Visual Studio it is automatically checking out the code. Is there any way from me to turn that feature off. I mean I would like to open the code in Visual Studio without the code being checked out in VSS. Thank you. -V Thank you so much for your rep ...Show All
DonRajah Retrying count in Reliable Messaging
I have implemented relieable messaging for my service, its working fine. But when the service is down, client is trying to connect to service only 3 times, after that its throwing, server unvailable exception. I have tried various option in reliable messaging setting, following is the sample configuration for reliable session setting i have used. < reliableSession acknowledgementInterval = " 00:10:10 " enableFlowControl = ...Show All
Jeff Solomon Visual Studio Beta 2 fails with error
Hi I had earlier tried to install VS 2005 Beta 2 and it had failed due to some unknown reason. While trying to repair the VS 2005 Beta 2 Architect Edition, i can successfully install the .NET Framework 2.0 and restart. However, while installing MSXML 6.0 Parser in the next step, the setup stops and asks for locating the CD that contains runmsi.exe. The DVD doesn't seem to have the file and hence I have to abort the installation. A search on my ...Show All
SL-USA Populating Outlook contact list from SQL database
We have a database with lots of contacts in, and we would like these contacts to appear in people's contact lists when creating new emails etc. Is this possible If so, how :) If you have Exchange Server, you can create something called a "MAPI Address Book Provider", which can access a database. Here's a link to the MSDN article on the subject: http://msdn.microsoft.com/library/default.asp u ...Show All
ConradC Unhandled exception in crystal report
Hi, i've developed the crystal report apps in XP pro.(using VS 2003) It worked fine. but i'm getting the following error when i try to run the same apps in Server 2003. Application has generated an exception that couldnot be handled. Process id... ,Thread ID=... CLick OK to terminate or Cancel to debug. Note: server 2003 has been loaded with .NET framework 1.1 i didn't deploy the apps. simply cpoy and paste the executable fi ...Show All
