AlphaBlend and Per Pixel Alpha Help needed
Hi, Im currently using the Alphablend API for full image alphablending from a source DC to a dest DC, and am aware that you can set its parameter to do per pixel also. A ton of questions; 1. Is the...
View ArticleVB6 - SMTP Relay
SMTPRelay is a Relay or Proxy server for sending email, and was born of the need to send email from a PC that is not connected to the Internet, but is a member of a private network with access to the...
View ArticleVB6 Cairo-Blending-Performance (Collision-Handling using the Physics-Engine)
A small Demo, referring to the Blending-comparison-thread here: http://www.vbforums.com/showthread.p...-Cairo-Drawing Now covering a more realistic "2D-game-scenario" with 12 moving PNG-Sprites (5...
View ArticleUsing a cDibsection to paint, view and print bitmap
This is an example of using a cDIBsection (based on code founded in vbAccelaratior.com) that I extend with some functionality to paint on it directly in a window in a scale defined by presets fit to...
View Article[VB6] Generic Delimited Text File Reader
ReadDelimited This is a simple Function defined within the DelimitedText.bas module. You pass it a file name of a delimited text columnar data file along with a number of other parameters and get back...
View Article[VB6] Send mail via Command Line ( No Dependencies )
Command Line Emailing using Windows CDO.Message This will allow developers \ coders \ whoever, to send basic email using a shell \ shellexecute \ batch file. You may also use this to send attachments,...
View Article[VB6] Formatted Text Record Parser
FormattedText This is a Class for use in parsing data fields from fixed-format records based on one or more simple "Fortran like" format strings. You assign the LCID to be used for conversion,...
View ArticleA Listbox for millions items, transparent background, and changeable charset
This is my glist a big listbox as you see! New, This is the right version, wich is very fast for adding 1000000 items, and Vscroll bar using "logical lines" no lines (the visible lines of the...
View ArticleSimplest way to read a joystick in VB6
This uses the Windows API. Below is the code. Place this code your form (Form1), and place a timer control (Timer1) and picturebox control (Picture1) in on the form. Set the timer interval property to...
View ArticleConvert your application to Shareware (many ways..)
This project is created in vb6 for converting your vb6 compiled exe's to shareware you can set expiry to days,counts or date..you can set trial key or full secret codes to unlock the application.Just...
View ArticleVB6 - Add System DSN
Microsoft recommends that application data for "All Users" use the "ProgramData" directory. But if you have ever tried to create a DSN in this directory using the ODBC Manager, you have discovered that...
View ArticleA new custom listbox and example for how to make it a combobox
My old glist..updated with extra functionality. So now glist (as glist2 control) can act as listbox and with a textbox can act as combo box. You can change charset. List inside listbox isn't a...
View ArticleMJPEG Webcam Receiver
Attached to this message is the complete source code for this program. It is designed to receive webcam video, but will work for any video source that has these specifications: Server Location =...
View ArticleBassPlayerDB
I have seen many folks here and other fora struggling with Window Media Player, the MMControl, and MPI Api calls to create decent Mp3/Wav apps. After a few years working with the Bass library, I'm...
View Article[VB6] ImageList and the Safety Palette
This is really not a code sample as much as a technique to use in writing VB6 programs. Many of the fancier GUI controls in VB6 accept images assigned from a companion ImageList control. Here I'll use...
View ArticleHow do I define joystick pedal all the specific command in Visual Basic?...
I need codeBank define joystick pedal .. for example , define up arrow to click a command .. and so on ..
View ArticleA Listbox for millions items, transparent background, and changeable charset
This is my glist a big listbox as you see! New, This is the right version, wich is very fast for adding 1000000 items, and Vscroll bar using "logical lines" no lines (the visible lines of the...
View ArticleA new custom listbox with pan function.
My old glist..updated with extra functionality. So now glist (as glist2 control) can act as listbox and with a textbox can act as combo box. You can change charset. List inside listbox isn't a...
View ArticleLiistbox and EditBox Unicode and Transparent.
I work some hours to revision an old control who made for the IDE of M2000, with capability to display all utf16 usinf Arial Unicode MS. I have gList and gTextBox with some forms as examples. Drag and...
View ArticleVB6 - Elevated Privileges
Ever since Microsoft introduced UAC (User Access Control) with Vista, you sometimes need to know if your application is running with administrative privileges. A quick search on the Net revealed some...
View Article