Posts by Anderson Costa • 93 points
3 posts
-
0
votes1
answer471
viewsA: VB6 Webbrowser - Fill text field that has mask
I got it, on VB6 I used it to call the necklace event: WebBrowser.Document.GetElementById(idCampo).FireEvent "onpaste"
-
1
votes1
answer471
viewsQ: VB6 Webbrowser - Fill text field that has mask
Hello, I created a VB6 program (I know VB6 is very old, but it still works very well) that assists in filling out data on a page using Webbrowser, and I need this program to partially fill in a text…
-
8
votes1
answer564
viewsQ: Cardinality of the index does not update
I am creating a program that connects to a Mysql database online, and when starting it it creates a table with an index if it does not exist. To check if everything is ok I am analyzing the database…