Questions tagged as 'visual-basic-6'

1
answer

Convert AutoHotkey Script to C # or VB6

I would like to convert the following script done with AutoHokey : DllCall("shdocvw\SetShellOfflineState", "int", False) With this script I can "get" the Internet Explorer of the offline mode without user i...
asked by 23.02.2016 / 16:46
1
answer

How to get text from a Span with Class [VB.NET]

<span class="odometer-value">0</span> This is the code. I need to get the result "0" and put it in a Label. But sometimes you can have ex: 10 (2 numbers) and the code will be: <span class="odometer-value">1</span&g...
asked by 30.10.2018 / 18:22
2
answers

Listview in vb6? [closed]

I started programming with this language and would like a help on how to display data that was inserted into a textbox in a listview in vb6?     
asked by 14.07.2016 / 16:43
1
answer

Inserting Items into a Vb6 collection [duplicate]

Good morning, people. The circumstance is as follows. I created a Type and it has its attributes. I would like to know how do I insert data into a collection (in Vb6). For example: I created the Type Person that has a first and last name attri...
asked by 23.04.2014 / 15:10
1
answer

How to convert a VB6 project (.vbp) to VB.NET (.vbproj)? [closed]

I decompiled an application in VB, but it was not .NET, it was VB6. I would like to know how to convert since I already used the VbTo Converter and it crashed into one of the files.  I look quickly for answers: /     
asked by 17.02.2017 / 00:10
1
answer

Generate code (like option value)

I'm developing a "program" in visual basic, but I'd like to get some information. Do you know those HTML options values that we select and it generates something? Let me give you an example: link / link I'd like to know how to do this in...
asked by 26.09.2015 / 16:39
2
answers

Fill in a multiline-textbox with all the items in the list of a combobox

What about people all right? How do I get Fill a textbox with all the items in the list of a combobox in a textbox, where combobox items can be variable come from different places. Itwaslikethis Code:ForEachLinhaInobjClasse.atividades_sec...
asked by 06.09.2018 / 00:39
1
answer

Strange symbol in txt that prevents SEFAZ from reading .txt

I am generating a .txt file with information from an electronic invoice, it is imported into the free government application SEFAZ for note generation. genexus is generating the .txt file with special characters. When you do the p...
asked by 20.12.2014 / 13:23