VB6 SHOW 3DMAX (Cult3D ActiveX Player),CO File format
Cult3D ActiveX Player Cult3DP1.Visible = True Cult3DP1.LoadCult3D App.Path & "\sun.co" download 3d ocx: http://www.web3d.com.cn/plugin/cult3d.html how to use Cult3DP1? Cult3DP1.*** Private Sub...
View ArticleVB6 2D-ChartPlotting (using the RC6.cChart HelperClass)
Just a little Demo, how to work with the new RC6.cChart-Class (requiring an RC6-version >= 6.0.3). This Class follows a somewhat different pattern, compared to other Chart-Controls - because it...
View ArticleConvert hBitmap to hImage with GDI, it is possible?
Hello everyone, I would like to know if hBitmap can be passed to hImage. Let me explain, I am making a program that displays the covers extracted from the ITAG metadata of mp3 music files in a...
View Article[Add-In] Large Project Organiser (alternative Project Explorer) - No...
Undeterred by the lukewarm reception of my tab-Strip Add-In :D, here I am with another one. Gotta fill-up those lock-down days doing something, eh? This one is thought as a replacement for the built-in...
View Articlevb6 add table rows webbrowser
Please Help Add web page table lines code html HTML Code: <html dir="rtl"> <head> <meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Type"...
View ArticleAllengib7952
I have a movie list that seems to work very well click on anyone and movie starts. My problem is I have a few that have episodes I don't want to show the episodes on the same screen because there is...
View Articlevb6 Secure Websocket
Secure webSocket in Pure VB6 no external Libraries or ActiveX. Now wss://localhost:8088 is possible. Now Lengthy(char length more than 65536) messages possible. Thanks goes to : Vladimir...
View Articlevb6 Call Cdecl Api by Function(stdcall)
'bind cdecl api to vb6 function FixCdecl AddressOf VB_Add, CdeclApi, 2 c = VB_Add(a, b) FORM1 CODE: Code: Dim h As Long Dim CdeclApi_Add As Long Private Sub Command1_Click() If CdeclApi_Add = 0 Then...
View ArticleBind Cdecl Api To vb6 Function(stdcall),support run in IDE
'bind cdecl api to vb6 function FixCdecl AddressOf VB_Add, CdeclApi, 2 c = VB_Add(a, b) FORM1 CODE: Code: Dim h As Long Dim CdeclApi_Add As Long Private Sub Command1_Click() If CdeclApi_Add = 0 Then...
View Article[VB6] - sSlide - User Control
SSlide.zip This is a user-control likes progressbar. Attached Images Attached Files SSlide.zip (1.7 KB)
View ArticleFreehand drawing with GDI+
Illustrates how to perform freehand drawing within a GDI+ path. I needed this capability in an application some time ago but was only able to find one example which used GDI+, but it was done there by...
View ArticlePath Rotation with GDI+
Illustrates how to rotate a GDI+ path around a center axis. Uses a simple transformation matrix. Useful for certain drawing applications. I originally wrote this for use with certain elements of a...
View Article(VB6) Compare two controls interfaces
And tell the differences. This project is related to the other one: Replicate control interface or encapsulate control into UserControl. Attached Images Attached Files...
View ArticleCreateThread Sample--Vfb(Visual Freebasic),vb7,WinFBE
Code: Sub Form1_Command2_BN_Clicked(hWndForm As hWnd, hWndControl As hWnd) '单击 Dim ABC As String Ptr = New String *ABC = "China" 'CreateThread (NULL,0,@ThreadSub,ABC,0,0) Threaddetach...
View ArticleAll Freebasic Code Sample,Vfb(Visual Freebasic),Like VB6,VB7
VB6 has stopped updating for 25 years. We have a development tool similar to VB6. Everyone is welcome to use it together and let the VISUAL BASIC syntax last forever. vfb(visual freebasic),ide like...
View Articlesorry,Chrome OCX,Miniblink,VB6 chromium,Chrome core only one dll
This is a good Google Chrome control, free and open source. And the author is not me. I've been sharing and uploading for free for almost a year. And I've never used it myself. one developer was...
View Article[VB6] Simple VNC Server using DXGI Desktop Duplication
https://github.com/wqweto/VbVncServer A single-class VNC server for embedding in LOB applications for built-in client support. Very much work in progress but first cut seems to work. Based on RFC 6143...
View ArticleThe fastest way to download web pages(GET,POST)
Research using multiple methods to download web pages and choose the fastest solution 2021/3/17 14:29:29--WinHttp4(No Options) UsedTime=19795 Ms,Size=319628 2021/3/17 14:29:09--WinHttpRequest3...
View Articlevb6 Gif Ocx/Png OCX,Show Movie by DirectShow,WebBrowser,AniGif.OCX
Usercontrol.ctl about Webbrowser GIF(PNG ,JPG),Support Url,Localdisk File [gif ocx,Png ocx] activex control Code: Dim WithEvents M_Dom As MSHTML.HTMLDocument Public Event ImgClick() Private Url As...
View ArticleNeumorphism Design
In this case, it is, on the one hand, a class Module and, on the other, a Usercontrol to create a modern user interface called Neumorphism, which began to become fashionable as of 2020, although it is...
View Article