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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by darxpan

  1. darxpan

    Mouse location outside of event

    Is there a way to move the cursor in code? Is there a way to determine the mouse state outside of the mouse click/move events? Can you turn off the cursor and draw your own?
  2. darxpan

    Start another program in Code

    I want to have a program that can start other programs at the press of a button. However, I can't find out how to run an executable with code. Any ideas?
  3. darxpan

    Sound in C#

    I want to make an alarm clock program, but I can't find a way to play sounds except using DirectX, which I want to avoid for this project. How can I play sounds outside without DirectX?
  4. darxpan

    install ASP.NET 1.1 to IIS

    that's it thanks
  5. darxpan

    install ASP.NET 1.1 to IIS

    Sorry about the double post. THere was an error message on the first one.
  6. darxpan

    install ASP.NET 1.1 to IIS

    What is it you type in the command line to instll .NET into IIS? I did it years ago and I can't find my notes.
  7. darxpan

    Add .NET 1.1 to IIS

    What is it you type in the command line to install ASP.NET in IIS? I did it years ago and now I can't find my notes.
  8. darxpan

    HTML Frames and scripting

    Thanks so much. The last problem was that I was linking to an old copy of the Flash movie. All I had to do was fix the URL reference in the frameset. DOH! Thanks again. Sometimes it just takes another eye to see the obvious.
  9. darxpan

    HTML Frames and scripting

    here is a link to the files: http://www.darxpan.com/FlashFrames.zip Sorry, but I only have Flash 5, no MX.
  10. darxpan

    HTML Frames and scripting

    no just one.
  11. darxpan

    HTML Frames and scripting

    I tried that and it sort of works. Here's the weird part. Let me explain. 1. I publish the flash to HTML. I click on the file. Everything works. 2. I put that exact same web page and movie inside another HTML page that puts it in a frame. The movie runs, but the buttons won't click. The...
  12. darxpan

    HTML Frames and scripting

    I forgot to mention that I am not using MX, but Flash 5.
  13. darxpan

    HTML Frames and scripting

    yes, that's right. Sorry if i was unclear.
  14. darxpan

    HTML Frames and scripting

    I made a title and navagation for my website using flash. I am using framesets to display flash and HTML at the same time. My navigation has buttons. I want the buttons to change a different frame in the window. That is I want the flash movie to display while the HTML content below it changes...
  15. darxpan

    Applet in Explorer

    I am new to Java and am creating my first applet using NetBeans. I created a simple applet and compiled it. It displays in the applet viewer, but when I try to include in html and view it in IE, all I see is big gray square. Is the problem in IE or in my code? How do I fix it? Will I have to...

Part and Inventory Search

Back
Top