Questions tagged as 'vb.net'

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 / 18:23
0
answers

connect by socket Java server and .NET client

Hi everyone, I'm trying to connect two computers per socket ... the server has services in java and the client is in visual basic ... I downloaded libraries to recognize java methods and my class that calls the socket is like this : Public Sha...
asked by 27.10.2018 / 04:09
1
answer

Display data in a gridview using Items.Add in webforms

I am trying to show data that I bring from a database by the property of items.add but it is marking me an error that says:    "Items is not a member of gridview." grilla.Items.Add(New ListItem(dtsBanco.Tables("Eventos").Rows(i).It...
asked by 26.10.2018 / 19:40
0
answers

Call a crystal report report on vb.net

I would like to call a report of crystal report from a visual application basic.net to this report it is sent two parameters     
asked by 25.10.2018 / 21:31
0
answers

Can not read property 'UI' of undefined

Very good to everyone. I have a problem with an aspx application that I am doing. A while ago I realized that in the Chrome console gives me this error.    Uncaught TypeError: Can not read property 'UI' of undefined       at Array. (center...
asked by 22.10.2018 / 12:52
0
answers

Error consuming WebService with Vb.Net

I am consuming a web service, by giving the url in the browser if I see the xml with all its methods but when I consume it, it throws this error:    The server was unable to process the request due to an internal error.   For more information...
asked by 24.10.2018 / 19:13
0
answers

Send postman list

Good evening friends I would like to know if someone can tell me how to send a list of objects by Postman. Thanks for your collaboration     
asked by 24.10.2018 / 00:07
0
answers

Problem in inserting an intermediate table

I come to bother you with a problem I have these three tables Boarding vuelo documento tipodocumento luggage nroequipaje peso luggagepacker nroequipaje documento tipodocumento I'm doing a program in visual basic and I hav...
asked by 20.10.2018 / 00:02
1
answer

Method that in visual basic does not take parameters as it is done in C #

I'm doing the following code conversion from vb .net to c # Thread hilo = new Thread(AddressOf ConcatenarArchivosHilos); hilos.Add(hilo); where ConcatenarArchivosHilos has a parameter of an integer array Private Sub Concatenar...
asked by 18.10.2018 / 19:12
0
answers

Obtain weekly working hours project manager type in .net (c # or vb.net)

The problem is the following: The total time of a task must be calculated; given a day with time (for the beginning) and a time allotted for the task.  Eg it starts on October 15, 2018 at 2:00 p.m., a task that will last 33.5hrs. It should be ca...
asked by 15.10.2018 / 23:37