Posts by M. Marins • 105 points
14 posts
-
1
votes1
answer1352
views -
1
votes0
answers32
viewsQ: Ghost object in WPF C#
I’m developing an application that displays an informative track in WPF C#, I’ve already developed it with Windows Form C#, and I’m wanting to apply an event I believe, that makes this track a kind…
-
0
votes1
answer100
viewsQ: String with Mark in C#
I’m developing an application that passes some information to users who are running it. The main idea is to make an informative track, however I have two problems that should be simple, what I would…
-
2
votes1
answer333
viewsA: VBA Automation Development - Loop Error Handling
After analyzing that, and some other research, I found a solution. continue: 'seta variavel operacao Set operacao = ie.document.getElementById("tsk_toolbar") 'continua caso tenha erro On Error…
-
-2
votes1
answer333
viewsQ: VBA Automation Development - Loop Error Handling
I am developing an automation in VBA that accesses a certain site and takes some information from it, however I’m having a problem in this. The site (Santander - Benner) is very badly done, many…
-
1
votes1
answer863
viewsA: VBA Print by Pdfcreator
I was able to find the answer in another forum, which I can’t remember now and unfortunately I can’t give credit to the author. It follows the way I was able to perform the entire procedure in the…
-
1
votes1
answer1352
viewsQ: Delete Certmgr certificate by command prompt
I need to delete certain certificates from the computer so that they do not disturb my a vba automation system, however I have not found anything that can give me a light how to do it by programming…
-
0
votes1
answer863
viewsQ: VBA Print by Pdfcreator
I am trying to print an IE file by Pdfcreator, in my searches I could not locate a VBA form to perform this process, I even found an algorithm that says to do this, but I could not solve a problem…
-
1
votes1
answer915
viewsQ: Translate Captcha
I’m developing a routine that researches vehicle charges and restrictions in the DMV, and to download the document, I need to go through a Captcha validation, and it’s already taking my sleep away.…
-
0
votes3
answers2568
viewsA: Goto Error Handling Does Not Work in Loop
I found a way to solve my problem, played the code snippet that locates the error in a separate Sub, so I call that sub in the code every time the application goes through it, at that point the…
-
0
votes3
answers2568
viewsQ: Goto Error Handling Does Not Work in Loop
I have an application running in VBA, in it I have an error treatment that works perfectly the first time the action goes through it, but it is inside a For Each loop and the second time it simply…
-
2
votes0
answers72
viewsQ: Interact with Silverlight
Good to all, I am developing a VBA system that searches documents (.pdf) on a certain site. However I came across a problem that I had never seen before, the site opens an IE tab with a Microsoft…
-
0
votes1
answer516
viewsQ: Access Site By Loggin
I am not able to access this site below because I can not locate by VBA a way to enter the Login and password. Would anyone know how to access these fields https://www.newspace.com.br/pan/ I tried…
-
0
votes1
answer813
viewsQ: Like Dar Saveas on I.E
I’m having a problem downloading a file via vba, because when I can open the document (pdf format) I can save it with name and location quietly, but when it does not open in the browser itself, ie…