Home
Products
B4A
B4i
B4J
B4R
Showcase
Store
Learn
General
Guides
Video Tutorials
Glossary
Teach
Blog
Forums
#B4X Discord (unofficial)
New posts
What's new
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Log in
Register
What's new
Latest activity
Register
Menu
Log in
Register
Install the app
Install
Welcome to B4X forum!
B4X is a set of simple and powerful cross platform RAD tools:
B4A
(free) - Android development
B4J
(free) - Desktop and Server development
B4i
- iOS development
B4R
(free) - Arduino, ESP8266 and ESP32 development
All developers, with any skill level, are welcome to
join the B4X community
.
Home
Tags
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
vba vb6 prefix mode
B
Android Code Snippet
VB6 VBA uses prefix mode and data structure of prefix mode.
因为使用VBA,使用了 b4a 的前缀模式传输数据。但是 我查了论坛没有找到VBA VB6的代码,但是有VB.net的代码。 但是 VB.net有很多VBA VB6 没有的新功能和函数。我用了很多时间去尝试。最终我成功的使用前缀模式发送文件成功。我希望分享我的代码,帮助新的朋友。 同时希望论坛能提供一下更详细的指导。 1、文件名的长度,VB6, 4个字符,32位(倒序) 2、文件名,vb6 string --> utf-8,长度为文件名长度 3、STREAM_PREFIX标志,vb6 4个字符,long(倒序) 4、文件数据长度,vb6(不支持)8个字符,64位,我只用了最后4位...
boy8199
Thread
Jun 5, 2019
vba
vb6
prefix
mode
Replies: 1
Forum:
Code Snippets
Home
Tags
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.
Accept
Learn more…
Top