Questions tagged as 'visual-basic-6'

1
answer

Writing TXT formatted through VB6

I'm trying to copy the structure of a GRID / Table inside a text file, including copying the structure of the cells (Table). However, I can not align the columns in the text file, although it has a default size for each column. The process...
asked by 04.08.2014 / 18:54
1
answer

How can I get the BIOS SerialNumber [closed]

I am searching and can not find a function in VB6 to get SerialNumber from the machine's BIOS running the system. Can anyone help me?     
asked by 08.11.2018 / 19:35
1
answer

Radiobutton is loose on form

I got a project and the screen has 3 radiobuttons. I needed to add a room. I went into the component palette and gave two clicks. Making the appropriate changes, such as caption, position I circled the program and when I click on one of the thre...
asked by 27.04.2017 / 19:30
1
answer

Password lock after 5 attempts

I created the routine that counts the number of attempts of the user to login to the system, if the password is lost five times the system blocks the user. But my code is not taking into account the user code (access login), that is, always putt...
asked by 31.10.2016 / 02:15
1
answer

Datagrid for textbox

Good People. I have a DataGridView where I have the id field. The id is currently filled with 10 values, ie the last number to appear in my DataGridView is the number "10", and I want to have a TextBox where...
asked by 28.04.2016 / 13:51
1
answer

Create form and gridView dynamically with VB6

I need to create a form dynamically by code and add a gridView and a button to that form, can anyone help me?     
asked by 05.05.2016 / 16:58
1
answer

How to pass listView items to text

I have a listView with some items and columns, I would like to know how to pass everything to a textBox, in the form of text itself. Example: The table: ID NOME IDADE 0 Luis 47 1 Juca 69 In the TextBox: 0 Luis...
asked by 24.01.2016 / 17:41
2
answers

Generate text from a combobox

I'm creating a program: I'dliketoknowhowIcangenerateacodebyselectingoneoftheitemsinthecombobox.Forexample:Iselecttheitem"Issue resolved" in the textbox would appear "Issue marked as resolved". Thank you in advance.     
asked by 03.10.2015 / 23:26
1
answer

How do I disable all sounds in a WebBrowser? [closed]

Is there a command to disable all sounds of a WebBrowser in Visual Basic 2008? I would like to mute you so you do not touch the sounds of Youtube videos.     
asked by 08.09.2015 / 03:00
2
answers

Distribute programs without losing the path / path at the time of execution

Good evening friends, I have a difficulty, my project is a button that when you click it opens an executable, I want to publish my project together with the program without losing the path at the time of running on another machine ..     
asked by 19.06.2015 / 02:56