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

Software Development Network >> Visual Studio

Visual Studio

New Question

how to set width, height to auto in code-behind?
using OpacityMask with MediaElement
Reference Task success value
DocumentSaved is not fired after opening solution
help with excel
Build is being skipped
Can I use Studio.NET and Studio 2005?
Downloaded merge moduled different version than the assemblies on VS 2005
Get pinned version of VSS through automation
IDispatchOperationSelector throws exception

Top Answerers

Aman B
fjcardoso
bryndabella
Swap
tamasu
Yasir Godil
amar
StaceyG65
Todd Malone
Sizzles
Access 2000 and
Only Title

Answer Questions

  • hellopotato Logon Failed: Problem with Crystal Report (.net)

    hi to all i m using crystal report in my windows .net application. its working nicely in my development PC. but on deploynment PC it shows following error message: Logon failed for user ''sa". Scnario is like this:   Deployment PC and sql server are on different machine in LAN.   Deployment PC does not contain Crystal Report.   i m trying to connect to Report using xsd file(that is dataset)  if any 1 knows the solution pls ...Show All

  • brucehatton Listbox with different indented items

    Is there a way to implement a listbox with different indentation for the listboxitems that are bound to a XML The indentation looks like something shown below :- Item 1 Item 2 Item 3 Item 4 Item 5 I tried using data template to customise the layout but there is no way to create a different indentation for different items. Any clues for implementing this thank you. Do you real ...Show All

  • Rumi How do I Progmatically Select an Item in a TreeView?

    Seems simple, but somehow I got stuck on this one. I've got a TreeView bound to some Hierarchical Data. I want to progmatically set the TreeView to have an item initially selected after I populate the Hierarchical data. SelectedItem and SelectedValue are read only, so that's a no go. I figured I need to get the TreeViewItem hosting my object and set it's IsSelected to true in a SubClass like this: public void SelectFirstNode() { ...Show All

  • Davidmi Infopath Focus Border Question

    I have a quick question about Infopath. I would like to change the InfoPath blue focus border that outlines a field within my form to another color. Is there a way to do this For InfoPath-related questions, please post your question on the InfoPath newsgroup. http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.infopath&lang=en&cr=US Thanks! Darryn Lavery VSTO Team ...Show All

  • TDerenthal Branching in VSS 2005

    Does anyone know if VSS 2005 still enforces branching on a file by file basis We have numerous systems within our organisations and would develop multiple concurrent versions. We have been reluctant to do so because merging on a file by file basis is too time consuming. Yes, branching in SourceSafe 2005 is still file-based. However, some additional options are supported at the command ...Show All

  • John Askew Send email using Outlook

    Hello, I want to send an email via Outlook 2003 (SP1) from an asp.net page. I have tried using the SMTP classes as recommended by Microsoft, but the environment of my client, the email messages never arrive when sent using  this method; hense using MS Otlook on the wenserver. The code is below:    Dim oApp As Microsoft.Office.Interop.Outlook.Application         oApp = New Microsoft.Office.Inter ...Show All

  • PFerns HowTo run flexible Build Commands (e.g. some macro)?

    Hi, I have written some .NET 2003-Add-in in Visual Basic and want to provide some customized, build-like services for developers. Customized means here system integration in our special landscape. Build-like means that they are developer's code-dependant and must not lose sight of build time (duration is about minutes/hours not milliseconds...). Command-line tools for that services are available. I want to provide the services  ...Show All

  • nub340 Can you model Aggregations in Class Designer?

    Hi All, Can you model Aggregations in Class Designer I couldnt find the aggregation element in Class Designer ToolBox. Imesh. I found in Class Designer Web Log that we can use the List Class to Collection Associations. I think it can be used to represent aggregation relationships. What do you think Imesh Class designer doesn't support this visualization in the current ...Show All

  • Igorek AnyCPU or "Any CPU"?

    There seems to be special treatment for the "Any CPU" platform. For example, a C# project file might list the configuration as  "Debug|AnyCPU" but in the Configuration Manager dialog the project platform drop down lists the platform as "Any CPU". If I make calls to IVsCfgProvider2::GetPlatformNames I get "Any CPU" and get a valid configuration from IVsCfgProvider2::GetCfgOfName by passing in the same string. This seems to be the only s ...Show All

  • morpheus3230 Help with Remoting Sample

    From what I've read about LINQ, it seems like it might indeed be pretty cool. However, when I ran through the LINQ Preview, all of the samples seem very 'Hello World-ish' and I don't have much information yet on how it would affect me directly. Here's what I need, hopefully someone on this forum can confirm that LINQ is intended to provide this functionality, and perhaps point me to more relevant discussions and/or samples. I work with very fa ...Show All

  • dev88 Adding XML nodes in run time

    Hi, I am assigned to create a word document where I need to add xml nodes in run time from actions pane using button and later extract data from those nodes. I need to be able add these nodes more than once. Can someone help please! I am using VSTO 2005 and Word 2003. Thanks in advance. - Nick Hi Nick, If you want to add the text box to the Word document, you can do so by using the AddTextbox me ...Show All

  • Minho Document Explorer Crash

    Every time I change the "Filtered by" combobox the document explorer crashes. Event log entry: AppName: dexplore.exe AppVer: 8.0.50727.42 AppStamp:4333d0b3 ModName: msitss55.dll ModVer: 5.50.50727.42 ModStamp:4333e958 fDebug: 0 Offset: 00001525 Roman: A similar issue has been raised in the MSDN Product Feedback Center. There is more information here that may be of help: htt ...Show All

  • LuckyMe Restoring Add-Ins after Resetting the IDE

    Hi, When i reset the IDE by "devenv /resetsettings" from the commandline, my add-in gets removed from the 'Tools' menu. Then i need to drag it from the Tools\Customize.. to the 'Tools' menu. Can anyone tell me how to restore my Add-in to the Tools menu after resetting the IDE or point me articles regarding this > When you do a /resetsettings, the command bars > are reset to defaults and you lose the ...Show All

  • juliam .Net 2.0 SDK install problems?

    I have tried several times to install this on different machines. I have installed the framework first, and when I try to run the install program, it interupts with the message "Extracting file failed. It is most likely caused by low memory(low disk space for swapping file) or corrupted Cabinet file." I have tried several solutions including deleting cache files, temp files, and other things. Has anyone encountered the same problems I ...Show All

  • Jason Beheler Mouse messages activate twice.

    http://forums.microsoft.com/msdn/showpost.aspx postid=60667&SiteID=1 I have followed this post and set up a Mouse Hook, which works perfectly aside from it firing twice. I ran into this sort of thing in the past. Since, I am a novice programmer I don't know why this occurs. I suppose in the mouse button handler I could resort to a if(count % 2 != 0) then execute my handler, but it seems like there should be a smoother approach. Any ide ...Show All

456789101112131415161718192021

©2008 Software Development Network

powered by phorum