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

Software Development Network >> Bob Myles's Q&A profile

Bob Myles

Member List

Falken359
Mohid Javaid Mirza
brase
dLloydm
paulKing
edgg
Gordon Kenaston
AddinDeveloper
Hans Inge
GregVanDenHam
Christopher.Gao
Gumblad
Pock
Carolyn Chau MSFT
Lan Nguyen
Kaliko
u332
Ori Amiga - MSFT
RacingJack
SamusAran03
Only Title

Bob Myles's Q&A profile

  • Visual Studio Team System Add Header - Cookie does NOT work?

    In WebTest, there is an option to add headers, but it does not seem to be working. After I "Add Header", and choose "Cookie" as the name of the header and specify some value, when I replay the sequence back and look at the Request tab, the cookie shown does not match what I specified, but rather what the value that was set by a "Set-Cookie" call in one of the previous requests. Has anybody got set Cookie header to work Hi John, What you'll need to do for Beta2 is create a WebRequestPlugin that changes the value of the cookie coming back from the server in a PostRequest callout.  The proceedure is outlined below: 1.  ...Show All

  • Visual Studio Team System How can I customize workitem window

    Hi I need to customize the window for adding workitems like bug. I have to add some fields there but for querying the fields I have to add some reference name in currituck/typedefinitions/bug.xml. How can I add a new reference name. e.g. for title we have ref name system.title likewise I need any ref name for my custom field so how can I add the name regards, You can start by exporting an existing work item type definition into an XML document, modifying it and importing it back under a different name. The tools for importing & exporting are called witimport.exe and witexport.exe; they are part of ...Show All

  • .NET Development How can I build a 3-tiers application using VC# Express Edition

    Hi everyone, I want to build a Appliction that has 3-tiers, those are Client, Server and Database Server, how can I do that Anybody can give me a sample Thanks! The sample you are requesting is very involved and requries a lot of architectural understanding of what you are intending to do.This link below might help.   http://msdn.microsoft.com/practices/GetStarted/default.aspx pull=/library/en-us/dnpag/html/scag.asp Sorry there is no simple sample I can provide. There are plenty of books and articles on how to use ASP.NET and ADO.NET to accomplish what you are trying to do.         ...Show All

  • Visual Basic How would I restrict input for a textbox.

    I have some textboxes that I only want numbers in and only want a range of numbers to be valid. Also I do not want to use NUDs. I already have the textboxes connected to functons and subs so I do not really want to change them. How would I do this I used following code to be sure that the input values in textboxes were a number between 0,1 to 25. The stored array values are ten times as high as the input because and data type is "byte". The result will be that the stored values always are between 1 and 250. I think you can place this code in a button with the function "check if input is legal" without changin ...Show All

  • Visual Studio Date Format

    I am using a ReportViewer and I want the reports to display the date according to the regionnal settings. For instance, the date in the reports appears in the MM/DD/YYYY format, but my regionnal settings is YYYY-MM-DD. How can the report display the date with the date's regionnal settings Thank you It is a property on the report. In the properties grid, select the report object and look for the language property. ...Show All

  • Windows Forms Switching between Debug and Release

    VS2003: I am doing a custom control.  It builds to a DLL.  I include it in the Toolbox by pointing to the Release folder DLL and add the control.   I now want to work on the debug version.  How do I do it quickly   Do I have to delete the control from my application, remove the Release reference, add the Debug reference, add the control to my form, set all the properties with non-default values, rewire up all the event handlers, etc etc Additional question: If I include references to both DLLs, I see two icon of the same graphic and same name in the Toolbox.  Is there an easy way to discriminate the two T ...Show All

  • Visual Studio Team System TF31002 within Team Explorer

    I cant connect to TFS using Team Explorer. I get the general TF31002 cannot connect error in VisStudio/Team Explorer. When I browse to the WorkItem.aspx page on the server I get this.. XML Page Cannot be displayed ... TF10216: Team Foundation services are currently unavailable. Try again later. If the problem persists, contact your Team Fou... Any ideas on whats going on. The installation went off without a hitch. New error in the EventLog.... TF53010: An unexpected condition has occurred in a Team Foundation component. The information contained here should be made available to your site ...Show All

  • Smart Device Development genasm.exe(1) : Initializing error

    I have built a simple NetCF 2.0 control that displays an image generated at runtime. It has 12 properties, all of them are public and their types are only string, float, Color, Font and 3 enums. The control assembly is DynImage.Windows.CF.dll, the namespace is O2S.ImageControls and the control name is DynImageView. The control references a class library named DynImage.CF.dll. This class library provides the DynImage class used in the control above. Everything compiles and works fine. At the end I started adding design time attributes to my control. VSNET2005 generated the DesignTimeAttributes.xmta file, but after adding just one Category att ...Show All

  • Smart Device Development wireless application

    Hi, I plan to develop a application on pocket PC. If i want to use wireless connection to communication with the SQL SERVER, what should i do Can the PDA directly connect to the SQL SERVER, or throught another application Which .net classes will help me to do so   Have you done that with desktop and wired network If yes, I’ve good news for you: there’s no difference between PC and PDA in that aspect. NETCF supports ADO.Net and SQL Client, wireless network looks the same way as wired to your application, it’s all TCP/IP. However, if your wireless connection is unreliable, you ...Show All

  • Visual Studio Team System Labels and Owners....

    Hi, Does anyone know if I can create a label that anyone can reapply (move) not just the owner We have a ReadyForRelease label that devs move about to indicate the latest releaseable version of code. But once the label has been created by someone, someone else cannot move it. -> Error The owner of a label cannot be changed. Ideas Thanks Andy I don't think we'll have time to fix this, sorry.  The other workaround is to use the Find Label dialog.  (File -> Source Control -> Labels -> Find) ...Show All

  • Visual C# GridView columns

    Hi, I have a small problem with GridView. I have a DataTable with at least 5 columns, the size is variant. I want all columns except one in the DataTable to be visible. anyone know a workaround solution for this Set the size of the column you don't want to display to 0, then it isn't visable. But why do you want to add a invisable column. Store data somewhere else, it sounds like a bad design. ...Show All

  • SQL Server BUG: SSIS imported package errors with 'Guid should contain 32 digits with 4 dashes'

    I have imported a package using SSIS into the Maintenance Plan folder from another server. It imports fine, but when i Modify the package then click save I get the following error : 'Guid should contain 32 digits with 4 dashes'. This has been reported on other forums without resolution. Pete I’m receiving the same error of ’Guid should contain 32 digits with 4 dashes' when modifying the package and try to save it. The server that I exported from is SQL standard. The server that imported on is SQL Ent. Both servers are 32bit. Gene ...Show All

  • Windows Forms Change New User home directory

    My primary HD Is about full.   I've installed a 2nd one.   I want to create new users but have their primary directory structure be on a driver other the C:\documents and settings. What do I need to change to have the create a new user process create the new user on my D drive    I want the default directory structure just  ...Show All

  • .NET Development Installing VC++ .NET 2003 on Athlon 64?

    I'm student of C++, and our course text included MS Visual C++ .NET, but I can't install it on my new HP running an AMD Athlon 64 CPU.  I successfully installed on an older PIII machine, but no success on the new notebook. Does VC++ .NET run with native support on Athlon 64 Thanks Thnx alot Tad...ur post made my day ...Show All

  • SQL Server Problem installing sql 2005 express ---cannot start service .... :(

    2006-03-26 20:33:09.42 Server Microsoft SQL Server 2005 - 9.00.1399.06 (Intel X86) Oct 14 2005 00:33:37 Copyright (c) 1988-2005 Microsoft Corporation Express Edition on Windows NT 5.0 (Build 2195: Service Pack 4) 2006-03-26 20:33:09.42 Server (c) 2005 Microsoft Corporation. 2006-03-26 20:33:09.42 Server All rights reserved. 2006-03-26 20:33:09.42 Server Server process ID is 2068. 2006-03-26 20:33:09.42 Server Logging SQL Server messages in file 'd:\SQL Server 2005\MSSQL.1\MSSQL\LOG\ERRORLOG'. 2006-03-26 20:33:09.42 Server This instance of SQL Server last reported using a process ID of 1624 at 3/26/2006 8:32:45 PM ...Show All

©2008 Software Development Network