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

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

gmthut

Member List

EltonSky
RobJohno
byteguy
Wodin
Dmitry Belikov
Gu1234
DaveStacy
optifront
mmhaise
Brian Trexler
Robbie Hessenberg
Christian2005
Jennifer Lai
BillWestphal
Part Time Australian
AlBriggs
Bachi
CRxyz118
Prior Knowledge
Savvy
Only Title

gmthut's Q&A profile

  • Windows Forms Populating treeview from XML (serialization)

    I'm writing the contents of an object to a XML file via XML serialization. I then want to read the contents of this file and populate a treeview. The data in the file is not really in a hierachical order so I can don't think I can use the XML DOM. I think I need a recursive function to go through the object (deserialized from the XML file) getting the levels, etc. to populate the tree view. The xml file looks like this: < ObjectList > < Node id =" 0 " parent_id =" -1 " type =" Root " name =" New Root Item " level =" 0 " path =" ...Show All

  • Visual Studio Team System TF30177: Team Project Creation Failed

    I am trying to create my first Team Project and this is the error I'm receiving from the wizard: Error Unable to connect to the specified source control server on the Team Foundation Server localhost. Explanation The Team Project Creation Wizard was unable to connect to the Team Foundation Server {0}. Without a connection, the wizard was unable to create the team project root directory on the server. User Action Contact the administrator for the Team Foundation Server {0} to confirm that the server is available on the network. Also, you might find additional helpful information in the project creation log. The log shows eac ...Show All

  • SQL Server I update SqlExpress database but i don't see the records

    Hi everybody! I 'm facing a strange problem and i hope someone could help me understand what i'm doing wrong. The situation has as follows: 1. I make a new windows project in VB .Net 2005 and add a listbox to form1 2. With "Add new Item" from the solution explorer I add a new Sql Database from the templates to the project (e.g. MyDatabase1.mdf) 3. I add a table to the SQL Database e.g. Books - with 2 only fields (BookID and BookDescription) and I add some records to the table 4. I add a new DataSource to the project and I bind the LIstBox to the table Books. 5. I add two buttons to the project. Button1 adds a new ...Show All

  • Windows Forms Toolbar buttons

    I understand there is a collection of graphics (suitable as toolbar buttons - Save, Open, Close, Print, etc.) that were included in the purchase of Visual Studio .NET. As a purchaser of Visual BASIC .NET, these graphics were not included. Does anyone know if they are freely available Many Thanks. there are many free graphics , on the web  ...Show All

  • Windows Forms How can I do this with the DataGridView?

    Hi Mark, I have a few issue that need help from you. 1. Custom Column in the DataGridView. a. Multi-Column ComboBox in DataGridView b. DataGridViewTextBoxCell with a button, when the button is clicked a new form pops up, when selecting the value in the pop up form , value will be displayed in the textbox. Besides that, we can directly type in text in the textbox. c. Memo field in the DataGridView , where allow user to type in multi-line of text. 2. Is DataGridView allow grouping of headers. For example, i will have 2 rows of header. The First row of header if the grouping of header for 2 columns. The second row will ...Show All

  • Visual Studio Message when i try to open project

    Always I try to open my solution, the IDE show this message: The file 'MySolution.sln' needs to be checked out before it can be edited. The file was not checked out automatically because you have disabled automatic check out when files are edited in the Source Control options page. I only have 1 project under solution file. In the Environment options pane of Source Control I have check "Get everything when openinng..." and "Check in everything when closing...", and "Chek out automatically" in "On Edit" and "On Save". How can remove this message I don't know why the message appears in your case (s ...Show All

  • Visual Studio Team System IP Spoofing

    Is there any way to implement IP spoofing/aliasing in a load test so that each client will have a unique IP address Thanks, Randy Yes, this feature if you are using load agents to generate the load. You can assign the load agent a range of IPs to configure on the network card. Web tests when run under load will then round-robin through that range of IP addresses for each virtual user. Load agent IP range is configurable from the Test->administer Test Controller menu item. This brings up a dialog that allows you to select or type in a controller, and for a given controller lets you set properties on ...Show All

  • Software Development for Windows Vista WinFX Beta 2 (September Release) SDK Documentation

    I have installed WINFX SDK Beta 2 ( September Edition ) but the problem is that all samples and documentations are available for Beta 1. from the other side i got a link for BETA 2 SDK Documentation but it uses Express Setup. it is not possible for me to download 650 MB using Express setup. Can anyone give me a direct link for WINFX Beta 2 SDK Documentation Thanks. WinFX hasn't shipped Beta 2 yet. You can check out the November CTP for WinFX--there is an SDK that goes with it on the download center. ...Show All

  • Visual Basic Running external application from a VB windows project application

    Hi all, I am new to programming and am attempting to create a menu system for a tutorial software package I purchased. My project is simple in that I just want a form with a number of buttons that start the relevent lesson program. I have placed the buttons on the form but do not how to get the button to activate the external program. Please can some one assist Thanks in anticiaption, Lloyd Hi Richard_Wolf Thank you for your help. All the best Lloyd ...Show All

  • Visual C++ MSBuild in x64 environment with vcproj

    Hello, With a quick search in the MSDN, I did not find the issue I am having. If this is already discussed, I apologize. I just got the latest VS2005, and tried to build 64 bit. It fails to build with MSbuild from command line. I have played just short time, and started with very basic. Still I am not successful. I am using VS2005 version is 8.0.50727.42 Here is the very basic scenario. I have created a new blank project "hello", my default is VC++, and added x64 'platform', then removed Win32 from 'platform' and 'active solution platform' via configuration manager. I add a new item C++ file as "test.c" I typed in the famous hello worl ...Show All

  • Visual Studio custom tool registration

    Hello, it there any way how to register managed custom tool (in VsPackage) into VS I found ProvideGeneratorAttribute in msdn documentation, but it seems to be missing. ProvideObjectAttibute do part of the job (regarding docs) but not the main part. I'd like some ProvideXXX attribute even for this. Thanks in advance I found it: [ Guid ( "77BAF5D3-55AA-4878-BB75-D42747562E7D" )] [ ProvideObject ( typeof ( GDataSetGenerator456 ), RegisterUsing = RegistrationMethod .CodeBase)] [ CodeGeneratorRegistration ( typeof ( GDataSetGenerator456 ), "Gordic C# Code Generator for XSD (456)" , "{fae04ec1-301 ...Show All

  • Software Development for Windows Vista Beta2 - can't find system.workflow.* assemblies

    I have installed the January CTP, on a clean XP machine that had only VS 2005 RTM installed in the specified order: winfx runtime, Winfx SDK, VS ext for Winfx, then "Visual Studio 2005 Extensions for Windows Workflow Foundation Beta 2(EN).exe" When I create and compile an empty WF project, I get these errors: Metadata file 'System.Workflow.ComponentModel.dll' could not be found. Metadata file 'System.Workflow.Runtime.dll' could not be found. Metadata file 'System.Workflow.Activities.dll' could not be found Looking in gacutil /l, I find these entries are there: System.Workflow.Activities, Version=3.0.0.0, Cultur ...Show All

  • Smart Device Development Bluetooth Managed Classes & API

    I want to develop applications using Bluetooth interfaces to other devices but I've only been able to pick up bits and pieces about how to proceed. Will Visual Studio .NET 2005 have Bluetooth Managed Classes and API Will it be compatable with different stacks like Widcomm and Drakar Does anyone know of a good reference that covers this No, VS 2005 does not have BT classes. You could use this with Microsoft stack: http://32feet.net/default.aspx Commercial libraries are available for others, for example: http://franson.com/bluetools/guide.asp platform=netcf ...Show All

  • SQL Server remote queries (linked servers) wait or timeout during a DBReindex of any table/index

    SQL2000 SP4 - build 2039 and also tested with a newly applied build 2162 It looks like when a SQLMaint optimization job OR a DBCC DBReindex is executed on ServerA, remote queries (at least using linked servers) to ServerA do not work.  They wait until the DBReindex is complete or until the connection (if connection has a specified timeout) times them out. Why can I not execute a remote query during an index rebuild   The query being run in the remote connection is very simple and does not read a table being 'reindexed'.  IE, I can run the same query locally during the reindex and it works. My int ...Show All

  • SQL Server Setting Passwords In Connections Using Script Task

    I have a situation where I have to read an encrypted password from a table and set the password and userID for the connections. I wrote functions to retrieve the data from a table, decrypt the password and UserID, and set the connection string for the connection. What happens, though, is that the connection string I wrote to the connection gets changed when reading it back so that the password is no longer included. Also, in testing the connection, it fails, telling me login fails. Can anyone shed any light on this Does anyone have sample code to show the setting of a password for a connection in a script task All of the examples I find are ...Show All

©2008 Software Development Network