Questions tagged as 'visual-basic-6'

1
answer

Transitions, Effects for WinForms .NET

How to get the effects of fade-in and out, transitions, moves, and so on, in forms and their controls in VB.NET, natively or with FrameWorks?     
asked by 28.04.2015 / 14:37
1
answer

GUI Applications - Streamlined! As?

Hello, everyone! My mission is to give agility and fluency to a software ... leave it without those constant fights in each For ... For this I created a problem and would like to know if anyone can solve it. The solution will apply to a la...
asked by 26.05.2015 / 21:12
1
answer

Know the number of characters from the column size listview vb6

I have an api in vb6 responsible for generating reports from listview type components. It turns out that the report consists of a table with several columns that are mirrored in the ListView. The measure of the column in the report is given by t...
asked by 02.09.2014 / 14:08
1
answer

Converting a .NET algorithm to JS

Friends, I have a small problem in 'converting' an algorithm. In the algorithm in .net I have the following conditional structure: if (')' == caracter){ String item = pilha.Pop().ToString(); while (!item.Equals("(")){ re...
asked by 05.12.2014 / 14:53
0
answers

WebService VB.NET - Return list (of) without structure TAG

I have a need to generate an XML code returned through a WebMethod () in the following format. Notice the content within the TAG <user_list> , which must have a list (of) or an arraylist without grouping: <soap:Envelope xmlns:so...
asked by 30.10.2017 / 21:20
1
answer

Microsoft VBScript runtime error '800a01a8' Object required: '[undefined]'

I have a routine that was working normally in IE8, when updated to IE 11 it introduces me the following message:    Microsoft VBScript runtime error '800a01a8'       Object required: '[undefined]'       Microsoft VBScript runtime error '800...
asked by 14.01.2016 / 12:10
1
answer

Rename multiple files with VB6 Bank data

I have a table with the following columns ID , Cod and Nome , I have a folder with hundreds of images, these images are with the beginning of the name equal to the column Cod of the table, Cod Imagem ao0001...
asked by 22.01.2016 / 13:47
1
answer

Syntax error in VBA [closed]

I need help to solve a syntax error in Visual Basic Excel, the command is as follows: Application.ScreenUpdating = False Dim wsh As Worksheet Set wsh = Excel.ActiveSheet Dim data As String Dim r As Long 'The row index r = 1 Do data = wsh.C...
asked by 18.01.2016 / 02:20
2
answers

ComboBox and database connection

Good afternoon! I'm having some difficulties in submitting the combobox data in the listview due to an error that appears and I can not resolve.
asked by 04.06.2015 / 18:08
2
answers

Instantiate dll created in C # .net for VB6

I have a dll that I want to consume, developed in C #, and I want to load this dLL in VB6. How can I do this? What steps should I follow? Inside the VB6 code below you already have a call to this dll: Dim mail As New MamMail Body = Repl...
asked by 15.05.2015 / 18:57