Questions tagged as 'basic'

3
answers

What does "Dim" mean in Basic?

OK, most programmers (I think the biggest of the majority) of Basic (popular Visual Basic compiler) know what the use of Dim is, but I also believe they do not know What does that word mean ... The keywords in Basic are so obvious (ot...
asked by 30.06.2016 / 07:20
1
answer

Visual Basic Excel - Delete an array name

I'm here with some problems, I never moved in Visual Basic and was seeing if it helped me to make a listing that I have in Excel faster (Through Visual Basic Excel). It's very simple, I just want to look in the array if you have a word that h...
asked by 29.07.2015 / 19:12
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
0
answers

Motion control in VB

This is the movement code: Private Sub Form5_KeyDown(sender As Object, e As KeyEventArgs) Handles MyBase.KeyDown If e.KeyCode = Keys.W Then Label46.Top = Label46.Top - 6 End If If e.KeyCode = Keys.A Then Label46.L...
asked by 04.03.2017 / 23:05
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