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!

Search results for query: *

  • Users: darxpan
  • Content: Threads
  • Order by date
  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

    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.
  5. 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.
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. darxpan

    Having trouble closing a Window

    I am programming using DirectX, but I don't think that is effecting the problem. In the Form code when I call "this.Close()", the window doesn't close. It starts to close. It calls the Closing event and runs it all, but then it never returns to the form that called it. The program...
  11. darxpan

    Photoshop: Transparency not available

    When I go "save for web" and I select GIF, PNG, or anything. The Transparency option is grayed out. I can't select. I can't figure out how to get it to turn on. Pleace help.

Part and Inventory Search

Back
Top