Software Development Network Logo
  • Windows Forms
  • Visual C++
  • Visual C#
  • Game Technologies
  • Windows Vista
  • Microsoft ISV
  • Smart Devicet
  • Visual FoxPro
  • SQL Server
  • Visual Studio
  • Visual Basic
  • .NET Development
  • SharePoint Products
  • Audio and Video
  • VS Team System

Software Development Network >> Visual Studio

Visual Studio

New Question

Project.Build (string[] targetNames, IDictionary targetOutputs)
Differences between MSDN Library for Visual Studio and quarterly MSDN Library?
where can i find binary of wpf samples?
NamedRange Filter
XAMLdev.com - XAML Resources
Why Avi play failed when i change the parent of MediaElement
how to make ContentControl re-evalute ContentTemplateSelector?
Getting list of all dependency/attached properties of an Object
Help going to home page
Programmatically enable and verify Data Cache

Top Answerers

IlCapo
Al Christoph
cisco0407
programmer01
hooman.tadbiri
John Mathews
Quimbo
lepi
Omniscient
DevDiver
sitemap
Only Title

Answer Questions

  • Paul Burg Is there a DataList like control in WPF?

    I hope to display my data item in multiple columns and multiple rows. Can ListView be used You can try uniformgrid or wrappanel I find the right sample in SDK. Thank you You want to use a ListView with a GridView. Check out this section of the SDK for an overview of ListView. HTH, Drew ...Show All

  • Satish33 Right Click Menu for Contact in OutLook 20003

    I wanna add one extra action once I Right Click on any Contact under outlook.... is there any hint are you sure about this. MS is always Flexible. Hi There is no support in Outlook 2003 through the Object Model to add a context menu on an explorer window. It is possible to try and do this through API calls but this is not supported and is full of potential issues. Regards ...Show All

  • Zekske Excel not refreshing http-deployed assembly

    After updating http-deployed customization assembly, excel fails to get the new version of assembly via http. I have originally provisioned the document with a HTTP-based location of the customization assembly. Then I tested that it opens the document and loads assembly. Since then I modified the assembly to add some code, and: 1. Re-deployed the assembly to same http location. 2. Provisioned xls file to point to http location. However, the excel complains that it cannot load a certain type through this assembly. (a new user control I added). Could not load type '<My Assembly>.<new user control>' from assembly '<My Assembly>, Version=1.0.0.0, Culture=neutral, PublicKeyToken=hhhhhhhhhhhhhhhhhh'. ***** ...Show All

  • brottmayer Excel VBA SQL Query Automation

    I have connected Excel 2003 to a SQL 2000 database through ODBC, and I need to use VBA to make info typed in a certain field automatically query and stick the results from the recordset in specific fields. First, how do I specify what constitutes an event Second, how do I customize the output of a SQL Query, cause I was thinking I could forward the recordset (row) to an associative array and then afterwards copy the individual fields into the fields on the excel spreadsheet, is there a more efficient way to do this Hi Tobi Wrong group . This forum is for a special technology, linking .NET code to Excel and Word files, in place of VBA. You need to ask in the excel.programming newsgroup, where y ...Show All

  • Somsong Accessing Word 2007 BuildingBlockEntries

    Hello, I would like to programmatically delete a Word Interop BuildingBlock, and am running into several problems. 1. In VBA, I can use this syntax, which works: Dim t As Template Dim bb As BuildingBlock Dim strName As String Set t = ActiveDocument.AttachedTemplate strName = "TestMe" Set bb = t.BuildingBlockEntries("TestMe") '(error if does not exist) bb.Delete 2. Using VB.Net/VSTO, I am unable to use the Word 2007 BuildingBlockEntries collection - can't even get this code to compile. Dim t as Microsoft.Office.Interop.Word.Template = Nothing Dim bb as Microsoft.Office.Interop.Word.BuildingBlock = Nothing t = doc.AttachedTemplate bb = t.BuildingBlockEntries("TestMe") ...Show All

  • Kunal Sharma "Start with debugging" works fine but "Attach to Process" is broken

    Hello, I am experiencing a very strange problem, which totally blocks my work. Debugging in Visual Studio works just fine when started with F5 ( Start with debugging ) but behaves incorrect when started with "Attach to Process" There seems to be inconsistence between what the debugger is showing and the actual execution state Switching disassembly on shows even different assembly in both cases ( see below ) I have checked the pdb files - they are up to date The behaviour is reproducible even in trivial projects, both C# and VB.NET, I even reinstalled VS today - it did not help. Any help or ideas is appretiated. Visual Studio 2005 Professional, german version Assembly ...Show All

  • SDavis7813 An annoying problem - A site that works locally in VS2005 - doesn't work when copied to the web & IIS 6

    Hi, This is really frustrating. I have a working site when run through VS2005. All previous versions of the site worked. So I publish the site with "Allow this precompiled site to be updatable" unticked. I remove the old site versions files and Copy the new version of the site upto the server. Lots of stuff works , new pages work, however some old unchanged pages no longer work and the error message is: The file '/App_Forms/Reporting.aspx' has not been pre-compiled, and cannot be requested. Now I see the stub file and the file in the bin dir, this is an old file that used to work fine and has had no changes, also it works when compiled up in vs2005. Based on some other posts out there I already reinstalled ASP.n ...Show All

  • joslat Opening new project from VSS 6.0c from Visual Studio 2005 creates duplicate folder structure

    Hi, I have a really strang situation occurring when I create a new project from Visual Studio 2005. If I create the project from VSS along with the folder on my disk to put the project in, I get duplicate folders! For instance I open Visual Studio go to Source Control->Open From Source Control have it create a folder C:/PSI. I then see all the files being added from VSS. When I review the project and the corresponding folder on disk I now have C:/PSI/PSI/PSI ! I'm then unable to build my application because I get a build error from my web.config file. Anyone experience this before Is it my VSS setup from within VS any suggestions are welcome! thanks, -Marilyn Most likely what happens is ...Show All

  • Helimees Any WPF Appointment/Calendar Scheduler type controls available?

    If anyone has come across any WPF controls for appointment/calendaring scheduling type of functionality, request if this information be shared. Thanks. I have the same question. I'm very interested in a calendar/scheduler (week and month mode) available for wpf. Regards, Ruben Leal Here is an old post about C1 working on a calendar control. http://www.sdtimes.com/article/story-20051015-19.html ...Show All

  • GMS0012 Seeking Clarification on Distribution of Crystal Reports

    I've developed a WinForms app using C# and Visual Studio 2003. It currently has not reporting facilities. I've started to explore the possibility of using the built-in Crystal Reports to create a few reports. But before I delve into this, I absolutely need to know whether I can distribute the necessary runtime files so that my customers can actually use these reports. I found this thread but it evolves into a bunch of legal gobbledygook: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=134947&SiteID=1 Does anyone know definitively whether I can distribute the Crystal Reports runtime files for free or whether each client would have to purchase a license from Business Objects Robert Werner Vancouver, BC ...Show All

  • Osprey Import data from Excel

    I am working on a project in which I need to import data from Excel and export that data in XML but I'm not quite sure where to start! Any help would be much appreciated. Without information on the program environment in which you're working, it's difficult to provide a definitive answer. But if you're working in Visual Studio, then ask in the ADO.NET forum . ...Show All

  • Dale17677 Create Annotation for XSD

    I have a relatively complex schema that was converted into a DataContract. In doing so, I lost the ability to do somethings like constraints, which I will have to do in Business logic. I would like to convey the constraints to the end consumer through the use of annotation. Is there any way to annotate the XSD that is being generated I would like to do something like the following and have it show in the schema. Thanks, Dave [ DataContract ] public class Person { private string _firstName; private string _lastName; public Person() { } public Person( string first, string last ) { this ._firstName = first; this ._lastName = last; } [ Dat ...Show All

  • Matt Deane Visual Studio Add-in Interaction

    Hi, i am a Visual Studio (2005) newbie. I have a question regarding to the add-in interaction: I developed two Addins (Addin A & Addin B) which are added to the tools menu of Visual Studio with the standard smiley. If i start Addin A it appears a message box with 'I am Addin A!". If i start Addin B it appears a new message box with 'And i am Addin B'. Now Addin A shall invoke Addin B so that the message box of B is shown with out clicking of the appropriate icon. How can i realise that scenario Which mechanisms are provided by Visual Studio therefore Thanks a lot Thomas Hi Thomas - The DTE class provides the DTE.AddIns collection - The AddIn class has the properties to identify a given add ...Show All

  • ashoka1008 XPS document sequence and Application.GetContent/Resource/RemoteStream

    How to load XPS document sequence from application resources I use this: Stream stream = ApplicationStreamHelper .GetStream(source); if (stream != null ) { Package package = Package .Open(stream); XpsDocument xps = new XpsDocument (package ); document = xps.GetFixedDocumentSequence(); } public static class ApplicationStreamHelper { public static Stream GetStream( Uri uri) { if (uri == null ) throw new ArgumentNullException ( "uri" ); StreamResourceInfo streamInfo = null ; if (uri.Authority.StartsWith( "siteoforigin:" )) { streamInfo = Application .GetRemoteStream(uri); } else { streamInfo = Application .GetCont ...Show All

  • Motifmaker Suppress Details sections

    Hello, I have 3 detail sections Da,Db and Dc. Requirements: 1) I have to show Da only if the speacial field page number is 1 else suppress it. 2)Db on every page which is like header for the details contained in Dc 3)Dc is a growing field which grows if it reaches the end of page and continues on the next page. Any suggestions will be appreciated Thanks Hi You will need to use a formula in the suppress property for the Da section. Here's how to do it: Go to the "Section Expert" by selecting Report on the menu and then selecting Section Expert. (Or right-click on Da section and select section expert) Make sure that your Details b (Db) section is selected in left pane and t ...Show All

323334353637383940414243444546474849

©2008 Software Development Network

powered by phorum