Hi, I'm using the Winsock OCX in VB6 to create a personal file server application, and it transfer files perfectly within the LAN, but not the Internet.
Thanks, I also found other simple webserver examples with Winsock and I noticed that it's almost the same functions for implementing it with the CSocketPlus.
Hi, I'm currently using the CSocketPlus control for sending simple POST requests into a PHP server, and I want to create a small HTTP server for serving pages and files on the client side.
Hi,
I'm using MySQL and phpMyAdmin with tables and collation using the UTF8_bin encoding. I'm storing strings from a webpage form with PHP, with the UTF8 charset content-type specification.
...
'-- mask picture color
Public Declare Function TransparentBlt Lib "msimg32.dll" (ByVal hdc As Long, ByVal X As Long, ByVal Y As Long, ByVal nWidth As Long, ByVal nHeight As Long,...
Hi, I'm receiving reports of a program that uses msimg32.dll, which on some systems shows a run time error 48: File not found, while the file is present at the Windows\System32 directory.
How can I convert a color constant (such as vbWindowBackground) to RGB? The method I'm now using (see below) only works with colors retrieved from a CommonDialog color dialog selector.