Questions tagged as 'vb.net'

1
answer

Change label text while looping on server

I have a screen that does a lengthy processing, and there is a for that every next , I want to set a label for the user to see the process. p> I know it can be done by ajax, but I did not find anything as an example. Can anyone help?     
asked by 02.06.2015 / 19:17
1
answer

Automatically select field

Personal I have a field: IsettoautomaticallyfillinVB:Me.WebBrowser1.Document.GetElementsByTagName("select").GetElementsByName("NW_State").Item(0).SetAttribute("value", "AK") But it's not going to work, I've tried it in many ways.     
asked by 27.04.2015 / 07:54
1
answer

Error using MapPath 'http: / .. is not a valid virtual path.'

I'm trying to open a file on page_load through a ReturnCam () function that returns the URL of the file. reEditorContrato.Open(MapPath(RetornaCaminho(CodigoArquivo))) obs: reEditorContract is an ASPxRichEdit control from DevExpress Th...
asked by 24.03.2015 / 16:09
0
answers

Use a .tlb that has a .net dll dependency

I've developed a library that uses% as itextsharp as a base, however this library I wrote in VB.Net will be used in a VB6 program, so it is necessary to generate a dll of it . I'm not sure what to do with dependency.     
asked by 18.02.2015 / 14:50
1
answer

Publish WCF service in IIS with test environment

I created a webservice using WCF .NET 4.0, and hosted it on IIS from our local server (when everything is ok it will be migrated to a web server). In the winform application I was able to consume the method without problems, however I'm trying t...
asked by 11.12.2014 / 20:31
1
answer

Feeding codebehind list and displaying value in asp

I am first having deeper contact with an application in VB.NET. In case, I need to feed a list that I'm 'transforming into object' and later, display the same in my asp. I'm usually accustomed to working with C # in MVC and so I'm having serious...
asked by 04.03.2015 / 15:35
1
answer

Check Box to call function that switches language

I'm having a question on a .aspx screen that generates a report in grid and I need to make it when checking in a checkbox and clicking the Generate button the report is generated in English. To generate this report I have a report cl...
asked by 02.05.2014 / 20:47
0
answers

Calling a javascript function to execute a logic with data I extracted from html

I'm getting some data from an html and I need to call a Javascript to generate a parameter with the data I got in html. How do I call Javascript to execute its logic with extracted data within a class? Javascript is below. Note that the progr...
asked by 05.02.2015 / 19:32
1
answer

Filter DataGridView by Interval Between Dates in VB.NET

I'm new to programming and I'm finishing a job, but I have a problem that I've been experiencing for weeks and I have not been able to solve it. I created a simple system that registers the OSs (work orders), and in a form I put a datagrid...
asked by 03.10.2014 / 20:25
1
answer

Do "Publish" and set prerequisites for running application

I'm developing an application (vb.net) that contains Krypton elements. After doing "publish", I compressed and sent a person to test it. However, that person has replied that he can not run the application because he lacks a component: "Compo...
asked by 10.02.2014 / 10:46