visual-basic-6

Receive IRC client VB messages

Hello, I'm having a hard time getting the messages from an IRC connection made in VB, Here the code: The library has already ... ne) txtmessages.ScrollToCaret() lblmessages.Text = " Reading Messages." End Sub Https://github.com/MrDeppy/deppy

How to change the size of the Excel ActiveX checkbox?

I can't change the size of the Excel activex checkbox, is there any way to change the size as it is very small and the font size option is disabled, I really wanted to leave it the desired size?

How to find out how many slots / memory banks are being used in VB

I am developing a project in Visual Basic and would like to know how I can read the amount of slots / banks of RAM memory there is in use on the computer, also the value of RAM memory installed in each slot / bank in use, and the total RAM memory.

Visual Basic 2010 with link to access with images

Good Morning, I'm doing a school project in Visual Basic 2010 with the link to an Access Database on Football. But I want to ... computer, I wanted that now that the image was saved through a querie. I don't know if this is possible, if anyone can help.

Recurring errors generating a word file from fields in an excel spreadsheet (VBA)

Good afternoon, I have never programmed in VBA but I found myself in a need where I am needing to generate a word document fr ... ath_dest WA.Documents.Close linha = linha + 1 Next MsgBox ("Feito!!!") Set WA = Nothing End Sub