Search results for query: *

  • Users: gusset25
  • Content: Threads
  • Order by date
  1. G

    Question Choosing a structure to manipulate xml data

    Hi Could I have vbdotnet's collective thoughts please? I am about to write a sub in my gameshow program (multiple choice questions A-D, eight contestants). I currently find myself paralysed by the number of ways of doing a simple task. The sub will take some well-formed xml contestant...
  2. G

    Question Using FindWindowEx to get Powerpoint Slide Show window handle

    Hi there. Apologies if this is posted to the wrong forum - I couldn't find an API forum. I've spent 18 hours trying to solve this one. I am trying to send a keystroke to a running powerpoint presentation with SendMessage or Postmessage. But I can't get as far as the handle for the...
  3. G

    Newbie problem with setting property of class

    Thanks for looking. I'm new to classes and can't work out where i've gone wrong. In my Who Wants to be a Millionaire application, I have a Lifeline class and I create three instances of it - FF, PAF and ATA (50/50, Phone a Friend and Ask the Audience). something i do with a lifeline is put a...
  4. G

    Question Audio file plays only when execution paused - threading issue?

    I have a form and a class module. the application plays a sound file from using a windows media player control on the form. it seems silly to me that you need to have a hidden visual control on a form rather than just using code, but that's another gripe. previously, the code (in the form...
Back
Top