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

Search results for query: *

  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...
  16. darxpan

    DirectX Sprite Rotation

    I figured this out. It is strange. The Matrix.Rotate... functions say they return void, but they seem to actually return a matrix. For example, this: sprite.Transform = Matrix.Transform2D(a,b,c,d,e,f); works. There are other cases where an assignement won't work, but I used that one in my code...
  17. darxpan

    DirectX Sprite Rotation

    I am working on a 2D game using direct3D. I am using the spriite class to render my objects to screen. I can't figure out how to rotate the Image. I tried Sprite.transform.RotateZ(angle) , but I saw no difference on the screen. I even tried Device.Transform.RotateZ(angle); , and I couldn't...
  18. darxpan

    .NET and DirectX components

    From what I understand here is the problem and there is no good solution. First, DirectX 9.0b requires .NET 1.1 to work. To work with .NET you need VS 2003. So there is no solution without upgrading.
  19. darxpan

    .NET 1.1 version trouble

    BTW, what is this .NET version 1.0.5000 I see in my Assembly? There is no such .dll that I can find. Why isn't that 1.1 instead? Is it because I don't have Visual studio 2003?
  20. darxpan

    .NET 1.1 version trouble

    I have installed the .NET 1.1 framwork and the SDK, but the 1.1.4... assembliy files do not show up in the Assembly folder. When I try to run code that requires 1.1, like directX 9.0b, I get an error saying that I can't run the code with the current version of the .NET runtime. The system.dll...

Part and Inventory Search

Back
Top