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

Software Development Network >> dogs_bollox's Q&A profile

dogs_bollox

Member List

Reiner
justwanttoreportabug
Dridri
VladSoft
Shiloy
mylaputa
RichardGodin
izsak
James01
Howard B
hometoast
JC Boursier
dummies
norisk
sholliday
Erpman
panzin
Ryan Riehle
daxu
John Wadlow
Only Title

dogs_bollox's Q&A profile

  • Visual C# BackgroundImage in TreeView control

    How do you insert/change the BackgroundImage property of a TreeView control in C# 2005 Please let me know if you need further clarification on my problem, but I think it's pretty self-explanatory. While numerous reference documents state that using a BackgroundImage in a TreeView can be accomplished, I'm having no luck doing so through either directly setting this property like this: Tree2.BackgroundImage = imageList1.Images[1]; or through using get/set statements. public class myTreeView : TreeView { public override Image BackgroundImage { get ...Show All

  • Visual Studio Creating a Microsoft.VisualStudio.OLE.Interop.IDataObject for Toolbox

    Wonder if anyone can help me out with our little issue.  We have created our own IDataObject using the new interface available in 2.0 so that we can keep all our code in managed C#. We have created our IDataObject to contain our own data to be put as the Data item of a Toolbox item.  This all seems to work and shows up in the toolbox fine.  When our custom editor fires its "IsSupported(IDataObject)" method, our object is there and can be queried and works great. The problem lies when we want to drag the toolbox item onto our custom editor.  Whenever we drag our toolbox item over our custom editor the DragOver event is fir ...Show All

  • Visual Studio Team System subscribe an event using the API

    Hi, Can any one please pass the code how to subscribe an event using the API. I couldnt find any example of this issue. Thanks in advance, Shmulik. The API you are looking for is in the Microsoft.TeamFoundation.Server namespace in the Microsoft.TeamFoundation.Common assembly. The interface that allows you to manipulate subscriptions is IEventService. You would do something like this: using System; using Microsoft.TeamFoundation.Client; using Microsoft.TeamFoundation.Server; namespace SubscriptionTest { class Program { static void Main( string [] ar ...Show All

  • Visual Studio Team System Best Practices for ClearCase Migration

    Hi I am wondering, if anybody has some best practices for migrating ClearCase to TFVC to share with public Since there is no migration tool available I'm wondering if anybody decided to move certain snapshots of certain labels and inserted them by hand into TFVC. How did that work out What sould I look out for What are the does and don'ts Who ever has any ideas or suggestions pls let them hear. Tom Snapshot migration basically boils down to saying "I want the content at this point to be correct but I don't care if the revision history that leads to that content is correct." The common scenarios of ad ...Show All

  • Visual C# ienumerator and ienumerable, functionality of getenumerator

    I am trying to understand IEnumerator and IEnumerable. In the code snippet I am inserting below is the example of array list out of msdn. IEnumerator and IEnumerable both are being used in the code snippet. Here is the question....By definition an interface defines a contract. A class or struct that implements an interface must adhere to its contract. So any method in interface should have no implementation. Coming back to IEnumerable and IEnumerator in the below code snippet it is being used in the following way System.Collections.IEnumerator myEnumerator = myList.GetEnumerator(); GetEnumerator method is returning IEnumerator... ...Show All

  • Windows Forms CodeHero's

    What's happend to the codehero 'Awards', and the artikcles  of the 'old' forum, i always found that verry usefull. Remco ...Show All

  • Visual C# Creating a Process and passing in a string?

    Hello, I am trying to use our 3rd party fax software FaxPress. It requires this line of text to be called during a command line. Our old VB 6 app is doing this but using a shell command. I was told this could be done using the Process class in C#. Here is what I have: /// <summary> /// Faxes attachments to destination /// </summary> /// <param name="output">Output directory for FaxPress</param> /// <param name="subject">Subject Line</param> /// <param name="faxPress">Fax system to use. TACCFAX1*</param> /// <param ...Show All

  • SQL Server Multi-Parameter (Select All) Detection in SSRS 2005?

    I'd like to know if SSRS provides a way to determine if all rows are selected from a multi_valued parameter dropdown list I thought of how I could do this programmatically, but didn't want to build something that is already in the product (if it exists that is). Thanks. There is no built-in functionality, but here are some ideas: * if the multi value parameter has a pre-defined (constant) list of valid values, you know how many values are available for selection. The report parameters in RS 2005 expose a new property called .Count which tells you the count of selected parameter values (e.g. =Parameters! ...Show All

  • Visual C# EventHandler gets called multiple time :(

    Hi, I am new to .NET programming and I am using C# to create a GUI. My application has 6 buttons, one of which is calling the event that downloads file from a ftp server. I am using following code: public Form1() { InitializeComponent(); //Component initialization Download.Click += new EventHandler (Download_Click); } ...... private void Download_Click( object sender, EventArgs e) { Uri nama = new Uri( ftp://wisetv.net/vash.txt ); DisplayFileFromServer(nama); } I wrote down the DisplayFileFormServer function seperately in the same file. THE PROBLEM IS: When I press the button ...Show All

  • .NET Development Single Instance of App only works when debugging (Mutex Problem) C++

    Hi, The following code works fine when debugging, only one instance of the application is started. However, when I build a release version of the code multiple instance of the app are allowed to run. ie MutexCreated is always returned as true. I have tried all combinations of InitalOwner and Testing both MutexCreated and trying to lock the mutex following its creation. All work exactly as I would expect on a debug build but when switching to a release build all instances of the app will get the mutex lock. Help/ advice please!! Andrew int main( array <System::String ^> ^args) { bool InitalOwner=true ...Show All

  • Visual Basic Why doesn't this work after restart?

    I have the following code: Public Class Form1 Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Me.Width = CShort(GetSetting("Test Pro", "Program_Settings", "RS X", 669)) Me.Height = CShort(GetSetting("Test Pro", "Program_Settings", "RS Y", 505)) End Sub Private Sub Form1_Resize(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Resize SaveSetting("Test Pro", "Program_Settings", "RS X", Me.Width) SaveSetting("Test Pro", "Program_Settings", "RS Y", Me.Height) End Sub Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Han ...Show All

  • Visual Studio Express Editions Microsoft SQL Server 2005 Express Setup - Installation / Incompatible Components

    Hi, I'm having trouble installing SQL Server 2005 Express.  It keeps giving this message:  "SQL Server 2005 Setup has detected incompatible components from Beta versions of Visual Studio, .NET Framework, or SQL Server 2005.  Use Add or Remove Programs to remove these components, and then run SQL Server 2005 Setup again.  . . ."  I installed a Beta version of Visual Studio over a year ago, and this may be causing the problem, however, I have tried uninstalling everything (Add/Remove Programs), and I still get this message.  I have also tried manually deleting in Windows Explorer the "Microsoft SQL Server" fold ...Show All

  • Visual Studio Team System How to use actual Test (Unit, Web, Load) to profile my application?

    Hi, is there any way to use my existing VSTS Tests to profile my application (in order not to exercise the application manually) Thanks a lot. LucasC If you can launch your test on Command line, you can use our command line tools (VSPerfcmd for performance data collection, VSPerfReport for performance data analysis) to achieve automation. ...Show All

  • Visual Studio VS2003 +IE7 Beta2 crashes...

    With IE7 Beta2 installed on my machine, the help system crashes VS2003 frequently when the internal help option is used. DocExplorer crashes sometimes when used as an external viewer. Also, some entries lose all formatting and display as black text on a white background. Is anyone else having these problems I haven't tested this with VS2005. I could uninstall the IE7 beta but I'm hoping there is some way to force DocExplorer to use a different version of the WebBrowser control. Is there such a customization Thanks, Jeremy Boschen While I have not seen any crashes, I have definitely seen all the entr ...Show All

  • SQL Server How To !! - Query Master Detail tables and return flat result set

    Hi, I need to query a master and detail table but returns records in on result set with each row containing the header plus a field for each detail. i.e. MasterTable Record1-Field1-Field2 DetailTable Record1-Field1 Record2-Field1 Record3-Field1 The two tables are linked with an integer ID. I need to return for each master record the following:- ResultRecord-MasterField1-MasterField2-DetailRecord1Field1-DetailRecord2Field1-DetailRecord3Field1 Any help would be appreciated as I'm quite new to this. regards, Simon. See http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=140320&SiteID= ...Show All

©2008 Software Development Network