Questions tagged as 'vb.net'

1
answer

Regular expression does not detect first entity

This expression: (?<=.*"")\s is not detecting the first space it should detect: <object name="Arrow" id="40" price="$400" description="Uma flecha comum."> The correct would be to detect the following: <object name="Arr...
asked by 20.09.2015 / 03:30
1
answer

Pass control as parameter

Hello, I'm doing a reduction of some lines of code in vb.net, one of them is a search function that creates an AutoComplete from a database, the code that does this is as follows: Private Sub pesquisaNome(ByVal txtNome As TextBox) reconect...
asked by 17.04.2015 / 21:31
1
answer

Configure visual studio 2010 to open .aspx pages always with source

How to configure visual studio 2010 to open .aspx pages always with source?     
asked by 07.01.2015 / 17:50
1
answer

Modify the properties of the User control of the form to a VB.NET DLL

I have a Library created in Visual Basic .NET that accesses properties of a Form , and so far so good! The problem is that when I try to access the UserControl component of the form, nothing in it is changed. Code: Dim Pl...
asked by 14.06.2015 / 04:03
1
answer

How do I see the largest number of a set of numbers as well as their mean?

I need to create the code for a user to enter with an indeterminate number of numbers and then see the largest of the numbers and make their average. Each entry is made by clicking on the Confirm button (done in design ) < I then created a...
asked by 14.06.2015 / 18:31
1
answer

Write a Dword value in Decimal in the Windows Registry

IneedtowriteaDwordrecordindecimalinVisualBasicExpress2013.Howthecodewaswritten:PrivateSubButton5_Click(senderAsObject,eAsEventArgs)HandlesButton5.ClickDimDecAsDecimalDimNumero=22IMy.Computer.Registry.SetValue("HKEY_CURRENT_USER\Software\MinhaCha...
asked by 20.09.2014 / 08:53
1
answer

Select access bank

I'm having trouble getting data from the bank. I can insert into my bank with this code Dim comandosql As OleDbCommand cadastro = "Insert INTO usuarios (usuario, senha) Values ('" & TextBox1.Text & "','" & TextBox2.Text &am...
asked by 28.05.2018 / 20:52
1
answer

change text from an asp.net fileupload

Can you change the text inside FileUpload? I wanted to change the text "No file selected"     
asked by 03.05.2018 / 13:25
1
answer

Create an array with the data of an xls

I get values from an xls that I want to be stored in a class that has an array to later list Can someone tell me how to do it? Can you help?     
asked by 18.04.2018 / 16:14
1
answer

Intellisense does not work

I'm using visual studio 2010 and out of nowhere intellisense crashed. I have already turned off and on the computer again, I have restarted visual studio settings, I have already done Ctrl + Shift + Space to activate and nothing resolves ... C...
asked by 26.04.2018 / 16:13