Questions tagged as 'visual-basic-6'

1
answer

HTTP Error 500 using HttpWebRequest

I come here to ask for help regarding HttpWebRequest requests. I need to get the html return from an HTTP 500 error (HTTP / 1.1 500 Internal Server Error). Could someone tell me how it could be done? Below is an example of a HttpWebRequest reque...
asked by 18.08.2015 / 20:39
1
answer

As per comments in the user defined function in Excel / VB

I'd like to know how to help with user-defined functions in Excel. It is not how you create the user-defined function , and yes how you add instructions as the user should manipulate it.     
asked by 23.03.2017 / 12:01
1
answer

How to change the blinking cursor from "|" to "_" in a textbox

I would like to know how to use the _ character to write, such as when you press the Insert key in some text editors (Notepad ++) and the text is written with _ in front of the letters. More basically, equal to DOS. I wanted to p...
asked by 03.10.2015 / 02:01
1
answer

Return list by a specific date

Following a project I'm developing, I've had a situation I can not solve. The purpose of this question is to know how to get on a given day the number of requests a school library makes. So far so good, this problem is solved. Now, I came...
asked by 26.06.2015 / 18:12
0
answers

Change Outlook signature via VBA [closed]

How to change Outlook signature via VBA depending on a particular situation ... In my Outlook I have 2 pre-defined signatures (Internal and External) I already have a Script that identifies when the email is External or Internal Basic s...
asked by 04.05.2016 / 19:12
1
answer

Change Windows registry key values

Is it possible to build an application that searches for a key in the Windows registry with an exact name and when it finds its value changed by a user-defined value? If possible what is the best language to implement this? VB.NET?!     
asked by 20.05.2014 / 12:42
1
answer

Executing text as code in VBA

The code below calculates the formula contained in the Text (String) variable: Private Sub CalculeFormulaNoTexto() Dim Texto As String Texto = "= 90 / 3 + 7 + COS(0) + 1/7" ' A variável Texto recebe a fórmula que quero calcular ' Observe qu...
asked by 29.11.2015 / 20:19
3
answers

Change characters within a string, in a string

Simple question: I just want to replace the A characters inside the " " field and not what's outside with a B, eg aaaaaaaaaa"aaaa"aaaaaaaaaaaaaa aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa aaaaa"aaaaaaaaaa"aaaaaaaaaaaaa look like this: aaaaaaa...
asked by 16.06.2015 / 01:58
2
answers

WebClient drops a wrong string

I'm trying to create a virtual intelligence system, and hosted the language files in my FTP. These files are from a language I made myself, called SVDB, and hosted on FTP, and when I download in the application the text file it comes with HTML....
asked by 02.01.2016 / 22:43
1
answer

Is there any way to convert text to image without using pictureBox in vb6?

Introduction I have a DLL in VB6 that is generating an array of javascript commands that will be executed in an asp page to generate a PDF dynamically. Until then, all right! In this PDF I need to generate a barcode, the old system would do...
asked by 26.10.2016 / 21:01