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

Software Development Network >> Visual Studio

Visual Studio

New Question

FileStream transfer
Resizable Geometries
Excel.Range Borders
building a setup project using MSBuild
Crystal report 4.6 printer option
Problem with VS Studio 2005 installation
Connecting to DB
svcutil excludetype doesn't work
data binding with viewport3d
Installing Visual Studio 2005 on Windows Vista

Top Answerers

rob_milton
apuyinc
kalinkula
alex2007
dylanT
DBG
ClimbRocks
JaneYu
el_richard
Daljeet
Visual Foxpro Consulting
Only Title

Answer Questions

  • Paul J.M. Settels Saving word doc silently

    From within a word doc project in VSTO, I am trying to create and save a word doc to the server without starting an instance of word. Something like this: Private Sub ThisDocument_Startup( ByVal sender As Object , ByVal e As System.EventArgs) Handles Me .Startup Me .Range.Text = "Hello World" Me .SaveAs( "C:\Temp\WordDocTest.doc" ) End Sub Running this in my local visual studio projec ...Show All

  • Czeslaw Crystal Reports for C and C++

    Hi All, I have used crystal reports with C# in .Net enviornment, but I am not sure how advisable it is to implement Crystal reports in C++ or C. This report generation is new development and the first tool that came to my mind was Crystal Reports unless there are other tools in the market that would be more useful to use with C++ and C. Any thoughts Hello, Here is a listing of some sample applications for C# and C++. Hopefu ...Show All

  • idoprz Crystal reports XI R2 and Visual Studio 2005 issues

    Has anyone got this error after updating (fresh install) to Crystal Reports XI R2 with reports in Visual Studio 2005 I am posting here because I am not sure if it is a Crystal reports XI R2 bug or a Visual Studios 2005 problem. I thought it might be that my programming was wrong so I tried the samples that come with R2. If anything these should work since the people who developed the software wrote the examples. Even the examples ...Show All

  • arcnazgul Replace Visual Studio linker with (ICC12) alternate linker??

    For embedded development, I'm using the ImageCraft HC12 compiler. It's a pretty good compiler, but it includes a difficult-to-use IDE. Under VS2005 I've setup a "Custom Build Rules" file that uses icc12w.exe to compile my *.c and *.s project files. I also added user defined properties for each of the command-line options, so that they could be configured through the project properties page. The problem is linking. Is there a way to rep ...Show All

  • Mr Pro Tools WebForm ReportViewer Drillthrough Datasource

    Hi, I am using VWD with the Report Viewer add-in. I am attempting to create a drillthrough report, but keep getting this error: A data source instance has not been supplied for the data source 'DataSet1_DataTable1'. I know you are supposed to handle it with the Drillthrough Event handler, but so far I have only been able to find example of this using .xml files. I created the dataset using a SQL2000 datasource. When I added the repo ...Show All

  • dollysheep how to play sounds

    Hi can anybody know how to play a sound (from external .wav file)when i click on a button Thanx Chinni Can any body help me to convert this xaml code into c# < StackPanel > <!-- The MediaElement control plays the sound. --> < MediaElement Name = " myMediaElement " /> < Button > Click to Hear a Sound! < Button.Triggers > < EventTrigger RoutedEvent = " Button.Click " > ...Show All

  • Vinny Davi How i can sort runtime Crystal Report 8 reoprts using Vb

    hi How i can sort crystal reports 8 using vb6 runtime.User want to select the sort field from the VB application,then reports should sort in that order Please give me some help waiting reply shiyas Hello Shiyas, Here is a search done on the Business Objects kbase: http://support.businessobjects.com/search/results.asp summary=1&ct=livewww-all&output=xml_no_dtd&filter=0&radioGroup=kbase_search&a ...Show All

  • Humphrey McGee the solution for crystal report error in C#(fail to import report)

    hi all, i am a newbie of c# , i have been suffering a problem on using crystal report in c# while i am using sql server 2000 in my windows server 2000 advanced server but unfortunely , i can't retrieve the data and show them in crystal report. the error message is like that" failed to import the report" ,though the report refer to my reference book. can anyone solve the problem for me, since my deadline of project is near, thanks all i t ...Show All

  • Ivo Leitao "DSL DM -> DD" for November 2005 CTP is available (contribution)

    The "DSL DM -> DD" tool, (a GUIed tool, runable from the 'Tools' menu in Visual Studio, and which helps maintaining coherence between the domain model and the designer definition file) has just been updated. You can still download it from http://www.modelisoft.com/Dmd2Dd.aspx Best regards Jean-Marc. The site is up again. Best regards. Jean-Marc.   I install ...Show All

  • Thompsonson office activex document server eat my message loop

    in my project I use microsoft dsoframe control ,and use bcgsoft bcgcontrolbar ,when show a popup menu then click office document ,the menu doesn't disaapear . after debug ,i found that bcg menu close process is in pretranslatemessage,but when click office document the message not go through the main message loop ,so the close process is ignored. when us webbrowser control open an office document the problem exists as well . anyone give some t ...Show All

  • ReneL Addressing trailing whitespace, line endings, and custom mouse actions

    I wrote an extension that addresses a few issues I had with Visual Studio 2005. It adds the following abilities: Auto-trim trailing whitespace Always use a certain kind of line endings (Unix, DOS, or Mac) Ctrl+MouseWheel does page up/page down The auto-trim and line endings features are customizable per-solution and per file extension. For example, one solution could use Unix endings for .c files and DOS endings for .cs files, while another ...Show All

  • vladgrig Creating Custom Control in Visual Studio using report controls

    Hi, I need to create a custom control (User Control) in Visual studio using "Chart", "Matrix" and "TextBox" controls of Reporting services. Which CTP version of Visual Studio supports for solving the above issue. Thanks You can try this in Beta 2 of Visual Studio 2005. ...Show All

  • MartinRoyds VSTO / Word 2003 events

    We are working on a smart client / workflow solution with VSTO and Word 2003.  In our xml schema we have elements which are occurring subsequently. For example like this:   <heading> Some heading</heading> <text block>first block </text block> <text block>second block </text block> <text block>third block </text block> <text block>fourth block </text block ...Show All

  • Sameep Crystal Reports PUSH Method Not working in ASP.NET 2.0

    I frustrated with this, I already build the crystal reports using PUSH method in VS2005 Beta 2 . After VS2005 released my reports are not working. its saying logon exception What i did in my reports is created the reports with SQL server connection and assigning the dataset to report objects at runtime, not assigning any connection info working in Beta2 perfectly in VS2005 released its not why even though, if I deploy the reports i ...Show All

  • Ida How can I programmatically load a solution?

    I have see (and used) the rather nice interface for working with Projects.  It is quite easy using Visual Studio 2005 and C# to open a project file (using VCProject from VCProjectEngineObject ) and to get the collection of configurations the project contains.  And from the configuration, it is fairly simple to update virtually any setting.   But what I’m wanting to do starts at a level higher.  I would like to ...Show All

585960616263646566676869707172737475

©2008 Software Development Network

powered by phorum