Questions tagged as 'visual-basic-6'

1
answer

Confirm that user has already registered VB

I'm developing a Visual Basic application, where I insert the records into a database in sql server, these records are shown in the form to the user in a datagridview, and I want to confirm whether the record is already done or not , or if the f...
asked by 14.03.2016 / 13:57
1
answer

SqlDataReader Not Closed?

Imports System.Data.SqlClient Public Class F_Contentor Dim F_Topo As New Form2() Dim F_Principal As New Form3() Dim Prof_Ses_Nome As String Dim Prof_Ses_Id As Integer Const cs As String = "Data Source=D01PC1\SQLEXPRESS;Initial Catalog=Desinov...
asked by 21.01.2016 / 10:44
1
answer

How to publish a project with Database

Good afternoon! Today I finally finished my project and have to create an executable. At the moment I am using Microsoft Visual Basic 2010 Express and in fact I after publish I get to use everything normally. To test to see if everything was...
asked by 02.07.2015 / 16:55
0
answers

how to access a 64-bit SQL

I have a software in% with% 32 bits , in a 32-bit station by accessing a vb6 64 bits on a 64 bits server. How to create ODBC?     
asked by 15.07.2015 / 21:28
0
answers

Program with memory consumption above 500MB because of many images

Hello! I sought solutions to my problem here and elsewhere and did nothing. Codes and more codes to reduce memory and nothing ... I'm a beginner on programming and do not fix my mistakes, we're here to learn :) My problem is this: I have a VB...
asked by 02.06.2015 / 00:46
1
answer

Doubt in BeginTrans - RollBack - CommitTrans

Good morning, I have some questions related to the Transactions control: BeginTrans - RollBack - CommitTrans. I was currently using VB6 and the doubts arose: 1 - The Transactions controls when performing a RollBack, returns table structure...
asked by 04.03.2015 / 14:22
1
answer

Storing DataView values in a List [closed]

I'm maintaining a discount system for a customer, it was ready but not functional, I just applied discount validation if there was a single item. What I need is to build a list that will be used by a query to query the database. Dim produ...
asked by 27.10.2014 / 18:03
2
answers

Move images in VB6

Option Compare Database Private Sub Command0_Click() Do Until Me.Width < 4000 Let Image1.Left = Image1.Left - 5 DoEvents Loop End Sub As this allows you to move the image from right to left, how do the image to rotate t...
asked by 05.06.2014 / 14:00
1
answer

How to sort listview according to a specific column

I have a listview that shows more or less the following: ID NOME IDADE 0 Luis 19 1 Julio 33 2 Marcio 27 The problem is that when the ID arrives at 10, the listview starts putting the 11, 12, 13 ... before the 2, g...
asked by 08.02.2016 / 00:31
1
answer

Convert VB6 application to C # WebForms with Entity

I have an application in VB 6 and would like to migrate it to WebForms preferably using c# with entity . I would like to know if there is any tool that will help me in this conversion (migration).     
asked by 23.02.2015 / 18:21