Questions tagged as 'visual-basic-6'

2
answers

Import Itaucripto DLL in VB

Hello, I am deploying the second via itaú ticket, however I am trying to work with ASP.NET VB and I do not have much knowledge in this language. I have done everything right and it is working locally, but when I go up to my hosting in Locaweb I...
asked by 26.02.2015 / 21:28
2
answers

How do I make a TextBox field only receive integer values in VB6?

How can I make a field of a textbox only receive integer values?     
asked by 09.05.2014 / 14:19
1
answer

Run-time error VB6

I have a DLL that was created in .NET and I need it to run as COM +. .NET code: using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace thiago.dll.NET { public class dllNET { public...
asked by 04.02.2014 / 17:03
2
answers

Does it make sense to use an api to access another api? (bematec one in case)

I was asked to make an API here where I work to be able to integrate some systems with nfce. For that, they hired the api one. More information here: link . The real question is how and why should I make an API to access another API? Would n...
asked by 17.08.2018 / 20:30
1
answer

Rollback transaction does not work as expected

I've recently been implementing a request sequence in Visual Basics, and would like to rollback when some fail. So I did the following: Public Class DAO Dim connection As New MysqlConnection Dim command As New MySqlCommand Dim dr A...
asked by 18.01.2017 / 19:55
1
answer

Public Type (VB) for Java

I have a project that runs in vb and I have to move to Java, in a certain part I have the structure declarations. My question is: What is the best way to do this in Java without loss of performance? The files I have to read are large and will...
asked by 09.03.2017 / 18:46
1
answer

Publish Visual basic error

Good evening, friends. I'm having a hard time compiling my project. He has this error. What can it be?     
asked by 01.07.2015 / 02:08
1
answer

Visual Basic 2013 - Form can not access / modify data from a Module

My problem is this. I have this module that contains an integer variable and this variable is accessed by a form that changes its value, as the code below shows. Module Module1 Public frm1 As New Form1 Public frm2 As New Form2...
asked by 27.10.2015 / 01:10
1
answer

Disable Scrollbar from a Form MDI Container

Does anyone know how to prevent Child Forms from moving across the screen and displaying a scrollbar? I wish there was a limit to move the Child Forms ... That they only move up to the size of the screen and do not pass it I do not wan...
asked by 01.06.2015 / 22:53
1
answer

Insert objects into an Array without copying them

Is there any way I can put items in Array without multiplying them? I'm trying the following. I want to add the items from the MethodList list in the toAdd list, but without repeating what is in the sourceItems list:...
asked by 04.06.2015 / 02:39