Software Development Network Logo
  • VS Express Editions
  • Windows Live
  • Visual C++
  • Smart Device
  • Windows Vista
  • Visual J#
  • Game Technologies
  • Visual Basic
  • Visual Studio
  • Visual C#
  • .NET Development
  • VS Team System
  • Architecture
  • Windows Forms
  • Microsoft ISV

Software Development Network >> Visual Studio

Visual Studio

New Question

Install failure in VS2205 Pro Release version
VisualBrush + BitmapEffect + Animation = Bug?
Can not find keycodev2.dll, or invalid keycode
XMLNodes Confusion
Using domain specific language
ContentControls & VSTO(v.3 aka 2007)
How to format numbers in XAML?
Excel Add-In showing up twice
Final Year Project in Indigo..
How to tell the version of MSDN Library?

Top Answerers

1337_s0u1
Ludens
Buddhaaz
h_01cs25
MrCrool
TopDog_4486
dnzone
Ceefour
Jake McCutcheon
Atul Sureka
GameSpot
Only Title

Answer Questions

  • Adam M how to create .xps files

    can anybody know how to create .xps files programatically Search, on your PC, a folder named DocServices. Once you get it, you will find the examples ;) HTH. Bye Check also this: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=392853&SiteID=1 Bye :) Hi thanx for ur reply. I'm very new to working with files so i've no idea to make the content u sent into a project (i.e what references to add and what kind of proje ...Show All

  • Rahul Virli VSTO crash :)

    VSTO crashes after i try the above code : this .sendThread = null ; this .sendThread = new Thread ( new ThreadStart ( this .SendThread)); this .sendThread.Start(); // in the SendThread function i try to ......     1 add the range to the sheet rangeAddress = "=Sheet1!$A$1" rngName      ...Show All

  • yongsim Dynamic image location in Crystal Reports with VB6???

    Hi, Application is using MS SQL Server 2000 to store image path and now we need to show our images into Crystal reports tro generate hundreds of Identity Cards for emplyees. . Has anyone some suggestions We are using VB6 for developing our application so any idea which version of crystal reports may help us to do the same We also downloaded Crystal Reports XI trial version but not idea how to use it with VB6. Need urgent help. Thanks in advance ...Show All

  • ElroyJ Disable printing Link to Subreport

    I work in VS 2003 and CR for VS . I made report and linked with some other report trough link... It work everything OK ...but how can I disabling the printing this link , my clinet dont wont to see this link on main page when print it. thnks ...Show All

  • tfieldho How can I tell if KB 907417 & 908002 are installed?

    Hi; We need to put a check in our installer that 907417 & 908002 are installed (we have given up on getting them included in our installer - nothing seems to work). The problem is that the only test we have been given is to test that the node HKCR\Interface\{000C0601-0000-0000-C000-000000000046} exists. However, that node has no values and the Microsoft installer has no way to check just for the existence of a node. So, wh ...Show All

  • Alexandre Poisson TextBlock Height exception

    Hi, Any reason why this throws an exception <TextBlock Height = " * " /> Thanks Andy Because Height is a double and you can use a string representation of a double or "Auto". It's not a GridLength to use Star unit type. Figures, I have run into this before using code . Given that Height should except *, Auto or double it would be nice to see the same scheme acr ...Show All

  • Asaf Barak WPF DataTrigger and Enums?

    I'm using DataTrigger in that way: < DataTrigger Binding = " {Binding Path=Source} " Value = " 1 " > < Setter TargetName = " tbSource " Property = " Foreground " Value = " Red " /> </ DataTrigger > But what do I have to use as value when my Binding Source is an Enum I tried its name e.g. AvalonApplication1.Status.Online and its value 0,1,2 a.s.o. but nothing worked :( Any hint for me You could also create ...Show All

  • D.Candia LINQ support on deployment

    Hi to all. I am a new in the LINQ. So I have a basic question: I downloaded the LINQ and installed it on my developer machine running VS2005. Used some LINQ code in my application. Now I need to deploy it on the production machine. Do I need to install some LINQ support besides the .Net 2.0 framework Thanks Hi Guys I am trying to copy my website over to a clean windows xp pro m ...Show All

  • Wedgebert AMD 64 Whidbey debug problem!

    On AMD 64 machine I try to debug myy code i get the following error! Any leads to this one Error Text "The components for the 64 bit debugger are not regestered. Please repair your Visual Studio 2005 Remote Debugger Installation via 'Add Remove Programs' in control pannel" We are not able to debug the application using the IDE! You need to install the 64-bit debugger components. On your installation CD or DVD, locate the setup file 'rdb ...Show All

  • xprs Creating a button toggle animation (why are animations unable to be modified in WPF?)

    I set out to create a simple button toggle animation.  Click a button once the button's background color changes from purple to red.  Click it again and it changes from red to purple.  It's turned out to be really difficult.   First, animations don't seem to be modifiable.  When I try to swap the From and to Colors in code on a ColorAnimation WPF throws an exception complaining that the animation is 'frozen' ...Show All

  • GreenPlanet Automatic check in

    I'm running VSS 2005 with VS 2005. 1) When I open a project under source control it used to ask me which files I wanted to check out. Now it just opens the project. 2) When I close a project it used to prompt me to check in my changed files. Now I have to remember to manually check in the files before I close the project. How do I get it to prompt me again Cheers, Ben Also, just "opening a project un ...Show All

  • teomanx Slow Wizard Input using MonitorArgument

    I have 6 arguments. The first is the only one shown in the wizard. The remaining 5 use MonitorArgument and the Evaluator (ExpressionEvaluatorValueProvider). The input in the wizard is very slow taking a second or two after each character typed. is there a faster implementation of Evaluator or a better ValueProvider to use for simple string formatting Here are the specifics: <Argument Name="ViewName" Required="true" ...Show All

  • Oin Zea Manged outlook add-in issue

    So I am having an issue with some code, that checks the mailitem.sendername and then moves it to a folder and then flags it. Just something simple, am using a switch statement to do the job... the code is as following: void ThisApplication_NewMail()         {             Outlook.MAPIFolder _inbox = this .GetNamespace("MAPI").GetDefaultFolder(Microsoft.Office.Inter ...Show All

  • JuQiang Databinding to a service method...

    Using what seems to be the preferred approach for accessing WinFX services, is data-binding possible There are two approaches, I understand, for handling references to a WinFX service. In the first, you use the "scvutil" application to auto-generate proxy classes. These classes wrap all necessary logic to call a service. There is no direct reference to the service project in your consuming application, and you can generate these ...Show All

  • jorgeebh Please try this: view Word doc in webBrower

    Hello. Will you try this for me and see if you can figure it out 1. Create a Windows Application and on Form1 (with a webBroswer on it) page load put this: private void Form1_Load( object sender, EventArgs e){ webBrowser1.Navigate( @"C:\Documents and Settings\blowe\My Documents\Visual Studio 2005\Projects\WordDocument1\WordDocument1\bin\Debug\WordDocument1.doc" );} 2. Create a WordDocument Application and put this in ...Show All

333435363738394041424344454647484950

©2008 Software Development Network

powered by phorum