Questions tagged as 'vb.net'

1
answer

What is Text = Resources of a dxe button?

I want to know what this excerpt is that one-button code dxe: ASPxButton, and how does it work? Text="<%$ Resources: Textos, BotaoLogin %>"     
asked by 05.01.2015 / 13:58
2
answers

Include quotation marks in String variable value

I would like to know how do I declare a String variable in which the value has quotation marks in Visual Basic .NET? For example: Public frase As String = "E ele disse: -"Olá a todos!"" Is there any escape expression for Visual Basic to...
asked by 01.06.2018 / 06:40
1
answer

VB-NET How to give a new location to a control ?, with a value of variable

That's personal. I have this code to define a New Point for a PictureBox, but at the time of running it does not work, and it is even obvious why not, will know in the code below ... Dim VarPbx As String = "PictureBox" & "2" Dim pbx As...
asked by 05.05.2018 / 04:37
1
answer

Using date picker in asp.net

I'm creating a site in asp.net (vb) with a master page behind it and I can not get the date picker to work Can you help me or indicate a date picker even for the nuggets?     
asked by 30.04.2018 / 11:23
1
answer

Compile Visual Studio program with database and move to another PC

Just a basic question, when making a form with database in visual studio and after compiling is it necessary the computer where I will pass the files to run have sql installed or can I run the good program without any errors? I ask therefore whe...
asked by 14.04.2018 / 13:07
1
answer

Enabled false after typing

I have a textbox with a text written a standard number and with the property enabled = false, ie a textbox with a number that can not be changed. But I created a button that leaves the enabled of the textbox true, and with that the number can...
asked by 26.04.2018 / 19:11
1
answer

Fill in combobox, and get value menber vb.net and mysql

I need to populate a combobox with my mysql database, and then get the value menber to insert into the database Att. I am needing help from a person who knows about visual basic.net, I am with a system, for a company that works in software, w...
asked by 01.04.2018 / 21:50
1
answer

Form Visual Studio Covering the Windows Taskbar or Behind the Taskbar

I have an application that uses the property FormBorderStyle = none, but this is happening in windows 10 my statusbar (statusbar) that is at the bottom is behind the taskbar and windows 7 ends up covering, what can I do to adjust to the correct...
asked by 30.05.2018 / 05:27
1
answer

Open webpage asp.net

I created a program where I have a form in vb and a web page in asp.net. I wanted to know how to open the webpage by clicking on a button that is in the form of vb     
asked by 20.04.2018 / 13:20
1
answer

Difference between a master page and web form

I would like to know the differences between a master page and a web form, as I need to create a web page and I want to know which one is most advised!     
asked by 20.04.2018 / 11:07