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

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

gls

Member List

TankVB
Helena Kotas
VS6ToVS8
Parag_Dave
Albatetra
Manuel RIBEIRO
anurag chauhan
Jake Mertel
Ali Enteshari
bagira20572
HillCalif
Republican Conservative
Bharath Nadig
Erik Castañeda
jkgreer
Skip McIlvaine
DominiqueMassiot2
BXSGolfer
Alex - IntraLAN
Rod Wing
Only Title

gls's Q&A profile

  • .NET Development How can I discover the Ms-sql services in local network?

    How can I discover the Ms-sql services in local network Just like the vs.net 2005 data explorer,when I press "refrash", the possible severs will appear in the combobox. any ideas could you tell me Hi, You can use the SqlDataSourceEnumerator.GetDataSources method ( http://msdn2.microsoft.com/en-us/library/system.data.sql.sqldatasourceenumerator.getdatasources.aspx ) to enumerate local SS2K and SS2K5 instances. Please keep in mind tha ...Show All

  • Visual Studio Team System Project delete left source folder in inconsistent state

    While deleting a project (or actually I think while creating the first team project on the TFS) all the permissions were not set correctly. This left me with an orphan Souce code control folder. I have no other obvious portions of the project but a folder does show up under source code control (it's empty). Is their a means to get rid of this Hi, The following steps may work depending on what pieces are missing from the failed ...Show All

  • Visual J# creating setup

    I create the program, and now i want to share with other users, how to create setup for my program If you are using Visual Studio 2005 (Express or any other SKU) then you have an option of publishing your program. To publish your program Open Solution Explorer Select project that you want to Publish Right click on the Project node and click Publish This will let you publish your project either on IIS server or on local di ...Show All

  • Visual C# Voice Chat,Audio Streaming

    Hello everybody... I have a TCP/IP client/server chat application.I want to add voice chat feature to my application.What is the start point How can I implement this feature in c# How can I implement audio streaming in c# Please guide me. Note : My application works on LAN and is not on the internet. You can download complete source code and demo of my chat program from here. You need .Net FrameWork 2.0 http://www.codeproject.co ...Show All

  • .NET Development How to know when a CAO client has close?

    I am using a CAO schema in a remoting scenario. I need to know when a client has close the app. It's a chat, and I need to know when clients close, so I report the session termination to the other clients. Any idea Do u know about another schema wich could work better than CAO I dont like singleton cause i cant have individual info for each client since they share the same object. Thx in advance. you're welcome. ...Show All

  • Visual Studio Express Editions Adding a second form

    In NET 2003, I read this instruction in a book: "Visual Basic .NET requires that you specifically declare a variable of the form's type before you use a second form." Assuming two forms frmMain and frmHelp, I would do this in frmMain: Dim frmHelp As New frmHelp frmHelp.ShowDialog() But in NET 2005 (Express) it seems to work without the Dim: frmHelp.ShowDialog() Has the requirement changed ...Show All

  • Visual Studio Tools for Office Problem with Bookmark

    Hello All, I used a bookmark ( internal Microsoft.Office.Tools.Word.Bookmark bkCode) in Wordtemplate application. When i am writing bkCode.Range.Text ="Hello"; and when i access the bkCode next time it doesn't exist anymore. When i wrote bkCode.Text ="Hello"; "Hello" appears in square brackets on the document. how do i remove this square brackets What is the correct way to add/retrieve text on/ ...Show All

  • Visual Basic Select A Row in a Datagrid

    I want to be able to delete a row from a datagrid based on the row the user has clicked on. Whichever row is highlighted, I want to delete it from the grid. But I cannot find any examples on how to do this. Any help would be great! Thanks! There should be plenty of examples of this... providing you know what you're looking for. The trick here is understanding that the DataGrid is only a display control; that ...Show All

  • Smart Device Development multiqueries at once in sqlce

    Hi i want to run more queries at once. But sqlce raise an exception, how can i do it ...Show All

  • Visual Studio Team System Where are project Areas and Iterations defined?

    I give up. I've just spent the last hour ploughing through VS2005 help and web surfing for an answer, walked th whole GUI several times and will probably kick myself when I work it out, but I need help before I go crazy ;-). On Work Items of the type Bug there is a field labelled Area, sometimes referred to Area Path. There is a tree to select from in that control. Wher eon earth do you define the structure of that tree Ditto for Iterations. Fo ...Show All

  • Visual Studio Express Editions Free VB 2005 Express Edition Tutorials?

    Firstly let me give a big "Wassup!" to all the VB programmers out there! I have recently moved over from the Delphi platform to the VB platform and joined the ranks of a far better programming language... (Sorry to all those Delphi PPL) I have taken the www.learnvisualstudio.net tutorials and found them to be very informative and extremely helpful but I was wondering if there isn't an online community of VB 2005 Express developers where I c ...Show All

  • Visual Studio Team System How do I deploy from a team build?

    From my team build, I'd like to publish a click once deployment, along with a matching web service. The config for the client will also need to have the URL for the web service updated automatically. Hi Jonesie, You can deploy Winforms Application. But, you will have to write msbuild custom tasks to deploy the other two projects. You might find some samples around the same with our V1 release. Thanks, Uday Visual Studio Team System | ...Show All

  • Windows Forms How can I activate the help provider from a button?

    Hi, I am looking for an event to start the help provider when the user clicks on the 'Help' button. I know this is automatically tied to F1 but I want to show the user a help button as well. There does not seem to be any method I ...Show All

  • Visual Studio 2008 (Pre-release) TreeView + HierarchicalDataTemplate

    I'd like to bind an Object form the following class to a TreeView class MyObject { private string name; private List<MyObject> childs; public string Name { get { return this.name; } } public List<MyObject> Childs { get { return this.childs; } } } My Treeview looks like: <UserControl> <UserControl.Resources> <HierarchicalDataTemplate DataType="{x:Type local:MyO ...Show All

  • Visual Basic reading barcode

    i want to know how to read barcode using visual basic code http://www.hytechpro.com Please help me for reading barcode from a barcode scanner. Is there an emulator for this device . And how about the coding environment. ...Show All

©2008 Software Development Network

powered by phorum