Software Development Network Logo
  • Windows Forms
  • Architecture
  • Visual C#
  • Smart Device
  • Visual FoxPro
  • Game Technologies
  • Microsoft ISV
  • Windows Live
  • SQL Server
  • Visual Basic
  • VS Express Editions
  • Visual Studio
  • Visual J#
  • Windows Vista
  • Visual C++

Software Development Network >> Visual Studio

Visual Studio

New Question

Adding a new Target Platform
Why text editor classes is so closed in Avalon?
XML document in data grid view
Incorrect Exception
Performance WCF vs .NET remoting
Japanese character display in export PDF file
Unable to Delete Name Ranges in Excel
How to use an animated gif?
FileStream transfer
Columns into generated ListObject's column

Top Answerers

seeta
Atul.Langote
Blueshark006
Shail29301
andersb79
pato
gearmesh
RonanD
Volker W.
Ahmed Sajwani
Syntext Serna
Only Title

Answer Questions

  • .neo Fix: for Class Details Window Disappearing Issue

    Hi, Can anyone else confirm this issue (and the possible fix) I fixed it for myself but only have one computer to test on. Issue: The Class Details Window flickers or disappears when clicked on with the mouse making the window unusable.     btw:  This is an update to the following thread about the Class Details window:      http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=67472&am ...Show All

  • dpecharroman Custom Language

    We have a custom language and function library that we are in the initial phase of designing an IDE for.  I've been tasked with investigating if we can use visual studio for this.  We already have a few wizards for our heavier calculation engines in vb or c#, but our light weight calculation language currently has no visual design aid. Can you define a new language with function library for visual studio Dave Rogers Software Developer ...Show All

  • briankaiser Problem with Lab2 Reliable and Transacted messaging with ECF

    I am trying in exercise 3 task 4 - introducing uncertainty for which Reliable message can compensate... I encounter the following error message during build - The type or namespace "ChannelBuildContext" could not be found. Since I am using Feb CTP, I took a look at the Breaking change form Jan CTP to Feb CTP, I notice that there is a change in BuildChannelFactory. I just do not know how to get it to work. Can any one help The ...Show All

  • jfc kvdfhkgjvfhdsgjgchkfghjngfjk Cider download

    Hi! I recently saw the MSDN video on Cider, the VS designer for the WPF. I wonder is there already a preview of it that is publicly downloadable, or if it isn't when will it be available Aurora, XAML Designer for WinFX, plugs into Visual Studio 2005 and produces XAML documents that work on WPF.  The download is free on www.mobiform.com .  Glen I see. Until there's a CTP of Cider I'm going t ...Show All

  • snibbets HELP PLEASE: Using RTF in Localreport.

    in our company, we need rich-text support for formula in an application, otherwise we could not use reporting-services.    a richtextbox is not supported in localreport, also custom report items are not supported.    so my idea was to add a external assembly to convert rtf into an image.  in the assembly i convert the rtf into parts, which i can draw with graphics.drawstring. then i convert the ...Show All

  • Joe Lee Can't start VSTO 2003 projects anymore

    I can't start VSTO 2003 projects anymore - Excel splash screen comes up for a second but then Excel terminates (same with Word). Someone suggested in this forum that this can be due to the fact that .NET Framework 2.0 is also installed, which is the case, and I would have to give the "VSTO assemblies" full trust. But which are the VSTO assemblies I tried Office.dll, Microsoft.Office.Interop.exe, Vbe and MsForms but no luck. And sh ...Show All

  • Archana2808 after installing WinFx MSDN docs, many problems using MSDN help for Visual Studio 2005

    With the language filter to C# : 1. I click on sub-topics that are clearly under a header topic that says Win Forms and somehow I end up on a WinFx page 2. While trying to navigate somewhere like the summary page that shows the inheritance tree of an object like a TreeView or Class, the links are broken, and I often simply get there. 3. VB .NET topics show up. 4. I would expect WinFx docs to be spotty since it's in such an early form ...Show All

  • Claus Stahnke How to determine which part of a FlowDocument is visible in a FlowDocumentReader?

    I can't find any way to determine which part of a FlowDocument is currently visible in a FlowDocumentReader. Any ideas Thanks, I'll try that out. I've found a workaround for the FlowDocumentReader, by walking the visual tree upwards from an element that is on the current page until an instance of type MS.Internal.PtsHost.PageVisual is reached, and then iterating over all visual child nodes to determine all the other elements on ...Show All

  • sp_412000 Unable to create Excel Workbook Project

    I just installed Visual Studio 2005 June CTP on a machine with no previous version of VS 2005. However, I get the following error when I attempt to create an Excel Workbook Project: The project cannot be created. I tried uninstalling and reinstalling both VSTO and VSNET. Then, I tried formatting and reinstalling Windows 2003. Next, I tried it on a Windows XP machine. However, all gave the same result. Note: I can create a Wor ...Show All

  • gags007 Convert BitmapImage to byte[]

    Hi all How can i convert a BitmapImage loaded with UriSource to a byte[ ] array so i can save it in SQLServer. I dont find how to convert to a Stream Thanks. On BitmapImage there is a CopyPixels method which will let you get the pixel data out in the form of an Array. Here you can pass it a byte[] and get what you need. Please keep in mind though that these are raw uncompressed image bits ...Show All

  • KnowsEnuf2BDangrous Editing XAML - am I missing something ?

    I have the latest release, AFAIK, and Cider is useless - I cannot type into the XAML editor, and using the drag and drop is a waste of time. Expression is a ton better ( read, it can be used ), but is missing the most basic features ( how about search, let alone search and replace, or auto indent of XML, or even being able to use TAB to indent a section of XAML ). I realise it's pre-release, but surely the code for those common features is trivi ...Show All

  • Christopher Ambler How to dynamically add to the AssemblySearchPath based the output of a custom task

    Basically, I would like to add a reference path to the search AssemblySearchPaths before the build starts, how would I go about doing something like this I think I may have solved my own problem but perhaps someone could verify... < Target Name = " FindSDBSWinRootTarget " > < FindSDBSWinRoot ProjectPath = " $(ProjectPath) " > < Output TaskPar ...Show All

  • AleMin ObjectDataSource using SSRS in ASP.NET 2.0

    I created a class in a web app that retrieves and returns data based on who the user is.  I assigned this class as the ObjctDataSource for a SQL Server Reporting Service (SSRS) report (report1.rdlc).  On a web page, I added a ReportViewer control and assigned report1.rdlc to it.  This automatically generated a static ObjectDataSource control for the Reportviewer control. In the web page, I need to instantiate the class to assign ...Show All

  • caro&amp;#231;o Support of brokered authentication to Internet

    Hi I have several services running in internet; the applications using the services have to do a lot of calls to these services. I need authenticate or at least identify to the application doing the calls. I had thought to use a Security Token Service (STS) to avoid validate each request. What is the support of WCF to this issue I’m not thinking in WS-Federation because I have a single STS. Thanks in advance Javier ...Show All

  • Kutlu Arasl&amp;#305; I want to call a function when a new page in a word comes at runtime or can we trap the page break event at runtime

    I want to trap the page break event at runtime.I can't able to trap the page break at runtime in a running word document. Requirement : - When columns in a table span pages, need to repeat the column heading row at start of each page .Column means to say the total no of rows in a page is greater than the rows that can be printed in a single page, then in that case we have to repeat the column heading into the next page as well. If anyon ...Show All

616263646566676869707172737475767778

©2008 Software Development Network

powered by phorum