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

Software Development Network >> Visual Studio

Visual Studio

New Question

Autorun does not work
Getting AppDesignerFolder through extensibility
Bug in ListView headers (gridview) when using horizontal scrolling
Problem building
NetNamedPipeBinding slower with "oneway=true"?
Mass renaming files in Visual SourceSafe 6.0
Button is not getting removed after uninstalling the Word add-in
The IPersist.GetClassID puzzles me!Help.
CrystalDecisions.CrystalReports.Engine.ReportDocument
Word 2003 - Insert XML data around a table row(s)

Top Answerers

Menghraj
Tommy Campbell - MSFT*
Mcrwire
Sebastian Chiariello
sailor
Ronald Huereca
Venkata Veeraraghavan
Ian-XPL
David Oyster
ralfkret
Topix: Rap
Only Title

Answer Questions

  • gugale PrintToPrinter - empty fields

    Hi I got this code (see below). When PrintToPrinter method is called, report "no 1" is beeing printed with empty fields. The same with report "no 2" (empty fields - no data on printout). But report "no 3" is beeing printed with all data and with all fields filled properly!!!!!! Can anyone tell me why this code is working this way Why rep 1 and 2 are empty but 3 not CrystalReport1 cr = new Crysta ...Show All

  • lex3001 Textbox Bug

    I don't know if the textbox was changed to work like this now, or if it is a bug. Up until the Feb CTP the .Drop / .PreviewDrop events of the textbox always fired, no matter what you dropped inside of it. (The data didn't show, but the event fired) Now, when dragging data, I have to use the .DragEnter event and set e.Data.SetData("") to something before the .Drop method will work. Is it suppose to work this way now Thank you ...Show All

  • Hery Susanto WR Sparkle Interactive Designer (on Windows XP)

    I am trying to install Sparkle onto my laptop, it is xp (sp2) iwth Office 2007 beta 2, VS2005 and the various .net frameworks and betas including WinFX Runtime Components Beta 2. Everytime I try to install the error asks for me to install "windows presentation foundation 6.0.5295.60113". I am puzzled as I had no problems with Graphic Designer or Web Designer and all 3 betas will install fine onto my desktop Can anyone pin ...Show All

  • StillStandig4Ever Master-Detail with a single Bussiness Object

    Hi there I'd like to know if it's possible to create a Master-Detail report using a single BusinessObject. My BO has a child collection and I like to use it instead of having a report with two DataSources. An ad-hoc sample of the BusinessObject would be:      Dim MyInvoice1 As New Invoice()   MyInvoice1.ClientName = "ACME"   MyInvoice1.Address = "123, Elm Street"   MyInvoice1.OrderLines.Add ( New ...Show All

  • Bit_Flipper Outlook winforms email template?

    I'm composing email messages from a winforms application and would like to be able to select a template for the email body programatically. I suppose I can just open a Word document, grab the content and stuff it in the mailitem but that seems awkward. Is there a better way to do this Jeff McBride Hi Jeff, This Forum is for questions related to VSTO programming. You might try posting your question ...Show All

  • DotNetHeaven ClickOnce Deployments

    I am trying to deploy an application involving Expression as the front end using ClickOnce. When I bring up the solution in VS 2005, and click publish, I always get an error saying "SignTool reported an error 'The form specified for the subject is not one supported or known by the specified trust provider." I had created a test certificate to sign the ClickOnce manifest. Do you know of any problems deploying Expression/WPF apps ...Show All

  • Brijesh Kumar How to get the Handle of a xaml Control???

    In my project. I must pass a Handle of a control to a dll. In the previous Windows Form, it's easy to get a control's Handle. But in WPF,it is very difficult,I wander if there is a way to achieve it. Thank you!! Nathan you have two options in this case. The first is to use HWNDHost which does have a handle. The second is to use the Windows Media Format SDK with DirectShow to hook into the Preview S ...Show All

  • Netliner Is there a SourceSafe version in VS2005 beta 2?

    Hi Scott, See the answers in this post http://forums.microsoft.com/MSDN/showpost.aspx postid=130620&siteid=1 Alin   David M. Kean wrote: There is a SourceSafe version in VS 2005, its called Visual SourceSafe 2005. It only comes with one of the Team System versions. It does not come with Visual Studio 2005 Professional. That is correct, just want to point out that this is the way Beta ...Show All

  • Wimpie Is compression built into a WCF service?

    In order to gain a signifant performance boost using .ASMX web services that utilize SOAP and text-based packets, a common strategy is to compress the data after it is serialized and then send it across the wire, whereby it is uncompressed, deserialized, and ready for use. My question is, does a WCF service do this for you, or is a hand-tooled compression algorithm still required to get that performance gain Thanks Kirk ...Show All

  • TheKingKev VS2005 June CTP install problem

    Hi, VS2005 June CTP installation is giving me a lot of problem. It is not installing with SQL Server 2005 (April CTP). If I install SQL 2005(April) first then VS2005 June CTP (without SQL Express) doesn't install. And if I install first VS2005 June (without SQL Express), then SQL server doesn't install. And also VS2005 june ctp is not installing SQL Express as well even in the absense of SQL 2005 April. Any help will be grately appreciated ...Show All

  • ricoxxx How do I debug code in design mode (i.e. running under the IDE) using VS2005 RTM?

    I have a problem using the new RTM version of Visual Studio 2005. I write a lot of custom components and a lot of the functionality I provide is available at design time, which I need to test and debug. In previous versions of Visual Studio I would just boot up a second VS instance for the same project and attach it to the first to debug, but that does not work in VS 2005 RTM. If I try attaching a second version of the project (DEVENV.EXE ...Show All

  • C57682 LINQ lambdas in C++?

    Hello, When will the lambda support from LINQ be available to C++ Thanks, Alex. You don't need lambdas to get that part. Just create Func<> delegates and pass those. For *D*Linq, you'd need some way to construct ExpressionTrees instead -- preferably not by hand. Regarding speed, *D*Linq today is only simpler for database work, not faster. Doesn't everybody win with Linq For example if I'm a game developer like Petro ...Show All

  • Gordon Glasgow Dialogs on a 3D cube...

    I'm trying to make 3D animated cube with dialogs on it. I must make different dialogs on different sides of cube. Dialogs must support interactivity with users, such as enabling text inputs in a TextBoxes, clicking on Buttons, etc. Have you got any suggestions about solving this problem I'm using Vista CTP Sep 05.   To clarify, this has been asked on the newsgroups and answer ...Show All

  • Milind Lele Don and Anders first example not working

    Am I missing anything This is my code: static void Main( string [] args) { string [] names = { "Seba" , "Viviana" }; IEnumerable < string > expr = from s in names select s.ToUpper(); foreach ( string item in s) Console .WriteLine(item); } And I get compilation errors You have the Using statements correct, but is the custom build action set I don't have my LINQ build ...Show All

  • villupuram Can't add items to VS ToolBox using automation

    This problem relates to VS.NET 2003, hope this is the right forum. I want to create a tab in the VS.NET 2003 toolbox and add controls from my assembly during setup of the assembly. I've searched the NewsGroups and other resources, and have implemented this using all the known workarounds: - Instantiate EnvDTE.DTE (e.g. CreateObject("VisualStudio.DTE.7.1")) - Execute the command View.PropertiesWindow to work around a bug - Sear ...Show All

474849505152535455565758596061626364

©2008 Software Development Network

powered by phorum