BryanDOwen's Q&A profile
Windows Forms VS2005 RTM - grid/guide toggling broken
I saw another post on the following VS 2005 bug -- but it was for the express edition... It appears grid/guide toggling in the WinForm designer is simply broken in VS2005. The only way to toggle the grid is to go to the Options dialog and change 'LayoutMode' to/from 'SnapToGrid'. Then exit / restart VS2005. The Toggle Grid / Toggle Guides buttons on the Dialog Editor toolbar never become enabled. Similarly, I've added menu items to the For ...Show All
Visual Studio Evaluating function calls in debugger
Hi, i’m trying migrate from VC++ 6 to VC++ 2005 (not managed code) and have problem with function evaluation in debugger. Function calls (I have several calls in Watch window) are not automatically evaluated every time the debugger steps. Instead, an icon appears that enables to manually update the result. In VC++ 6/VC++ 2003 all function calls are evaluated automatically. Is there any option to turn on automatic evaluation (“Tools->O ...Show All
Windows Forms Resizing and Repositioning Control on a Windows Form at runtime(.Net)
Hi Is it possible to resize, repositioning controls like (TextBox, Label, ....) during runtime on window Forms in (DotNet). How to proceed with this. Thanks Sriram Do you want to do it something like the VS.net designer If not,you can set the Location property and Size property at any point of time. ...Show All
Visual FoxPro Foxpro, or Access, or Filemaker?
I was a professional foxpro programmer 9 years ago, and haven't used it since. I have written some fairly large programs, including my first, which was the tax collection system for Samoa. My last version was the first windows version. Unfortunately, that version, will no longer run on the current XP operating system. I now own a wedding photography business, and need to track leads, and send emails, write invoices, and keep track of servic ...Show All
Visual Studio Express Editions working with Auto Complete
Hi, Here is the situation that happened. I tried to use Autocomplete source for a combo box( or list box ). for ex. i have values like this ( Customer 1 :- Jane,Tamil Nadu,India and Customer 2 :- Jane,Karnataka,India ) when assigned the autocomplete source for it, from the list source, I got only one value ( i.e., the distinct customer. only one Jane ). and Iam unable to choose the second customer . ...Show All
SQL Server .NET Framework 2.0 question
This question also posted to microsoft.public.sqlserver.notificationsvcs. Notification Services on SQL 2005 utilizes .NET Framework version 2.0. (correct ) If so, will there be a version of microsoft.sqlserver.notificationservices.dll for SQL 2005 NS that will allow me to create subscription management applications using VS 2003 and .NET Framework 1.1 Or must I use VS 2005 and .NET Framework 2.0 Thanks, Peter ...Show All
Visual Studio Team System Naming Custom rule
I want check the naming of the method, property, enum, struct and interfaces. I don't know do it for te enum, struct and interfaces. my code is below protected virtual bool IsValidPrivateNamingField(Field field) { return Regex.IsMatch(field.Name.Name, @"^_[a-z]\w"); } protected virtual bool IsValidPublicNamingField(Field field) { return Regex.IsMatch(field.Name.Name, @"^[a-z]\w"); } prote ...Show All
Windows Forms edit xml configuration file
Hello, I have code that reads a XML configuration file into a DataSet/DataTable using the XmlDocument class. I then bind a Windows Forms Datagrid to the DataTable to display the property/value pairs. Works like a charm. However, no matter what I ...Show All
Visual Studio Team System Problem installing TFS on a machine with both SQL 2000 & 2005
The only machine I've got available to install TFS is a machine that already has a SQL Server 2000 instance. I installed SQL Server 2005 CTP (as instance SQL2005Beta), but TFS doesn't want to install because it says that Analysis Services and Reporting Services are disabled or missing. The problem appears to be that the TFS single-server install is accessing the default instance - SQL Server 2000 (which doesn't have Reporting or Analysis Se ...Show All
.NET Development How to use inherited classes in web method?
I have two classes as below: public class BaseClass { public BaseClass() { } public BaseClass(string name) { this._name = name; } private string _name = "BaseClass"; public string Name { get { return _name; } set { &n ...Show All
.NET Development BindingList<T> implementation
I have written a set of custom business objects along with a collection to hold these objects that can be bound to any UI control. To accomplish this, I wrote my collection class to derive from BindingList<T>. As my custom business object can of course contain custom child objects, does each business object have to implement IEditableObject, or will the generic BindingList class take care of this for me In other words, if the collection de ...Show All
.NET Development .NET Bug : global variables and xsl:import
Hi , I have two XSL files. transform.xsl and include.xsl. transform.xsl < xml version ="1.0" > < xsl:stylesheet xmlns : xsl ="http://www.w3.org/1999/XSL/Transform" version ="1.0" > < xsl:import href ="include.xsl"/> < xsl:variable name ="MyVar"> < xsl:call-template name ="mytemplate"> < xsl:wit ...Show All
Software Development for Windows Vista Installing Windows Workflow Foundation Beta 1
There have been several threads with questions about installing Windows Workflow Foundation Beta 1. I'm hoping to summarize the installation instructions for anyone else that might be having trouble. These instructions are also available on the WindowsWorkflow.net community site here . James Conard Architect Evangelist - Windows Workflow Foundation http://www.WindowsWorkflow.net http://blogs.msdn.com/jamescon ...Show All
SQL Server I need to use Sql expres with reporting services
Which ctp already includes reporting services. Do you recommend me to work with the latest ctp of visual studio and sql 2005 Or vs 2005 beta 2 with the latest sql 2005 ctp. Thanks The particular CTP isn't important. What's important is the Edition of SQL Server you're using. In the June CTP you need to use Standard, Developer or Enterprise. Express doesn't have Reporting Services. ...Show All
Software Development for Windows Vista Single TV Tuner, Multiple TV Channel recordings.
Hi, I am new to DirectShow Programming and am using DirectShowNet to create a managed application that captures video+sound and stores it to a file. Pretty simple. I was playing around with the software that came with the tuner and it supports Picutre in Picture. It triggered curiosity and it lead me to the following question. Is it possible with only 1 TV capture card to record more than one TV channel simultaneously If so I would be great ...Show All
