Questions tagged as 'vb.net'

1
answer

VB.NET mysql_native_password Access denied

What can be failing? The user has the password: 8vQ3roQMyLAIgcws I tried changing the password and re-entering but nothing ... I put the code to make it easier for you to copy: Imports MySql.Data.MySqlClient Public Class Form1 Pr...
asked by 24.05.2018 / 21:55
1
answer

Fill out a PDF form from Vb.net?

I have a PDF file which I need to fill out through a form made in visual basic .net, I have read it with the iTextSharp library, however I do not know how to write in the existing PDF through code.     
asked by 24.05.2018 / 21:16
0
answers

Include Page aspx in another aspx

I hope to explain, you can guide me on how to include an aspx page in another aspx, my intention is to create a header but that I will use it in several projects, and I use reuse that code, I would appreciate your help. Note: try using an ifr...
asked by 29.05.2018 / 19:00
0
answers

Visual Basic - Save form in txt with format

The contact so they can help me with a problem that I have in a small form that I use with visual basic to read data. I have a form with two fields: row and item number I need to save in the following way: <table> <th>fil...
asked by 29.05.2018 / 17:41
0
answers

VB.NET Simulate keyboard and mouse

I'm creating a bot, which uses the keyboard and the mouse to perform the actions, but ideally it could be done without "hijacking" the user's PC. What can I use as an alternative to sendkeys and move the mouse pointer by assigning coordinates...
asked by 23.05.2018 / 22:56
1
answer

Move a Vb.net file

I am trying to move a file inside the Server. I have this, but it is not working well at all. You can not find the correct route. Dim Origen As String = "/images/foto.jpg" Dim Destino As String = "/images/tarjetas/foto.jpg" File.Move(Origen, D...
asked by 22.05.2018 / 22:23
1
answer

Add required attribute to a textbox - ASP.net

It is possible to add the required attribute in VB.net to a Textbox. I would assume it would be something like this: textbox.Attributes.Add("required") or is it necessary to insert JavaScript to implement it?     
asked by 23.05.2018 / 13:36
0
answers

How to change from one playback device to another in VB.Net

my question is: How could I get the current playback device (the name of that device) and how could I change it to another on vb.net? Thanks.     
asked by 20.05.2018 / 06:39
0
answers

VB.NET memory and bots

I have the following code: With which I want that when the Pinball game reaches a certain score, a button of the game itself is automatically pressed. At the moment I can read memory addresses and know the score at all times. But I'm missi...
asked by 18.05.2018 / 10:47
1
answer

IP White List VB NET

I want to know how to do, that my program to be opened from a IP that is already in the code, can be, and if it is not the same IP , that can not. The part that can be and is not easy, but the variable of ip type if ip = (X...
asked by 21.05.2018 / 19:56