CyberOps's Q&A profile
Visual Studio Team System FormField validation
I'm currently trying to perform a FormField validation on a "select" tag which has the following html: <select name="ucCalcPage1:ucDateSelector:ddlMonth" id="ucCalcPage1_ucDateSelector_ddlMonth" onkeypress="return ValidatorEnterKeyHandler(event, 'ucCalcPage1_btnGetPricing');"> <option value="1">January</option> <option value="2">February</option> <option value="3">March</option> ...Show All
Visual C# Can I create Datagrid like VB6 ?
When I work with Datagrid in VB6 I can create a button in any columns I want simply to do something such as : when clicking that button I let another datagrid appear for selecting data in its... Now I work with C# but I dont know how to do something like that when I want people enter data by dataGrid . Please guide me how I can do the same thing in C#. Thank you very much ! Hi! You need to look at System.Windows.Forms.DataGridView ...Show All
Visual Basic need help
friendz, i have this .net Code Imports System Imports System.Management Imports System.Windows.Forms Namespace WMISample Public Class MyWMIQuery Public Overloads Shared Function Main() As Integer ...Show All
Visual Studio Team System Custom rules for Static Code Analysis
Hello all, we have defined some coding guideline in our company. For example we have standard prefixes for objects and variables like: str - for string int - for integer ... Can I use the static code analysis to check if the developers are coding according our guidelines If yes, how can I modify my the rules Thanks in advance. Best regards Static code analysis (aka FxCop) performs all of its analysis at the IL ...Show All
Visual Studio Team System TF Beta 3 - Is it Single Server Enabled?
Can both the App and Data tiers be installed on a single machine with Beta 3 The RC1 VS 2005 bits we got at the PDC came with a corresponding SQL Server 2005 Developer Edition. Should we use only the Developer Edition of SQL with Beta 3 as with previous drops Or will TF Beta 3 come with the appropriate SQL Server 2005 drop You may want to know about this workaround: http://bl ...Show All
Software Development for Windows Vista LoadDesignerLayout problem
trying to use LoadDesignerLayout to better present the layout of a statemashine workflow in the Workflow monitor sample. using ( StringWriter stringWriter = new StringWriter ()) { using ( XmlWriter layoutwriter = XmlWriter .Create(stringWriter)) { IList errors = null ; this .SaveDesignerLayout(layoutwriter, rootdesigner, out errors); string s = stringWriter.ToString(); XmlTextReader layoutReader = ...Show All
Smart Device Development Snap to Grid
I have a PDA app form up and have fields and buttons on it. I am trying to line things up the way I want them but this stupid VS2005 thinks it knows better and is snaping things all over the place. I've turned off the grid and the snap functions in the Tools options but obviously Microsoft felt the need to put it somewhere else as well. You know, just to complicate things and waste as much of my time with stupid stuff as possible. Ca ...Show All
Visual Studio Express Editions Standard "gets()"" library.
Can anyone tell me Take a look at http://msdn2.microsoft.com/en-us/library/2029ea5f.aspx Thanks, Ayman Shoukry VC++ Team ...Show All
Game Technologies: DirectX, XNA, XACT, etc. problem loading .x file
Hi I wrote a code to load and display a .x file. The .x file i am using is provided with the SDK itself namely tiger.x. It is not loading the file. The same code is working fine on a different PC with a different version of Direct-X(older one). Is it a problem of Direct-X version as i have tried two three versions and each of them is giving me the same problem. I have checked everything from file path to the x file using the viewer. code snipp ...Show All
Windows Forms Focus of a TabPage
I have a tabcontrol that loads 6 tabpages on load. the first thing that I do is clear all the tab pages from the tab control and only add the tab pages back that work with the users request. The problem I am having is  ...Show All
SQL Server Debugging via Test Script; HANGS..
OS: Windows 2003 Standard, SP1 SQL: SQL Server 2005 Standard September CTP VS: Visual Studio 2005-RC -------- I have created three CLR based objects, two functions and one stored procedure. I can not debug these using a TEST SCRIPT, via Visual Studio 2005. (Note Studio and SQL are running from the same system, via the same account. The Account is an ADMIN privledged user on the OS, and a SYSADMIN member on the database) When I execute the ...Show All
Windows Forms Object Reference Error.
Here is some code of mine: Public PassedLine As String Dim myValue As String = PassedLine If myValue.IndexOf("Jason") > 0 Or myValue.IndexOf("Gaylord") > 0 Then ...Show All
Visual Studio Team System Length of an Iteration
In the MSF for Agile Development Process, the first activity of the "Plan an Iteration" work stream is "Determine iteration lenght". The guidance talks about planning an iteration length that "provides just enough time to get a small number of scenarios or quality of service requirements done". Does anyone has an example of how much scenarios this implies How long should be an iteration for a mid size project of one a couple of months Does ...Show All
Microsoft ISV Community Center Forums Difference between FORMS and CONTROL TOOLBOX
Hello there, my questions goes to the difference between using the FORM TOOLBAR or the CONTROL TOOLBOX When do I have to use each one Are they both Visual Basic for Applications It is the same SAVING A MACRO and CREATE ONE in the Editor The difference between programming in a SHEET, MODULE or a USER FORM I have just started today with VB, I am used working with MATLAB (Engineering Program) but in most organizations used VBA, so eventhough ...Show All
SQL Server Compatibility with sql 2000
Can I Install Sql 2005 in a machine with sql 2000 Will I have problems when the final version of sql 2005 comes out 1. RTM is still a few months in the future, what about right now, will it break 2000 2. If not, will it be OK if 2000 has Report Server installed Thanks. ...Show All
