Questions tagged as 'vb.net'

1
answer

Google Maps api vb.net

I'm working with the GoogleMaps API , and I have the following problem. I have a map that works correctly in IE : Changingyourbrowser,forexampleChrome,themaplookslikethis: Does anyone have any suggestions to work around this problem?  ...
asked by 06.09.2017 / 13:33
0
answers

VB.NET + PowerShell

I would like to create a program in VB.NET that executes the following code in PowerShell Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"} I created a .ps1 fil...
asked by 10.08.2017 / 13:09
0
answers

Run background application

I have an application developed in VB.NET that has several routines that are started with a timer. It is available in the console application. The user does not interact with the console. What the application runs in the background. Actually...
asked by 17.07.2017 / 14:55
1
answer

How to use getElementsByClassName on an Internet Explorer object in VB.Net?

I'm trying to use a getElementsByClassName in an Access macro. You're experiencing an error on the line: If ie.Document.GetElementsByClassName("msgErroAdic").Length > 1 Then Being Dim ie as Object and Set ie = CreateObject("Int...
asked by 17.04.2017 / 18:59
0
answers

Break page in PrintDocument in VB.Net

I need simple help I'm doing a simple report with PrintDocument , but I'm having a hard time making it look at several pages. According to the record that is displayed in my datagrid . Any idea that might be useful in this process...
asked by 10.04.2017 / 20:52
0
answers

Newtonsoft.Json 'JArray.cs' does not exist

Using VB.NET and Newtonsoft.Json normally ... from time to time has presented the following error:    Locating source for   'C: \ Development \ Releases \ Json \ Working \ Newtonsoft.Json \ Working-Signed \ Src \ Newtonsoft.Json...
asked by 03.04.2017 / 16:03
3
answers

Use of using versus full name

I've been following many open source projects and noticed that there is a fairly large switch between using using ( Imports in VB.NET) and using direct reference to namespace . Example: void Main() { System.Int32 i...
asked by 17.07.2015 / 19:04
1
answer

Populating Textbox in different form with DataGridView data

I'm trying to add data from one row of a DataGridView from one form to another by clicking on a "confirm button", but from searches I've done in other similar cases, the code is correct. Even so, I have no code return. I'm doing the following...
asked by 12.03.2017 / 02:21
0
answers

How to sign PDF with A3 digital certificate in C #?

I need to sign a PDF file with A3 digital certificate. It can be in C # or VB.NET.     
asked by 21.02.2017 / 15:14
0
answers

Query error using Entity Framework with MySQL and VB.net

I have developed a method to do with simple query indexed by the Changed event of textbox and the query returns the correct values the first time. When I change the value of the component and the query is requested again with a new code, the res...
asked by 27.07.2017 / 01:35