Questions tagged as 'vb.net'

1
answer

label vertically in VB

How do I make the label text look like this: Vertical and bottom to top. I think it's simple but I can not. Could someone help me?     
asked by 10.04.2018 / 20:04
1
answer

VB.NET - Automatic TextChanged

Talk, guys! I am trying to perform automatic date. For example, if I choose the field year "Up" in case 2018. The "From" field automatically calculates for year 2013. As print below: Ihavemanagedtoautomatejustthisone.ButwhenIwanttochanget...
asked by 18.04.2018 / 21:06
0
answers

Connection parameter of the PivotTableWizard () method

Hello, could anyone give me an example of using the appropriate parameter connection of method PivotTableWizard() ? When I use this parameter I get the error: The PivotTableWizard property of the Worksheet class can not be obtaine...
asked by 25.04.2018 / 22:41
1
answer

textbox with align right in print VB

I have a printdocument with the following command Dim font1 As New Font("Arial", 15, FontStyle.Regular) e.Graphics.DrawString(txtnome.Text, font1, Brushes.Black, 10, 10) And when I print the textbox it goes from left to right, even with the...
asked by 11.04.2018 / 19:49
1
answer

Display form according to user's response

I need a little help. I have Grid , with a column named status de interesse , the type of that column is ComboBox . However, when the user select the declined option I want to display a form x. How do I? I think the even...
asked by 23.04.2018 / 21:44
1
answer

Problem with "else if" and "" "" in VB.NET

I am setting up a small system that if the number entered in textbox3 is less than 3, a% "message will appear in% with an" 8% "message, and if it is a number between 4 and 6, it appears in textbox4 " 9%. " This part of between 4 and...
asked by 28.11.2017 / 16:02
0
answers

Get data from a JSON Api to a Data View Grid

I'm using an Api (Json): API And I would like that when I opened the program I got the api data automatically in the DataViewGrid, how can I solve it? PS: I've already used newsoftjson     
asked by 23.11.2017 / 18:22
1
answer

Problem numbers after the comma

Hello, I have this code on a button. txtresultado.Text = Math.Round(txtsalmin.Text * 0.2, 2).ToString In that it takes the value of the salmin.text and multiply poe 0.2 and appears in txtresultado.text with a maximum of 2 houses after the c...
asked by 29.11.2017 / 17:49
0
answers

Call procedure in the OnClick area of the Image Map in ASP.NET

Good afternoon, I have this code: <img src="../Image/sala.png" USEMAP="#sala" BORDER=0> <area name="window" shape="poly" coords="633,82,631,117,627,145,625,160,644,162,671" href="" alt="window" title="" OnMouseOver="window.stat...
asked by 30.10.2017 / 21:32
0
answers

Add Number to the Right [closed]

Today my select returns me a letter, A, B, C for example. I would like to add two zeros to the right of the letter, how can I do this? Return example: "A" How would you like it to be "00A"     
asked by 18.09.2017 / 19:56