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

Software Development Network >> Trond Brande's Q&A profile

Trond Brande

Member List

Ron J51027
kickf1ip
demmith
KatyB
KrisSahoo
Joseph Karpinski
Royal928
Javier Muro
_ _
Priddin
Scott Myers
ComputerJy
Doc Glazer
oholliday
Bill Wallace
RFalken
pkoanui
waroop
Larry Gatlin
lhe
Only Title

Trond Brande's Q&A profile

  • Visual Studio 2008 (Pre-release) TreeView + HierarchicalDataTemplate

    I'd like to bind an Object form the following class to a TreeView class MyObject { private string name; private List<MyObject> childs; public string Name { get { return this.name; } } public List<MyObject> Childs { get { return this.childs; } } } My Treeview looks like: <UserControl> <UserControl.Resources> <HierarchicalDataTemplate DataType="{x:Type local:MyO ...Show All

  • Software Development for Windows Vista Validation error symbol

    Hello, when I drop an IfElseActivity into the custom designer ( http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnlong/html/WFDsgnRehst.asp ) I don't see the validation error symbol as it is shown into VS. How can I show it Thanks, Pierre When I do that I get an exception: "Theme properties can only be changed in the Theme Configuration Dialog." Thanks, Pierre ...Show All

  • SQL Server SSRS NT Permissions.

    Hi all, We have an application on a remote site that uses SSRS. The site has recetnly undergone an infastructure change that has meant the migration of the database and report servers (both Windows 2003) to new domains. This seems to have messed up the NT permissions for SSRS so now, when attempting to access the http://<server>/reports report manager, it comes up with an NT authentication login box and we cannot login. We have messed a ...Show All

  • Visual Studio Tools for Office searching text

    hi all, i need to search programaticly for some text in a folder with multiple word documents. is there a quicker (and less consuming) way to search for the text, other than looping the documents openning them and search the range or am i better off with the index server   thanx   For this sort of operation, you are better using full-text indexing tools and APIs. For example ...Show All

  • Visual Studio Team System TFS API Help [Urgent]

    Hi! I would like to create a team project, work item, resource allocation, etc. from my application using TFS API. But i do not know where to start   I found Microsoft.TeamFoundation, Microsoft.TeamFoundation.Client, Microsoft.TeamFoundation.Proxy.Portal provides APIs for all the above functionalities.  But it is very difficult to me to understand the usages of these APIs. Please do the needful asap. Regards, Sheik ...Show All

  • Windows Forms anyone have any experience with Mere Mortals.Net Application Framework or any other App Framework products?

    As my company moves into the .Net arena we are becoming aware that it would be nice to have a reusable base framework that we can base all of our apps on.  This has led us into researching various application frameworks.  The only one I have been able to find so far is the Mere Mortals.Net (developed by Oak Leaf Enterprises) does anyone have any experience with this product or with any other application frameworks   TIA! ...Show All

  • Visual Studio 2008 (Pre-release) "IsChecked" ubvalid inside controltemplate.trigger for togglebutton

    Hi, For toggle button, I need to do some action if the toggle button is checked. The problem is if I use "IsChecked" inside <ControlTemplate.Triggers>, it will error out in run time saying "IsChecked" is invalid property for control. It works fine if the trigger is inside <Style.Triggers>. Is anyway I can listen to IsChecked property inside ControlTemplate.Triggers thanks/chong < ControlTe ...Show All

  • Windows Forms Increase spacing between items in ListView

    I'm looking for a way to increase the spacing between items in a ListView control, and can't find anything on MSDN or Google - any got any ideas David ...Show All

  • .NET Development Making dataset instances invisible to COM

    Hi There, I've got a C# assembly that's marked for COM Interop Registration. It contans a dataset definition. When I look at the TLB file generated for the assembly, the object is included. (for example, if the dataset is called AlphaDS, there's a default interface generated for the dataset called _AlphaDS, and a coclass entry for AlphaDS) I'd like to mark the Dataset as COMVisible(false) so it doesn't show up in the TLB. I could mark the ...Show All

  • Visual Studio Team System How to delete a Build Type?

    How can i delete a Build Type from a team project There is no direct way to delete a build type from UI. You will have to delete the folder corresponding to the build type name under the TeamBuildTypes folder from the repository. This would be $/TeamProjectName/TeamBuildTypes/BuildTypeName  in the source control repository. ...Show All

  • Visual Studio Unattended installation problems.

    I'm trying to do an unattended installation on VS 2005 Team System Edition. I'm installing it with this command start /wait MYPATH\VS\setup\Setup.exe /UnattendFile MYPATH\Custom.ini /norestart The problem is that it restarts on a few machine after it has installed the prerequired software. That is Windows installer 3.1 .NET framework 2.0 Microsoft MSXML 6.0 Document Explorer 2005 I get entries like this in log file ...Show All

  • Windows Forms Saving Local Files from my Program

    Hi all, I have a full-trust application that I have successfully deployed with ClickOnce. Deployment and updates work perfectly, so that's not what this post is about. My problem is ClickOnce-related, though, so I thought I'd post here rather than in the Windows Forms group. The application saves thumbnails of images from the web in a local folder, and references them by filename in a WebBrowser component (in <img> tags). Currently I'm ...Show All

  • Visual Studio cr11 and vs2005

    Do I need to upgrade Crystal Reports for Visual Studio 2005 (version 10) to Crystal Reports XI developer or enterprise version before I can use it in vs2005 I  have download crXI R2 and try to install it but it ask me for productID which I don't have and I don't think I need it. What I need is simple embedded version of crxi for vs2005 Not sure can I get it Appreciate any help! Yes, you need to upgra ...Show All

  • Visual Studio 2008 (Pre-release) ContextMenu and Data?

    I would like to add a ContextMenu to objects in a ListBox. These objects have a DataTemplate. I got it to add a ContextMenu to the DataTemplate so it was displayed on each item. But how can I react to any Click Event I tried to use <MenuItem Click="OnItemMenuClick" /> but how can I get a reference to the data the ContextMenu lies on top Parent properties point to nothing ... Well I'd have to think about it some more, but just like yo ...Show All

  • Visual C# DataSet Encoding

    Im currently using Npgsql to connect to a PostgreSQL database and my database id encoded in UTF8 so im reading strange signs when execution queries.. How can I automaticly convert to UTF when executing queries and filling datasets Thanks, Shimi. ...Show All

©2008 Software Development Network

powered by phorum