tutorial links
Hello Chaps, I am new to VB. I would appreciate links to VB tutorials. I am working through A Microsoft tutorial -which are very good - but i cant seem to get through to someone who i can ask...
View ArticleEditing a text file
Hi, I've been trying to implement these instructions from John Jcilhinney for a few days now... Quote: Re: Edit a text file. The whole point of resources is that they are not separate files, but data...
View ArticleVS 2019 Copy part of a pdf and stamp onto another one
Hi I need to grab part of a pdf and stamp it onto another pdf. I'm using itextsharp in vb.net to: 1. Resize the 'from' pdf to a new 'crop' file with cropbox, mediabox etc set to the area I want to grab...
View ArticleWindows Authenticode signed attribute verification
Hello, I am trying to implement digital signature verification of PE files without using WinVerifyTrust. When I check the signed attributes (AuthenticatedAttributes) field, I get a different hash than...
View ArticleVS 2019 [RESOLVED] remove Listview column sortorder
I have a windows form with a Listview. When I click the header of the listview an arrow is shown to indicate the sorting order. Code: Private Sub ListView1_ColumnClick(sender As Object, e As...
View ArticleVS 2013 help in reading a direct link and displaying it on localhost
I encountered a problem when I programmed a program that reads live mpd links and then converts them into localhost links -Problem that succeeded in this idea, but the channel does not work on a player...
View ArticleVS 2015 Selecting cyphers for TLS 1.2
Hi there! Probably very simple. I set ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12 to be compliant with the authority with which the application communicates. But now, the...
View ArticleVB6 text shadow, text outline, text stroke
Want to add a caption to the picture, how to write code to achieve text outline or shadow? Like black fonts with white edges. Or add a translucent mask to it.For example, there is a picture control, in...
View ArticleHow to get the effective area of the picture by vb6?
A PNG image with a transparent channel, for example, where does the left start with pixels and the top start with pixels? Add a border to the active area of the image.
View ArticleA collection of text effects by vb6(Luminous Fonts, etc.)
Like hollowed-out fonts. Text drawn with a picture as a texture. Add a reflection to text Want to design a rich textbox control.
View ArticleFind Transparent Grid Controls for vb6(Activex ocx)
I like transparent things. like datagrid,vsflexgrid Do not know how many controls(Not just grid controls) can set the background image, you can set the transparency and so on properties. Transparent...
View ArticleHow to create all VB. Net controls dynamically with VB6?
It would be nice to be able to create controls, objects, and run code dynamically. You can use an intermediate VB. Net control and com object.Of course, the best way is to get rid of the. Net...
View ArticleHow to Get the Guid, CLSID, of a Control on a Form in Code by vb6
I want to create controls dynamically.But I don't know, the GUID of each control What code can control all the objects on the computer all out. like Set oControl = Me.Controls.Add("Shell.Explorer.2",...
View Articlehow 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