Questions tagged as 'vb6'

0
answers

VB6 control listview - ordering

In my work I have to retouch a utility of many years programmed in vb6 ... all very well, except that I had forgotten the listview control, which only orders by strings. I have searched and tried many functions ... I could not find one that work...
asked by 01.03.2018 / 14:30
0
answers

Visual Basic 6.3 (in Excel) - Burn to file in different columns

I'm working with Visual Basic and from a form, after entering 2 data, I need to record the same in a file. My problem is that when I burn it in an .xls, it inserts the data in the same column: What I need is for the first Data to go...
asked by 20.06.2016 / 17:13
0
answers

Generate digital signature Google maps statics api

Where can I find the operations performed by the algorithm (HMAC-SHA1) that uses Google maps api to obtain the signature that is incorporated at the end of the URL's? I want to program in Visual Basic from the URL and the "secret of signature of...
asked by 24.11.2017 / 13:32
1
answer

How to add different options in several lines of a TextBox by selecting from ListBox VB6?

I'm new to Visual Basic 6 and I have a question, I've been trying for a while to make a ListBox that "prints" the selection of the list in a TextBox and I could not find the solution until today with one possible I created a command button with...
asked by 18.10.2017 / 15:44
1
answer

How to know if a record exists

I work with vb6 and sql server, I need to know if a record exists for that I have a class to connect to the database. Public cn As ADODB.Connection Public rs As ADODB.Record Public Sub Conectar() Set cn = New ADODB.Connection Set rs = New...
asked by 09.08.2017 / 06:31
3
answers

Move and display textbox in VB6

how are you? I have in Visual Basic 2 checkbox. By selecting any of them below a textbox is enabled to complete with text, and below I have other objects that for the example are irrelevant. The problem is that both textbox occupy place in...
asked by 21.04.2017 / 14:53
1
answer

Not Valid Characters Vb6.0

I have an error in visual basic 6.0, says Error characters not valid in path, I share the code to see if anyone knows what that error is. Call tim.procesaCfdi("C:\Entrada\aaaaaa.cer", "C:\Entrada\aaaaaaaaa.key", "xxxxx", "xxxxx", "[email protected]...
asked by 11.04.2016 / 18:28
0
answers

Vb6.0 Open an array of Images

I'm trying to save a list of image names and then open them, but it does not work. "For now, just open an image of each guide." You can help me, this is my code. Public Function ObtenerImagePath(id As Long) As String Dim rtn As String Di...
asked by 19.12.2018 / 19:08
0
answers

As I could send a message containing HTML from VB 6.0, I can send the message but I can not with html

Open "ruta donde esta el archivo txt" For Input As #1 Dim Linea As String, Total As String Do Until EOF(1) Line Input #1, Linea Total = Total + Linea + vbCrLf Loop Close #1 Open "ubicación donde esta en .txt pie del m...
asked by 28.11.2018 / 20:49
1
answer

Error moving function from vb6 to VB.NET

I am moving a function that is programmed in VB6. Public Function funPeriodoActual() As String Dim strCadena As String Dim strConexion As String Private cnConexion As ADODB.Connection Private rs As ADODB.Recordset Private s...
asked by 30.10.2018 / 19:23