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 SkipVought 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: seba18
  • Order by date
  1. seba18

    Mixer Audio Level

    That's not exactly what i wanted :(. I don't want to change the volume, I want to read somehow the power of the sound at the output of an audioline. Some audio programs(like SoundForge)can do that when recording. Something similar is used when calibrating the microphone, in Windows. I need to do...
  2. seba18

    Mixer Audio Level

    How can I find the audio level of, for example MasterVolume or Wave in WindowsAudioMixer? I need this to express the intensity of the sound, in a visual way. Please excuse my english & thank you for any help!
  3. seba18

    Get CPU and memory usage

    Yes, something like SystemInfo
  4. seba18

    Get CPU and memory usage

    Anybody knows how can I get CPU and memory usage with Visual Basic? (a lot of programs show these informations, but I don't know how to do it) Thank's
  5. seba18

    Get sound intensity from audio mixer

    Is the intensity of the sound the same thing as the frequency(KHz)? Anyway, how can I find one of these values? Are there any API functions for these?
  6. seba18

    Get sound intensity from audio mixer

    How can I find the intensity of the output(wave) sound from the Windows Audio Mixer? I need this to make some LEDs light in the rhythm of the music. Thank you for any suggestion
  7. seba18

    Get sound intensity from audio mixer

    How can I get the intensity of the sound from one of the audio mixer's line out (wave or master)? Thank you
  8. seba18

    Find a window's Class-name

    I know that there is only one Class-name, but many other Sub-Classes, one for every object in a window.
  9. seba18

    Get AudioMixer's Wave bitrate value

    How can I get the AudioMixer's Wave bitrate(I think this should be an integer value)? I need that to make a program that flashes Winamp's Window(change the transparency value) in the rhythm of the music. Thank you
  10. seba18

    Find a window's Class-name

    Can I get a window's Class name if I know only the name of the executable file? How? Or how can I get a window's parameters(Name,Class-name,Exe-name,Subclass-name,Subclass) just clicking with the mouse on that window or dragging the mouse over the window?(for example, Girder do that for...
  11. seba18

    Problem browsing movie folders

    I tried to do what you said (both for all the files and only for .avi's), but the problem still persists. My window don't hangs when I click on the .avi file, but when I double-click to enter in the folder that contains that file. The content of the folder is shown only after the window...
  12. seba18

    Problem browsing movie folders

    Every time when I start my computer and I browse for the first time a folder with movies(containing 2 .avi files, for example), my window (MyComputer or TotalCommander) stops responding for a while(1-2 minutes). I tried to login as Administrator and there everything looks to work fine. How...
  13. seba18

    Detect if another program is running in full-screen mode

    How can I detect if the Desktop Taskbar is visible or another program(game or other full-screen program) is running and has the focus? I want my application to make some actions when I am with the mouse on X=0 coordinate of the screen (top of the screen), but ONLY if there is not another...
  14. seba18

    Detect mouse button press

    Can sbody explain me that in this thread? Sorry, but the Search function of the site is disabled now and I need this tip ASAP. Thank you!
  15. seba18

    Make icon's background transparent

    I've made an icon for my application with PhotoImpact6 and put background to be transparent(it works good for gifs), but when I save the file as an Icon(.ico) and asociate it with my application, the background is not transparent anymore. What should I do? Thank's for any answers!
  16. seba18

    Do another task when I press the X button

    The reason for doing this is that I want to minimize the application in SystemTray(or ask user to minimize or close the program) Thank's for the point mattKnight !
  17. seba18

    Do another task when I press the X button

    How can I associate another task with the close application button?
  18. seba18

    Detect mouse button press

    That's not helping me very much... I want to detect a click on desktop, for example, not on a form or an object from a form. I know how to get the mouse coordinates(mouse.X and mouse.Y) with API call function, but I don't know how to get the mouse clicks. Anybody can help me?
  19. seba18

    Detect mouse button press

    How can I detect when a mouse button is pressed (not only inside a form)? Thank's for any answer!
  20. seba18

    Detect Internet connection

    Anybody knows how can I detect if a computer is connected or not to the Internet? I want an application only show when my computer is connected to the Internet. Thank's

Part and Inventory Search

Back
Top