Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (4)
VB6_ IDE window wheel support plug-in (including source code)
no vote
VB 6.0 development environment ide window code rolling support plug-ins. The latest version of win10 64 bit is supported.
fj543
2020-01-19
0
1
Calculate the number of IP addresses according to IP segment
no vote
The way to express a batch of IP addresses is to use IP segment, or IP range. For example, 192.168.0.1-192.168.0.255 indicates 255 IP addresses. If there is a large IP segment or IP range, you can't see that it contains several IP addresses at a glance, such as 192.55.66.77-192.56.255.255. This program allows you to enter multiple IP ranges (one in a line) in the text box, and then count the total number of IP addresses. The calculation idea is to convert the starting IP and ending IP of each IP range into a decimal value, and then subtract and add.
fj543
2017-12-29
0
1
Develop the DLL file and using the most refined DL
no vote
C ++ developers with a dynamic link library (DLL file), also LIB file. This is the simplest example of a program, write a myDLL.dll callDLL.exe file and a file. Exe to achieve a pass from inside a DLL function parameters to the value returned by the post-processing function in the DLL to exe program. Compiler environment tested: C-Free, VS2010, VC ++ 6.0, each compiler environment is different, the code should make some adjustments, the source code has comments.
fj543
2016-08-23
0
1
Use regular expressions to extract text content
no vote
VB code using a text or regular expression to match the contents of a text file to extract, extracted into many segments fit expression can be specified separated by a symbol displayed. Note that after establishing a VB project, reference the RegExp.tlb file only supports regular expressions.
fj543
2016-08-23
0
1
No more~