how to remote call dll api or address with vb6?
For example, there is an addition function in a 64-bit program that exposes the memory address. How to call it in a 32-bit program? Code: function sum(a as long,b as long) as long 'it's a 64 bit exe...
View ArticleCombining method for math
Hi everyone! I'm having a hard time trying to figure it out a new coding method for my new program using vb6. For example adding only three combination numbers to have = "9" using only numbers from 1...
View ArticleWindows 3.11 Remover StartupLogo
Hello to all forum members on one of my ideas today I thought about removing the startup logo many would say to use calmira but I just want a black screen before windows start so going back I found the...
View ArticleVisual Basic 4.0 (FACE RECOGNITION) for Windows 3.11
there is facial recognition with visual basic 4.0 to use on windows 3.11 this would be fun even if not effective or necessary, that is to say the fact of recording a video of the camera with vb4 on...
View ArticleVS 2013 [RESOLVED] Mouse Hook Malfunctioning
Hello everyone, I am facing a small issue, tried a lot but couldn't find any solution: Have a look on my code : Code: 'Declaration 'For MouseHook Public Declare Function GetAsyncKeyState Lib...
View ArticleVS 2013 Get activate application name and details
Hello everyone, I developed a form, this form is active all the time in windows task bar. I am looking for a solution, on every minute, get the name of application on which active user is working. Like...
View Articlesimulate MAC system desktop and IOS interface BY VB6 CODE?
How to use VB6 to write code to simulate MAC system desktop and IOS interface How do I want to simulate the MAC interface? 1. Make a function of blurring photos. Any picture can be made into MAC...
View Article[RESOLVED] visual studio 2019 has which version of visual basic?
hello chaps I am learning visual basic and i want to buy a book My version is the one packaged with visual studio 2019. how can i find out which version of visual basic is the one in this package I can...
View ArticleVS 2015 image vb.net
hello i put image on picture box give me error GDI how i solve this problem
View Articlehow to add Vb.net Usercontrol to vb6 Forms?
how to add Vb.net Usercontrol to vb6 Forms?
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 ArticleIbm xt relíquia corrompida
AT MY IT SCHOOL HAS AN IBM XT, THANKS TO A USER I REMEMBERED IT BUT WHEN HE GIVES THE LOGO OF IBM GREEN SOON SEE SEVERAL ANCII CODE, THE SYSTEM IS CORRUPT IF I PLACE A DISKETTE WITH NEW MSDOS AND LATER...
View ArticleVS 2019 Font size changed after using LiveCharts.WinForms.GeoMap()
I am using a GeoMap from LiveCharts in my application that shows the worldmap. When I open the form that displays the map all the other forms in my applications start using a completely different (and...
View Article[Win10] I will delete files from my system32
I will delete files from my system32, I would like to leave my system32 only with files that run windows and some non-complex .exe is there a program that erases everything from system 32 and leaves...
View ArticleHow to change a VB6 Control Type (Designer view) to another type.
Hi! I'm new here and w/ VB :) Today I am working on a legacy Annotation application used by our engineers throughout my company. I have successfully installed VB6 and all pre-reqs. I have registered...
View ArticleSwtich 2 PC with Keyboard and Mouse
Hi. MY Hardware Switch is glitching again so I had a run on searching for a software mouse and keyboard switch. https://www.pcmag.com/how-to/how-to-...oard-and-mouse Anyone tried one of these? I...
View Articlehow to make tlb by vb6 for Declare windows api
The exe that refers to tlb, the import function adds GetMem8, and there is no DllFunctionCall, so the function call of GetMem4 will be quite fast (because the function of Declare first calls the...
View ArticleHow does VBS call ACTIVEX DLL generated by VB.NET
How does VBS call ACTIVEX DLL generated by VB.NET? How to deal with data type conversion? like sum(a,b),sum(33,44)=77 vbs: Code: dim obj,v obj=createobject(**) v=obj.sum(33,44) msgbox v'it's ok msgbox...
View Article.NET visual form designer, only 50 lines of code!!!
Copyright statement: free commercial use, but the source URL link needs to be kept CODE IS C#,I CHANGE TO VB.NET BY SHARPDEVELOP 4.4 The article is reproduced in....
View ArticleIs there a 62-ary algorithm?
Is there a 62-ary algorithm: 0-9,a-z,A-Z 0azAz represents a decimal Then how to convert between decimal and 62
View Article