FOTOENHANCE3D.zip (download)
:cool: usualy soft like this i post is called filtre. u put in .jpg, .gif, .bmp. saving is with .bmp format. LMB\RMB +Shift is image rotation. esc for exit fullscreen mode. u can get it here:...
View ArticleMove PowerPoint Slides using VB6 Code
I want to move powerpoint slides (right and left) on a wireless remote, which at the receiver side has arduino connected to computer via USB cable. (Its hardware is ready) Arduino is programmed to...
View ArticleVB6 - TLSCrypto (Unicode compatible)
After a fair degree of effort, I am making available a Version of TLSCrypto that is Unicode compatible. The original version had problems on systems that utilized a locale or character set other than...
View ArticleΜ2000 Interpreter with Greek and English commands
This is version 6.5. I am working to include objects. This is an example of a big program including work from others and many hours of thinking and trying. 14 years...of writing! I am not a...
View ArticleVB6 DB-Import of large CSV-Data (for both, SQLite and ADOJet)
The Demo consists of two SubFolders (one for SQLite, the other for ADOJet) - and the SQLite-Demo depends on the latest vbRichClient5-Version 5.0.15 (May 2014) - so, make sure you grabbed the last one...
View ArticleVb6 - utc
Many protocols (such as email) require the Date/Time in UTC. Wikipedia describes UTC as: Coordinated Universal Time (French: Temps Universel Coordonné, UTC) is the primary time standard by which the...
View ArticleVB6 Dynamic Menu-, Popup- and Toolbar-Demo (vbRichClient-based)
As the title says, just an example for dynamic Menu and ToolBar-handling, based on the Graphics-Classes (the Widget- and Form-Engine) of vbRichClient5.dll: http://vbrichclient.com/#/en/Downloads.htm...
View ArticlePopulate Unique Number Array
Hello everyone I thought I'd post an example in the codebank since I see this asked by different people about every week. This function returns an array of Unique numbers from a specific number to a...
View ArticleA Listbox for millions items and transparent background
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 ArticleAlphaBlend 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 Article