Questions tagged as 'vb.net'

0
answers

Receiving contents of the table by WebBrowser?

I have the following table. <table class="table1"> <tbody> <tr> <th></th> <th>SEQ</th> <th>LOGIN</th>...
asked by 17.03.2017 / 23:48
2
answers

Maximize borderless screen without hiding the Windows taskbar

When I put the window to FormBorderStyle = None and maximize it, it pops up, hiding the taskbar. I'd like to know how to make it maximized, but not hide the taskbar.     
asked by 22.03.2017 / 15:20
0
answers

How can I cast a list in VB

I'm starting to program in Visual Basic and I need to cast of a list of objects. Below is the example of a class that contains a list of products in one of its attributes. Public Class KnackParsedJSon Public total_pages As Inte...
asked by 13.11.2016 / 14:14
0
answers

Create and save text file (.txt) with vb.net? [closed]

Layout Used Nomenclature: XXXXXX_DDMMYYYY_ZZZZZ.TXT DD = DAY / MM = MONTH / YYYY = YEAR: XXXXXX = It will be a 6-digit fixed code with zeros on the left. ZZZZZ = It will be a sequential file with 5 digits with leading zeros.     
asked by 10.10.2016 / 21:13
1
answer

Select column with value *** of Excel

Good morning, friends! I need some help. I'm doing a "Select" from an Excel spreadsheet in VB.Net to import the data into the bank however a column is not bringing the data properly. This column has both numbers as * 's; when they are numb...
asked by 14.07.2016 / 15:28
1
answer

How to make the UserControl fill the entire TabPage

I'm putting a UserControl inside a TabPage. When Not Maximized, the UserControl fills in the entire TabControl However,ifImaximizethescreen,thereisaspacetotheright. Iusedusercontrolwinforms"Anchor" or "Dock" property. So I tried the followin...
asked by 14.01.2016 / 19:39
0
answers

Import and export file with date - DATABASE

Good. Scenario: "I have two pc's, with the same program that uses a database. I want to export the data from one pc to one pc and import it to the other pc" Question: How do I select (while the program is running) a file where I want the prog...
asked by 10.11.2015 / 09:46
1
answer

Insert without explicit columns

I have several tables T1, T2 ... TN, each one can have columns in common or not. My final table F contains all the columns (one time only) of the previous ones. How can I insert of each one without having to explain which columns I'm insertin...
asked by 08.12.2015 / 15:01
1
answer

How to make the loop wait for loading the 'webbrowser' component before going to the next item?

I'm reading the contents of a textbox, and using a "for each loop" to pass the string in sequence to the url in localhost containing the php code: $var = $_GET["nts"]; echo $var; So far so good, the problem is that the loop does not wait fo...
asked by 20.09.2015 / 20:12
0
answers

ReportViewer - Data merge columns when exported to excel

I am generating a report and exporting to excel using ReportViewer and DataSet. The ReportViewer consists of a table and two textbox , which refer to the title and company, and an image. After doing some tests it was found that the% w /...
asked by 02.10.2015 / 19:36