Search:
Type: Posts; User: xiaoyao
Search:
Search took 0.03 seconds.
-
SHA256 CODE:
Function HMACSHA256(strToSign As String, strKey() As Byte)
Dim lngLoop As Long
Dim oUTF, oEnc
Dim HMAC() As Byte
Dim lastrow As Long
On Error GoTo err_handler
-
VB6 CODE
Function HMACSHA256(strToSign As String, strKey() As Byte)
Dim lngLoop As Long
Dim oUTF, oEnc
Dim HMAC() As Byte
Dim lastrow As Long
On Error GoTo err_handler
-
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.***
-
what about this?
COM: Handle Late-bound Events within Visual Basic Using an ATL Bridge | Microsoft Docs...
-
GOOD CODE
events for late-bound objects.ZIP
-
Option Explicit
Dim ExcelApp As Object
Private Sub Command1_Click()
Set ExcelApp = CreateObject("excel.application")
Advise ExcelApp
ExcelApp.Visible = True
...
-
how to get args name,args type?
180234
-
you can setup vb6 on win7 x86,64bit ,and make two exe like:
main.exe
main_x86.exe
-
VB.NET CAN'T SUPPORT TLB FILE?
if vfb (visual Freebasic IDE) want to use com dll,or ocx,need write a bas file to call activex object:
AND someone make a tool auto make bAS FILE FOR call cOM OBJECT....
-
you can list all rot object ,so you can getobject
-
i'm chinese,I just registered as a member of this website. Let us learn together. Thank you for maintaining the forum.
your website htm is error for language :
<html...
-
VB6 is a commercial product, VB.NET was subsequently developed, and VB6 was abandoned. Even the earliest developers are required to keep secrets, so no one knows how VB1.0 to VB6 were invented.
As a...
-
for best ,you can use english and Russian ,two language
-
-
maybe can use iASP2.1.01?
LoadModule iasp_module "C:/IASP2101/bin/apache/win32/1.3.20/iasp.dll
-
Dim httpd
Shell.Service.RunService 'GBServer', 'Lilo GBServer', 'Powered By Netbox'
Sub OnServiceStart()
Set httpd = CreateObject('NetBox.HttpServer')
If httpd.Create('', 8000) = 0 Then
Set...
-
http://www.netbox.cn/nbsetup.rar
like this software[ netbox ],1.8MB
-
how to load ocx in vb.net ,without 2 DLL?
AxImp.exe Activex_Filename.DLL
Activex_Filename.dll和AxActivex_Filename.dll
-
using an array of Bytes present in VB6?
it'S only pointer like:
public BT(10000) aS byte
ptr=varptr(BT(0))
-
maybe dx11,3d,you need use vc,vc++
Perhaps python will be more convenient in the future.
it'S suport websocket ,ws,wss ,opencv 。
In China, we have removed vb6 from the computer rank...
-
yes,but i use 360chome.exe in china,it's hook IE,and can't get hwnd
Private Declare Function IUnknown_GetWindow Lib "shlwapi.dll" (ByVal punk As IUnknown, ByRef phwnd As Long) As Long
...
-
Set oIE = CreateObject("InternetExplorer.Application")
how to get hwnd from oIE
-
can't run in chinese version vb6?sp6?
-
Datalist:
ID STR PRICE
1 ABC,11 12,345
2 S2 17
3 S3 25
CSV FILE format:
ID,STR,PRICE
1 ,"ABC,11","12,345"
2 ,S2,17
-
You can use ado to read csv file ,insert or edit,delete
-
Datalist:
ID STR PRICE
1 ABC,11 12,345
2 S2 17
3 S3 25
CSVFILE:
ID,STR,PRICE
1 ,"ABC,11","12,345"
2 ,S2,17
-
like this:
Option Explicit
Private Declare Sub CopyMemory Lib "kernel32" Alias "RtlMoveMemory" (Destination As Any, Source As Any, ByVal Length As Long)
Private Declare Function VirtualProtect...
-
cdeclFix without addin:
writeprocessmemory by asm code:for fix esp,Stack balancing.
dll api:cdecl function:sum(a,b),result=a+b
vb code:
sub...
-
GitHub - imxcstar/vb6-miniblink-SBrowser: Miniblink control made with vb6 encapsulates all APIs of miniblink free version
https://github.com/imxcstar/vb6-miniblink-SBrowser
Miniblink: the...
-
GitHub - weolar/miniblink49: a lighter, faster browser kernel of blink to integrate HTML UI in your app. A small, lightweight browser kernel to replace wke和libcef...
-
more times,i no need rc6.dll.
but i need Chromium or edge ,or miniblink (by Chromium),so if only one dll vbedgeCom.dll or stdcall_edge.dll,
i think it's best
if it's make ocx control,i think it's...
-
YES VFB WITH MINIBLINK webbrowser,chrome core ,node.dll
-
you can use vb.net make a com dll,with controls,like a ocx.
dim a as vbnet.ocx1
ocx1.puttoHwnd(picture1.hwnd)
-
WHO WANT A vb6 coder by internat,please contact me
-
find work,or manager for company,IT'S GOOD
-
how to download the sample zip file?
-
VFB ide itself USE "SciLexer32.dll",VERSION DATE:2019-4-月25日
findwindowex ,it's classname "Scintilla"
180125
ClsScintilla.inc
'控件类
#include Once "modScintilla.bi"
-
if you make a.exe for insert data.make b.exe for check
you can insert NewData to table1,table2
main table is "table1"
so you can checkdata from table2 ,may only 3 recoredset.
when readok,delete 3...
-
USE [mpe_db_Data]
GO
/****** Object: StoredProcedure [dbo].[P_GET_HttpRequestData] Script Date: 2015-07-23 15:27:52 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
ALTER PROCEDURE...
-
create trigger delticket on ticket after insert as begin
,you can use xmlhttp in trigger,OPEN 127.0.7.1:3344 IN VB6 FOR LISTEN
|
Click Here to Expand Forum to Full Width
|