Questions tagged as 'visual-basic-6'

1
answer

Delete button in a ListView

I have a problem with my delete button, that is, it works, but when I delete something from your ID, it does not automatically delete. I have to restart or add a new registry to delete it. Any suggestions? Below is the snippet of the code and...
asked by 07.07.2015 / 17:43
1
answer

WinSock (VB6) vs Socket in C #

I have a code in VB6 that uses MSWINSCK.OCX to send commands to an equipment, the code is below. But I have to switch to C # and am attempting to use the Sockets class, the problem I'm facing is that the C # program, using Sockets, is not gettin...
asked by 07.10.2015 / 21:23
0
answers

how to solve "object library not registered" VB6 [closed]

Suddenly, I can not use my programs anymore because of this message:    Object library not registered I can not resolve it.     
asked by 25.04.2015 / 19:34
0
answers

Use a .tlb that has a .net dll dependency

I've developed a library that uses% as itextsharp as a base, however this library I wrote in VB.Net will be used in a VB6 program, so it is necessary to generate a dll of it . I'm not sure what to do with dependency.     
asked by 18.02.2015 / 14:50
1
answer

Feeding codebehind list and displaying value in asp

I am first having deeper contact with an application in VB.NET. In case, I need to feed a list that I'm 'transforming into object' and later, display the same in my asp. I'm usually accustomed to working with C # in MVC and so I'm having serious...
asked by 04.03.2015 / 15:35
1
answer

Create dynamic menu in VB6

What seemed to be simple and easy became a nightmare ... The idea of a dynamic menu is simple. Simply create menus, items and sub-items according to the database. However, the tool available through visual basic 6 is quite limited and does no...
asked by 20.05.2014 / 16:21
1
answer

Open or form1 or form2 at the start of the winform program

I have a program in vb6 and it has two buttons - One mara scanner and another one to consult scanned images. I created a program in C # winform in which the project has 2 forms - one form1 for the scanner and another form2 for the queries of the...
asked by 12.07.2016 / 23:28
1
answer

Regular expression does not detect first entity

This expression: (?<=.*"")\s is not detecting the first space it should detect: <object name="Arrow" id="40" price="$400" description="Uma flecha comum."> The correct would be to detect the following: <object name="Arr...
asked by 20.09.2015 / 03:30
1
answer

Getting text into another text

I want to get a List(Of String) of text blocks, however there is a problem: { --isso é um bloco; echo "Aqui tem um } no meio";} And I would like to get this: --isso é um bloco; echo "Aqui tem um } no meio"; but it's coming bac...
asked by 16.06.2015 / 00:22
1
answer

How do I see the largest number of a set of numbers as well as their mean?

I need to create the code for a user to enter with an indeterminate number of numbers and then see the largest of the numbers and make their average. Each entry is made by clicking on the Confirm button (done in design ) < I then created a...
asked by 14.06.2015 / 18:31