Search results for query: *

  • Users: DLK
  • Order by date
  1. D

    Adding Files/Folders to a form project

    Hello I'm creating a form that copies and overwrites a folder and files. The folders and files will be included with the app so I need to know how to add them to the project to be included in compiling. Any help would be great Cheers
  2. D

    Form refresh help

    doesn't work! How do I access the name of the label from another sub ie: the stop service sub and also when the labels are dynamically created.
  3. D

    Form refresh help

    yes you're right, that was too simple. Heres what I'm doing. I'm creating a form with a listing of selected services with stop start buttons and the current status of the service. This list is generated dynamically, When I click on the stop button, the service stops and I want to update the...
  4. D

    Form refresh help

    Yes, see below AddHandler startButton.Click, AddressOf ClickStartButton
  5. D

    Form refresh help

    Thanks for the replies. JuggaloBrotha, thats how I did do it, the problem is when I click one of the created buttons, it performs an action and I'd like the text on one of the labels changed. Using Me.Refresh() doesn't work. What I think I need is a way of reloading the form.
  6. D

    Form refresh help

    Hi, I'm new to vb.net and have searched everywhere and can only find one answer that doesn't work. I have a form with dynamically created labels and buttons. When I click a button, it calls a sub that performs an action and I want to update the labels text. Everywhere I look says to use...
Back
Top