vb6 Get Control Hwnd,Webbrowser Hwnd,Get Activex Control Hwnd
This is a great invention, I wonder if you have a better way? It took a few hours to complete. Its not easy. If you are interested, try some suggestions. if usercontrol with windowless=true,also can...
View ArticleVery Nice,Transparent user control by vb6
Transparent user control (copy the control in the background of the parent window to achieve a transparent effect) Two background pictures (001.jpg, 002.jpg), one larger and the other smaller. Please...
View ArticleHow to get the effective area of the picture by vb6?
A PNG image with a transparent channel, for example, where does the left start with pixels and the top start with pixels? Add a border to the active area of the image.
View Article(VB6) Component Documenter
This is a tool to help document ActiveX components. You can import the information from the OCX or DLL file, and if you added the description of each member in the IDE, that will be added automatically...
View ArticleXiaoYao Json Class by ScriptControl 【very interesting】
There are still many problems with this module, which are limited to research and use, and commercial errors may occur. For example, adding sub-arrays, subordinates, etc., is really not easy to...
View ArticleLoad Json data to Treeview by ScriptControl Activex With vb6
Advantages: The JSON parsing method is completely self-implemented, which is more assured. It took 3 days to write, the main gain is to learn various data types of JSON data, insert, add, modify and...
View ArticleSimpleSock User Control
Attached is a User Control for SimpleSock. On the surface, a User Control is easier to use and more compact, but that is not the full story. I have hesitated to produce this control, because it makes a...
View Article[VB6] AddIn - Comment/Code Display + Highlight + Extra Hotkeys v0.8c
This is an add-in to display comments and code of user generated Functons/Methods/Properties and also some info from typelibs in the project It takes the text inside comments over the declarations and...
View Article[VB6] AddIn - Comment/Code Display + Highlight + Extra Hotkeys v0.8d
This is an add-in to display comments and code of user generated Functons/Methods/Properties and also some info from typelibs in the project It takes the text inside comments over the declarations and...
View ArticleucShellBrowse
Hello Community, I need your help. I want to use the ucShellBrowser but got an error and something with the icons doesn't work for me. I have the version ucShellBrowse100R4 and opened the project...
View Article[VB6] AddIn - Comment/Code Display + Highlight + Extra Hotkeys v0.8e
This is an add-in to display comments and code of user generated Functons/Methods/Properties and also some info from typelibs in the project It takes the text inside comments over the declarations and...
View ArticleRoulette Table
roulette.zip My version of roulette. Tried to imitate the slowing of the wheel. Drag chips onto board and spin. Good luck. Attached Images Attached Files roulette.zip (745.5 KB)
View ArticleLoad ICO From Res or Byte array by vb6,Get All Size ,BitCount
Code: 'FORM1.FRM Dim NewCursor As Long, OldCursor As Long 'add 2 control: Text1,picture1 Private Sub Command1_Click() Dim bt() As Byte 'bt = OpenBinFile(App.Path & "\02.ico") Dim SizeArr() As...
View ArticleAsynchronous Beep by vb6(NtDeviceIoControlFile)
Play the sound of the specified frequency and duration Code: Sub Main() Dim AsyncBeep2 As New AsyncBeep AsyncBeep2.Play 1000, 2024 MsgBox "ok" End Sub Code: ' 异步版 Beep,作者YY菌,技术交流群(QQ):250264265...
View Article(VB6) Implement the Print method on any object
You can implement the Print method on any object with the IVBPrint interface (I discovered it some time ago thanks to The Trick). But besides the interface, you also need some code to handle it. This...
View ArticleVirtualList,VirtualCombo,Virtual_ListView by vb6
Tutorial - Using Unicode in Visual Basic 6.0 - Free Unicode Controls http://toolboxw.com/UnicodeTutorialVb.htm VirtualCombo http://toolboxw.com/UnicodeTutorialV...ucVirtualCombo VirtualList...
View ArticleVB6 MultiThreading,A new way to get the VB header,For CreateThread
Msgbox GetVBHeader Code: Private Type MODULEINFO lpBaseDLL As Long ImageSize As Long EntryPoint As Long End Type Private Declare Function GetModuleInformation Lib "psapi.dll" (ByVal...
View ArticleMake a Delimited File Demo
Was not busy ,so I went thru my junk box and threw this together. May be something usable here for someone. Enjoy. Attached Images Attached Files Commas Demo.zip (7.1 KB)
View ArticleCapacitor Values Converter
This is another project I started but didn't finish. Did not like the way the code was flowing so I stopped working on it . I know there has to be a better way to do this project. Attached Images...
View ArticleRemove Blank Lines and Extra Spaces
This code will remove blank lines and spaces from your code and resave it converted. I would like it to keep a one blank line between procedures but haven't been able to figure it out yet. If anyone...
View Article