Search results for query: *

  • Users: poe
  • Content: Threads
  • Order by date
  1. P

    If media player current position is...

    Hello. I have a windows media player control and then I have a time saved in a text document. I want to show a message box when the current media reaches that time in the text. For example: 8,1234567. So I've added a timer, with the interval 1. Private Sub timer_Tick(ByVal sender As...
  2. P

    Highlight words in richtextbox

    Hello, I have a rich text box with some text in it. I would like to highlight "the next" word when i click a button. Say that my text is this: Once upon a time Then when i click the button i want "Once" to get highlighted. Then when i click the button again, i want "upon" to get highlighted...
  3. P

    Can't add Windows Media Player control.

    Hello, I'm trying to add a Windows Media Player control to VS 2005 but I have some problems. First, I right-click in the toolbox and click "Choose Items...". Then I click the COM Components. But in the list I can't find Windows Media Player. So then I clicked browse, went to System32 folder in...
  4. P

    See if XML file actually has XML?

    Hello, I'm making a program, and on start up I have so it searches for XML files in a folder, then add the values from each file to a datagrid. Now my problem is that if an XML file happens to be empty my program can't find the nodes and will then crash. So how can I make it first check if the...
  5. P

    Loading XML files into listbox

    Deleting XML node if file doesn't exist Oops. The thread name is wrong. I need help with deleting XML nodes if a specific text file is missing. Hello. I'm making a program with song lyrics that you select in a play list and then the lyrics show up in a text box. I store the information about...
Back
Top