Questions tagged as 'vb.net'

1
answer

Error in searching in DataGridView

Hello, I have a Textbox where I insert a name automatically searches the DataGridView with data from the employees, for example if I type the letter "a" it will appear all the names beginning with the letter "a" but if the DataGridView has no nam...
asked by 26.03.2018 / 16:35
2
answers

Why is the term "Private" in .NET? [duplicate]

Declaring variables without specifying the access level of the variable in C # and Visual Basic .NET ends up making private , only the type / location where it was created can access and / or modify it. However, there is also the keyword p...
asked by 22.02.2018 / 04:00
1
answer

Error in Visual Studio Installer Dll

I have the following problem: when I go to build the visual studio installer project to generate the installer, it returns the error: Icanseethedependenciesofalltheotherdll'sandwhenIclicktoseetheonesofthatdll,itreturnsme:     
asked by 16.02.2018 / 13:52
1
answer

How to know the license of a given module in ERP PRIMAVERA V9 [closed]

Is there a method in the PRIMAVERA ERP v9 API to know if a particular client has a license for banks?     
asked by 22.02.2018 / 13:07
1
answer

How to get all the public properties of a class in the order they were declared in VB.NET

I am creating a library to validate the Fiscal SPED in VB.NET and to speed up the process of creating the lines, each class already has its predefined attributes and in the order according to the documentation, as in the example below: p> ' REG...
asked by 23.01.2018 / 13:40
1
answer

Replace "Web Browser" vb.net

I want to change the default browser of visual studio, I would like to use another to run some scripts that are having problems in internet explorer. I would like suggestions and examples of how to do this. Thanks in advance.     
asked by 16.01.2018 / 20:55
1
answer

Prevent, confirm or dismiss in javascript alerts on a VB.NET webbrowser object

I'm experiencing problems with javascript alerts in my webbrowser. I am creating an automation and after submitting to some pages in the webbrowser, javascript alerts with the protocol generated by the page, however with the alert opened the web...
asked by 20.12.2017 / 13:53
1
answer

Lease numbers financially

I'm building a basic payroll system in VB.NET, and for example, when I split 2500 to 220 the result will be 11,363636363636363636363636363636 . How can I do a rounding, for example, to get results with% of two houses after...
asked by 15.11.2017 / 23:21
1
answer

WEBSERVICE ASP.NET Method not found

I have a problem with a webservice that I created and I tried several options and I could not solve it. I have a list of Methods available as shown below WhenIselecttheVAPSmethod,theformforfillinginthefieldsappearscorrectlyandifIfillinand...
asked by 23.10.2017 / 17:28
1
answer

Flood Visual Basic

My goal is for the person to enter a text. Let's suppose that in a textbox with multiline=true , and in that text, with each line break, this row is treated differently, type, with each phrase in textbox I can perform a diffe...
asked by 19.10.2017 / 01:52