Search:
Type: Posts; User: xiaoyao
Search:
Search took 0.03 seconds.
-
if control have hwnd,like this:(but can't suppot label control)
Dim r1 As RECT
GetWindowRect Picture1(2).hwnd, r1
SetWindowPos Picture1(2).hwnd, 0, Picture1(2).Left / Screen.TwipsPerPixelX,...
-
i think there is a way to put vb.net ocx on vb6 forms
make a vb.net com dll,ocx,use on vb6 form1.frm
that's good
-
i want to move 1,not move to top or move to buttom
five controls in form1: text1,text2,text3,text4,text5
i want zorder like this,how to do? :
text2,text3,text1,text4,text5
-
how to use SendToBack,BringToFront in vb6?
-
and how to get zorder list for all window or (all controls in from)
if some controls in frame1,get zorder only in frame1:picture1,picture2
if text3 in picture2,no need list for frame1
-
text1,text2,text3,text4
how to change zorder by code?
text3 put down= text1,text3,text2,text4
tex1 put up=text3,text1,text2,text4
text1 movetop=text3,text2,text4,text1
like ado recordset ...
-
ansi to utf8
utf8 to ansi
base64
also need call api more times,do you have good idea?
Private Declare Function MultiByteToWideChar Lib "kernel32 " (ByVal CodePage As Long, ByVal dwFlags As...
-
BASE64 BY WINDOWS API
Private Declare Function CryptBinaryToStringA Lib "crypt32.dll" (ByVal pbBinary As Long, ByVal cbBinary As Long, ByVal dwFlags As Long, ByVal pszString As Long, ByRef...
-
How to realize the display effect of topology map by programming? And click the? Node to generate the coordinates of each event?
It's OK to use htm5, but there are too many JS components, but i...
-
A lot of people said GdiPlus.dll Only use CPU to calculate, can't make graphics card accelerate
Public Sub DrawBytesToPictureBox(ByRef PictureData() As Byte, ByRef picBox As PictureBox) 'support...
-
vfb(visual Freebasic) in china,It took the developer five years to develop it. The workload is very heavy. It's not in the name of the company. It's purely a hobby and the cost is huge. And there is...
-
MY mean :I WANT split a function to json,like :
function sum(byval a as long,byval b as long )
dim c
c=3
sum=a+b
end function
json like :
-
I mean how to translate VB6 project files, modules and window files into JSON database format. Parse Windows API into JSON data, want to do a code converter, or realize dynamic generation project,...
-
How to convert VB project to JSON file?windows api to json
*.vbp
*.bas
*.frm
convert to json file
-
vfb,5 years.(visual freebasic by chinese author "yong fang")
Personal development of an IDE, and to achieve most of the VB6 functions, very powerful.
The development of IDE is very boring, and...
-
vb6 Multithreading is very stable.
I used it for years and never had a crash.
-
Do you have a complete test example to upload?
-
Of course, when it comes to the calculation of large amounts of data in length and width, a good algorithm can increase the efficiency and speed by several times with 100% CPU or as much as possible....
-
YOU CAN USE CREATETHREAD API,
FOR I=1 TO 1024
FOR B=1 TO 768
***
NEXT
NEXT
YOU CAN USE 10 THREAD TO DO:
FOR I=1 TO 1024 STEP 100
CREATETHREAD addressof ThreadDoPic,i
-
some function by vc x64 fast then vb6 90%
maybe vb6 maked exe use 10 seconds,vc++ exe runs 5 seconds.
Is it true that the 64 bit program runs twice as fast?
I feel that the readability of VB6...
-
How many non-Chinese people can use Chinese?vfb IDE,At the beginning, we didn't consider writing an English version,So the English version is not very good.
。One person has developed and updated it...
-
https://www.freebasic.net/forum/viewtopic.php?f=8&t=28522&start=45
by oyster:
Re: New IDE:vfb(Visual Freebasic)Like vb6,vb7(Update 2020-04-30)
PostJun 03, 2020 5:36
In fact this software does...
-
For example, the development of small standard DLL, just to achieve some simple functions, basically error-free. Or some functions are developed in blocks, and then compiled uniformly.
-
(visual freebasic in china)vfb support x64,freebasic support Linux,Doesn't anyone like it?
-
you can try only use one table
-
you can create new task button on every TV
-
you can try PLC,by net 8 chanel support vb6 client
-
chrome,ie11 webbrowser support websocket client.
websocket server,you need some websocket dll,or use vb.net make a com dll for vb6
-
like vb6 /make C:\TEST.vbp?
make a test.bas,test.vbp,test.frm and run!
how to run vb.net code by vb6 command line or VB.NET COM OBJECT?
I WANT to make a code database,and quickly test it.
-
if you make a .net com dll,maybe you can call all .network.
or run vb.net code in vb6.exe
-
HTML 5,SVG ,can only run in local,by ie,webbrowser,edge
-
-
-
you can read by filemapping
-
-
Which language is the most difficult for a computer secondary exam?
If you rank the above five languages from easy to difficult: VB<python<java<C <C language.
1.VB language
Software can be...
-
How many countries do schools (high schools, universities) need to learn VB6 programming languages, computer grade exams? Not learning VB6 in China now, changed to PYTHON and other languages. Do new...
-
some vb6 code is very good,some vb6 bbs site closed,if code save or copy to vbforums.com ,it's great!
-
Imports Microsoft.VisualBasic.Compatibility
Private Sub Convert()
Dim picPicture As stdole.IPictureDisp
picPicture = VB6.ImageToIPictureDisp(PictureBox1.Image)
End Sub
-
Is there any other way to create GIF with VB6 or vb.net?
how to use、import .net frame method in vb6?
|
Click Here to Expand Forum to Full Width
|