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...
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...
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...
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...
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...
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...
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...
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...