CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Bluzman

Search: Search took 0.03 seconds.

  1. Replies
    4
    Views
    5,123

    Re: How do I load xml used in form1 in form2?

    Thanks for the reply. Still having issues with it, even when declaring the xml string as public. Might try to figure another way to do this.
  2. Replies
    4
    Views
    5,123

    How do I load xml used in form1 in form2?

    the program that I am writing has a listbox that displays application names (read from an xml). when I click on an application name in the listbox it runs the application.

    by the way, I am using...
  3. Re: Diplaying an arraylist from an xml in a Dialog MessageBox

    Thanks for the reply BigEd. I have to use an Arraylist because I am doing this as a project for school and it is required (but thanks for the info though)

    I think I got it down except for one...
  4. Diplaying an arraylist from an xml in a Dialog MessageBox

    Hi everyone, my first time posting in this forum. Glad to see that it exists! Here is my problem:

    I am creating a program that reads from an xml file and then displays that information in a Dialog...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured