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

Software Development Network >> Visual Studio

Visual Studio

New Question

visual studio 2005 c# product key
Extension Methods: Static Electricity?
How to render SubTotal for Matrix in XML
Declaring InputGestures
VSS 6: Append_EOL not working
Problem looping trough IEnumerable of QueryResult
Visual Studio 6.0 on Win XP
Package and Artifact Symbols
Determining Channel
knowledge of classes within project

Top Answerers

Yew Thean Hoo
-Anton Lapounov
GregN
echu0123
Alexander R.
Jean-Marie
Imola
Diogenese58
Kutlu Araslı
Christopher Kelly
Acevedo, Raul
Only Title

Answer Questions

  • DR_CHAOS Localization to Crystal Reports - Visual Studio 2003

    Hi, I have just localized my win forms application (using resx files- localizable property - language property ). My application (Visual Studio 2003, VB.net) declares the Thread.CurrentThread.CurrentUICulture when starting (eg on the login form) and automatically every form selects the correct resx to load the correct language labels, texts etc. My application uses also Crystal Reports. Could you please tell me if there is any way to ...Show All

  • Tim Walker 1963 drag drop into document object

    grettings, Just started to play around with vsto 2005, from what i can see, it isn't possible, but it can't hurt to ask.. I want to drag information from the action task pane into my word document.. Is there any events exposed in the word doc that would allow me to do this thanks mj Actually you can drag and drop information from the Actions Pane into the Microsoft Word document. In a sample project I created an Actions Pane which ...Show All

  • Mosha Pasumansky Datasource ReportView

    Hi! I want to set a DataSource for my LocalReport. There was no error shown after compling but the ReportViewControll: "The Source of the ReportView wasn't defined" objDataAdapter = New OleDb.OleDbDataAdapter(connstring, objConnection) ds = New DataSet objDataAdapter.Fill(ds) ds.DataSetName = "Aufenthalt_ds" Me.DataGridView1.DataSource = ds.Tables(0) 'The Dataset is accurate because the Grid have Data in it. Me.ReportVi ...Show All

  • Nicolas_ VSS 2005 can not show history.

    I'm using VSS 2005 and VS2005, both version are 8.0.50727.42. I'm using VSS Explorer. The "Show History..." does not work. No any results when I choose a long period. I tried to empty "From" and "To" fiels, the result is same. Any idea Thanks in advance. Hi, If you have a new test database (probably small size, with no sensitive content) that demonstrate the issue, can you zip it and email it to us (or open a product bug at http://lab. ...Show All

  • KevinGW how to display underline text from control template

    Hi, For HeaderedContentControl, is anyway to show underline header I am using TextBlock inside ControlTemplate to display the header text but can not figure it out how to make the header underline thanks chong <TextBlock TextDecorations="Underline"> My text </TextBlock> Thanks chong ...Show All

  • Jorge Luis How to make a window transparent?

    I tried setting the Window.Background value to an argb value, but the opacity bits (a values) seem to be ignored Background = " #00000000 " - white background Background = " #00FFFFFF " - black background The a values are honored in all the other elements Grids, Canvases, etc. in the application I'm not creating the Window in code, just using XAML. I tried setting the property of the Window in ...Show All

  • M. Carr Visual SourceSafe 2005 Database Format

    Does Visual SourceSafe 2005 have new database format, different from VSS 6.0, that was prone to data corruption SQL back-end, maybe, similar to SourceGear's Vault Also, will there be a conversion/import mechanism to move existing VSS 6.0 databases to 2005 format, or are they backward-compatible Thanks, Dimitri SunGard SCT Hi Dimitri, VSS database format was not changed between VSS6 and VSS200 ...Show All

  • Adam Vanner VS extensions for RAD - Suggestion

    Hi, I have been developing using VS 2003 (.NET, C#, C++, VB) for several years. I am looking to speed things up, I am planning on purchasing development extension. What product can you recommend to aid in the development. What is the best from following: Visio Codagen Architect IBM Rational XDE Professional: .NET Edition SoftWIRE Wilde Any other I will appreciate any guidance. Carlos I'm sorry, but we cannot ...Show All

  • ricardo corbacho visual studio and new file types

    I use BizUnit and it requires xml based test scripts. I call my scripts *.testx and have written a mini-compiler to check their content. I want to register this new extension with Visual Studio so it can view/edit my files like any xml file (currently shows as a text file) . How do I do that I haven't associated my compiler with my file type yet but that seems a straightforward process (I base this hope on the STRINGS utility) Can an ...Show All

  • Chuck S F5 Debug Freezes

    Hi, I'm having some problems with my VS.Net 2003 Enterprise Architect. When I press F5 to start debugging, the app finishes building and then freezes. However, Ctrl-F5 works okay and all the release and debug exe's work fine too. Also, this problem only happens with one of my applications. All the other apps on my computer can be debugged with F5 with no problems. Help! newbie programmer ...Show All

  • CHS destination resource can be omitted only if there is exactly one resource file

    I get the following error when building my package.  Any idea how to not omit the destination resource Error 59 The destination resource can be omitted only if there is exactly one resource file to merge. Sample.VisualStudio.Package C:\Program Files\Visual Studio 2005 SDK\2005.10\VisualStudioIntegration\Tools\bin\ctc.exe CtcComponents\SamplePackage.ctc obj\Debug\SamplePackage.cto /I"C:\Program Files\Visual Studio 2005 SDK\2 ...Show All

  • frohar June CTP of Visual Studio

    Any caveats with installing the new June CTP of Visual Studio 2005 with the June CTP of SQL Server 2005   If they're not compatible, should one stick with Beta 2 of Visual Studio 2005 on the assumption that the next CTP of Visual Studio will be compatible with SQL Server 2005 Thanks, I'll probably end up installing beta 2 of vs.net with the june ctp sql server 2005, since apparently those t ...Show All

  • maqk Extending editor context menu for .xml and .css files?

    I have a VSIP package with several commands. Those commands are added to the editor's context menu. In .ctc NEWGROUPS_BEGIN section I have a context menu group set up via guidSHLMainMenu:IDM_VS_CTXT_CODEWIN parent group Id. Unfortunately, that doesn't cover .xml and .css (and some other similar) files. Thus my menu items don't appear to in the context menu for those particular file types. Could someone share the group Id (simil ...Show All

  • Declan_ Use of ObjectDataProvider ?

    Hi, I want to use the ObjectDataProvider provider in a ListBox. I want to display informations from my C# class in a listbox. <Window x:Class="DataBindingProof.Window1" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:m="clr-namespace:DataBindingProof" Title="DataBindingProof" Height="700" Width=&qu ...Show All

  • IlkerTunca Report parameters

    I have a report on a page. The report accepts parameters from the user. Upon refresh, the data is updated but the parameter value in the report still shows the default value. For example, the report will show data for the last 20 days, a value just entered by the user but the report still says ".. in the last 10 days" where 10 is Parameters!number_of_days.Value It seems to me that you have ...Show All

505152535455565758596061626364656667

©2008 Software Development Network

powered by phorum