COM Interop example. How to use .Net classes in VB6.
More than a few times now, I've seen people asking how to use .Net components in their VB6 applications. As it seems there is some small demand for it, I decided to show an example of how it is done....
View ArticleCode snippet (for Add-In) to fix .vbw (workspace) issue
It didn't seem worthwhile creating an Add-In just for this (it seems more appropriate that it be incorporated into other addins), hence posting as a snippet... Don't know about anybody else, but the...
View ArticleID Card Creator
I was looking thru some old code samples and decided to make this app. Hopefully I have everything working as it should. See what you think. Attached Images  Attached Files IDMaker.zip (96.4 KB)
View Article[VB6] Encode binary data to bitmap for use in a PictureBox
If you've ever tried to include more than a very small amount of binary data on a Form or UserControl without loading the data from an external file, you certainly noticed it's extremely difficult to...
View ArticleMy 3DText usercontrol
My version of a 3d text usercontrol. Makes great looking labels. Its pretty simple, so hopefully you can use it. Attached Images  Attached Files ucMy3D.zip (3.9 KB)
View Article10tec IGrid ActiveX - Filter
I look around for best grid for VB6, I already use lynxgrid (free) and must say..very good though need more improvement And I saw modified Lynxgrid from Krool (i guess), improved a lot, but still very...
View Article[RESOLVED] Krool's VBFlexGrid -How to adjust row height and col width to...
Hello, I want my Flexgrid to appear like this, without any grey area. I got it by Code: fg.ColWidthMin=fg.Width/fg.Cols fg.RowHeightMin=fg.Height/fg.Rows fg.ScrollBars=vbSBNone...
View ArticleNumbers, Numbers, Numbers
This package contains a large set of library routines I have built over the years to do many things related to numbers. These routines run in VB6 as well as 32 or 64-bit VBA. As you know, there are...
View Article[Add-In] IDE Code-Pane Tabs for MDI/SDI (No sub-classing/hooking)
Background I'm not much of Add-In user, but my liking for a tabbed interface of open code windows has meant that CodeHelp has been a permanent fixture of my IDE for a few years now. Just recently, I...
View ArticleCertificate Verify
My knowledge of ECDSA Certificate handling was minimal, but in order to produce a TLS 1.3 web server, RFC 8446 requires support for digitial signatures. So after a laborious learning experience, I...
View ArticleBinary Converter-Very simple
Looking for a simple binary converter. It doesnt get any simpler than this one. Attached Images  Attached Files Binary.zip (3.2 KB)
View Article[VB6] VBCDeclFix - The Add-in allows you to use Cdecl functions in VB6 IDE.
The Add-in allows you to use Cdecl functions in VB6 declared in type libraries. If you have ever tried to use CDECL-functions declared in a TLB then you know that debugging (in IDE) is impossible. The...
View ArticleQR decode encode support utf-8 without using third parts software, external...
hi,i am searched in google to can find any vb6 source code QR generator and decoder without any dll,ocx or like this but i cant find good samples,for example i found this : its just exe sample without...
View Articleevents for late-bound objects (vb6 com events IIDSTR_IConnectionPointContainer)
how to get args name,args type? events for late-bound objects.zip Attached Files events for late-bound objects.zip (8.0 KB)
View ArticleVB6 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 Article[Add-In] Large Project Organiser (alternative Project Explorer)
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 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 Article