|
DESCARGAR CODIGOS VISUAL BASIC (VB6) (PAGINA 2) PARA PROGRAMAR GRATIS PROGRAMACION Y DISEÑO PARA PROGRAMADORES Y WEBMASTERS
|
|
Codigos Fuente de Visual Basic (VB6) (Pagina 2)Directorio de manuales, tutoriales, documentacion, codigos fuente y programas Visual Basic (VB6) para descargar y consultar gratis online |
|
Mas contenidos sobre Visual Basic: |
|
Codigos disponibles : 79 - Pagina : 2 de 10
|
| How can I open and close the CD-ROM drive? |
|
|
If you would like to open or close the CD-Rom drive from Visual Basic, you can send a request to the Windows Multimedia DLL with the relevant command. You have to decare the DLL in your project.
www.mentalis.org
|
|
|
| Recording a CD to a Wave file |
|
|
This function uses the multimedia control interface (MCI) to control the CD drive.
www.mentalis.org
|
|
|
| ProxySocket |
|
|
With the ProxySocket class, you can easily add firewall support to your applications. Simply replace all occurences of 'Socket' with 'ProxySocket', and you're almost done.
www.allapi.net
|
|
|
| How can I play MIDI- and WAVE-files in Visual Basic? |
|
|
To play Wave's, you can use the sndPlaySound-function. For MIDI-files, we use the mciSendString-command.
www.mentalis.org
|
|
|
| Your First Voice Telephony Application |
|
|
You will need the Microsoft SAPI SDK Suite installed to use this example.
ftp.sunny-beach.net
|
|
|
| Word-Wrap Demo |
|
|
This demo program demonstrates a technique for printing unformatted text to the printer. The code is implemented as a class module to make it easy to reuse the code in other projects. The code prints the text to the printer with word wrap, margins and page headers and footers.
ftp.softcircuits.com
|
|
|
| 32-Bit Subclassing Demo |
|
|
32-bit subclassing control written in Visual Basic. A subclassing control allows Visual Basic programs to detect messages for which Visual Basic does not provide direct support for.
ftp.softcircuits.com
|
|
|
| BrowseForFolder Demo |
|
|
Demonstrates use of the SHBrowseForFolder API function by providing a "wrapper" function and a simple test form. BrowseForFolder allows the user to select a path by browsing the directories on their system.
ftp.softcircuits.com
|
|
|
|
|
|
|