Questions tagged as 'visual-basic-6'

1
answer

Slide effect on a panel without that lag

My question is this: How do I remove that lag that causes when a Panel / Button (etc) is updated by the Controle.Update() method? This is why I use it to make the slide effect, but this effect is low, resulting in slow and ugly animation....
asked by 28.06.2015 / 04:59
1
answer

How do I lock the mouse scroll in the DataGridView?

How to disable ScrollBar in a grid in vb.net, a problem is occurring and I want to block it to fix this.     
asked by 16.05.2015 / 22:04
3
answers

How do I open a file from a specific directory in .PDF in Visual Basic 6?

I've created an application which saves files to a specific directory. What I would like is to click a button, I can open this .pdf file.     
asked by 30.04.2015 / 20:02
1
answer

How to create two classes with the same methods, even one of them not being 'Partial'?

Can I create a class to implement the System.Console class, without creating extensions? Example: 'A original, da mscorlib: Public NotInheritable Class Console (...) End Class It is marked as a non-partial class, so ... you can n...
asked by 02.05.2015 / 06:41
1
answer

Validating TextBox in Visual Basic 6

How can I make a validation in the textbox to enable or disable a button? That's the code I've done so far. If IsNumeric(txtPedidoCotacao.text) Then cmdMontaPedido.enabled = True cmdCancelar.enabled = True CmdAutoriz...
asked by 26.03.2015 / 16:13
1
answer

Crystal Reports Report DLL Error

I am trying to generate a report in 'Crystal' on my company's system programmed in VB6. However, the following error appears in the appendix. I researched this DLL, but the answers I got did not solve my problem. I'm waiting.     
asked by 24.02.2015 / 15:59
1
answer

How do I get the images in place that the mouse pointer is in?

I need to maintain a system that was originally developed at vb6 and I'm moving on to vb.net . The system uses the api of inDesign CS2, whose documentation is very bad. Part of the program is to drag some images from a list and place th...
asked by 20.02.2014 / 12:27
1
answer

Pass parameters in a VB6 application

How do I pass parameters in VB6? Private Sub Command1_Click() Dim cnpj As String cnpj = "tal" Dim chaveCliente As String chaveCliente = "tal" Dim chaveAcesso As String chaveAcesso = "tal" Dim status As String...
asked by 03.02.2014 / 18:47
0
answers

Recursive errors generating a word file from the fields of an Excel worksheet (VBA)

Good afternoon, I never programmed in VBA but I found myself in a need where I need to generate a word document from some cells of a worksheet in excel, after searching several websites on the internet I was able to make a script that works, the...
asked by 28.11.2018 / 17:28
0
answers

transfer a text separately a text found inside a textbox

Picking a particular text within another textbox or richtextbox does when there is a detailed text instance eg: "text": taking the double quotation marks when the next sentence is found and leading to a separate textbox I wrote this code it c...
asked by 03.09.2018 / 15:56