Questions tagged as 'visual-basic-6'

1
answer

Multiple Line Comments in Visual Basic

How can I put multiple-line comments in Visual Basic?     
asked by 30.05.2015 / 23:54
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
1
answer

My executable is still in an old version

I compile the VB project and when I open the folder to get the generated exe, it is still with an old date, which in this case is 3/18/2017 instead of 04/20/2017. Is there anything I should do? I compile like this: Ctrl + F5 and then open the fo...
asked by 20.04.2017 / 15:40
1
answer

Use application made in VB6 in a smartwatch

Is it possible to create an application for the smartwatch in which the application is already made in Visual Basic and has the BDA in SQL Server? The purpose is for the user to be able to see the data in smartwatch such as a normal dashboar...
asked by 09.10.2016 / 12:50
1
answer

Error Data Report Group Footer VB6

Oops! I need to add one more field in a vb6 report report as in the image The connection to the bank is done via ODBC Driver 5.1 with MySQL database. I use this SQL for report generation: SELECT *, venda.TotalS AS total_venda_agrup...
asked by 30.03.2016 / 17:25
2
answers

Relate and Compare MySQL and VB6

They passed me a system of a company to update, they have 3 MySQL tables 'vendaesc, venda, venda_forma_payagem'. From what I understand the vendaesc table is used to store the sales items. I need to create a report that brings me the data of...
asked by 02.12.2015 / 21:07
2
answers

Copy text from a textbox

HowcanImakethe"Copy" button copy all text from the textbox?     
asked by 04.10.2015 / 01:02
1
answer

Get several pieces of a String equal to Python

I want to make a first-dimensional array that contains the fields of a string equal to each block of the Python language, eg: primeiro bloco é esse isso ainda faz parte do primeiro bloco agora aqui é o segundo esse é o segundo bloco...
asked by 01.07.2015 / 03:43
1
answer

Receiving Site Information

Hello, everyone! I have a problem and I do not know what to do next. The situation is this: My program accesses a ticket sales website ... It needs to get the first ticket amount, but I have no idea how to do it. Here's a sample link: lin...
asked by 22.06.2015 / 05:09
1
answer

Populate web forms with textbox

I'm trying to import information from a textbox to auto-complete forms in a website, but visual studio 2013 always returns the error: "An unhandled exception of type 'System.NullReferenceException' occurred in test.exe" "Additional informa...
asked by 14.07.2015 / 19:45