Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. harpreets77

    TreeView Updation from another thread.

    Hi, I need to update (add nodes) to a tree view from another thread (not the owner thread). A call to BeginInvoke is not the sollution. Since I want the nodes to be added in the background as the user works with the tree view. Any clues on how this can be achieved. Regards, Harpreet Singh
  2. harpreets77

    Localizing the MessageBox

    Hi, In C# is there a way to localize the MessageBox class. Esp wrt the button captions. eg instead of "OK" .... using "JA" ....... Regards, Harpreet Singh
  3. harpreets77

    TreeView

    Hi, In my application the tree view fires a double click event, if I click on the '+' sign too fast. (Esp while testing for extand and collapse). Is there any to restrict this, ie to ensure that even a double click on the "+" sign isn't taken as a double click ... eg like in the...
  4. harpreets77

    Multiple views within a single windows form

    Hello, Can anyone tell me how we can have multiple views within a single window's form, by means of using splitter controls and each of the views having different dialogs/forms embedded in them. The requirement is very similar to the one we have in MFC where we can create splitter windows and...
  5. harpreets77

    convert xmlfile to treeView

    Hi martijn1967, In C# you have a XmlDocument object with which you can open your XML file in one shot. You need to traverse the opened file using the XmlDocument object. From this object get a XmlNodeList or get one XmlNode at a time. Do the same operations in reverse to creat a tree view...
  6. harpreets77

    Dialogs as resource files

    Hi, In C# while creating a windows form, code is added to the .cs file which details out the creation procedure for controls . Now through some setting is it possible to have the form as a resource file or an XML file. Which still details out the entire creation procedure. Regards, Harpreet
  7. harpreets77

    Server application to accept Incoming Calls - PPP.

    Hi, How do I go ahead with a server side application to receive incoming calls in VB. Also here do I have to write my own code for protocol translation or is this taken care at the OS level. I have already written a client side VB program. The client side prg uses the standard windows modem...

Part and Inventory Search

Back
Top