| Thread | Last Post | Replies |
|
| Hide control panel on WMP | 06 Dec 2005 16:16 GMT | 7 |
Im trying to use the Windows Media Player on my app, but I need to hide the default control panel and program my own. Is there a way to hide it trough API or something????
|
| How to use avicap32.dll | 06 Dec 2005 16:12 GMT | 1 |
can anyone provide a VB sample code?
|
| 10-band equalizer | 06 Dec 2005 12:42 GMT | 7 |
I'm trying to create a 10-band stereo equalizer for an player I'm working on. The program is capable of streaming audio samples straight from a file and modifying them using a Fast Fourier Transform (FFT) class I wrote. This gives me the ability to use DSP filters and such in
|
| How can I turn off keboard input? | 06 Dec 2005 10:54 GMT | 6 |
I need to write a Visual Basic 6 routine to ignore keyboard input for 10 seconds anytime any key is pressed. Is there an API call, or any other way, to do this?
|
| Determine font TTF filename from fontname? | 05 Dec 2005 19:39 GMT | 18 |
I need a way of determining the TTF filename of a font, given its fontname. Examples -- if I supply: - "Bitstream Vera Sans" as input, I want to get "Vera.ttf" as output. - "Arial Black" as input, I want to get "ARIBLK.TTF" as output.
|
| Emulate AddressOf operator | 05 Dec 2005 19:15 GMT | 14 |
Does anyone know if it is possible to manipulate the Windows API to emulate the VB AddressOf operator? I would like to use a CallBack function within a Class Module. Thanks in advance.
|
| listview refresh problems | 05 Dec 2005 18:01 GMT | 2 |
I got some problems. I'm having a ListView inside a PictureBox. Everything works Ok most of the time. But now and then Windows forgets to refresh the ListView. For instance this will happen if I place any window over my application and then remove/minimize it. I
|
| Transparency & Shadow | 05 Dec 2005 03:15 GMT | 1 |
Is there any way to make a window transparent and drop a shadow in a Windows9x (Win 98, ME) operating system running pc? Thank a billion for u'r reply
|
| COPY an Array Variant wich has 2 Dimensions with API | 04 Dec 2005 20:39 GMT | 8 |
hi iam trying successless to copy an 2 Demsion Array based on Variant with API... Any hint ? In the Array are various of DataTypes Strings, Doubles, Dates and Longs.
|
| How to get Name/Caption of "tooltip_class32" pop ups? | 04 Dec 2005 17:16 GMT | 3 |
I try to catch a pop up windows that always comes by leaving a particular internet page. I have a routine showing all open windows, and I could state that the pop up I want to catch has a class name of "tooltip_class32". The problem is, my routine doesn't show any name or
|
| How to show search progress? | 04 Dec 2005 17:15 GMT | 1 |
I'm trying to display a search bar progress whilst performing a database compact and backup proceedure. I'm displaying a form with a timer that increments the progress bar every time it activates however when I get to the DBEngine.CompactDatabase function the timer doesn't ...
|
| Detect Application Launch | 04 Dec 2005 15:48 GMT | 15 |
Is there a way to hook the system event when an application is launched ? I need to be notified when any application is launched. I could poll process IDs over and over to detect this, but I would rather do it more elegantly via a hook if such a method were available.
|
| [vb6] Hooking only 1 key | 04 Dec 2005 14:59 GMT | 6 |
I know how to hook the entire keyboard but I just want to hook the printscreen-key. It's because I am making a program that automatically saves your screenshots. And I want the code to be as clean as possible. And there's
|
| HOWTO: GetModulePathFromHandle - by request. | 04 Dec 2005 12:05 GMT | 1 |
Okay Mike, and anyone else reading this. This code will return the full path of the program whose window handle you pass to it. it work's properly under all flavours of Windows (normally accomplishing this under NT took a little more effort), so now it works for all.
|
| How to read and write information in internet | 04 Dec 2005 08:38 GMT | 5 |
Hello viewers, can anyone tell me how to read and write data from internet? for example i wanna write and read data from my web site by giving the username and password that i know. is it possible in VB?
|