Posts by Rodrigo BS • 69 points
7 posts
-
2
votes1
answer268
viewsQ: C# Webbrowser How can I get innerHTML from a span within a div
HI GUYS. I need to get c# the innerHTML of the first SPAN element that has a value with numbers that is inside a div and I I’ve even written a code that’s on the right track, I think. So far this is…
-
0
votes0
answers27
viewsQ: Javascript: How can I get/change an attribute inside the Placeholder ="{"id":"10","Selected":false}"
Hi Guys. At first I didn’t even know you could put those attributes inside of the Placeholder, hehehe, had never seen. <div class="cellContent"…
-
1
votes1
answer167
viewsQ: Html & VB net how to download an img with a link inside a tag?
After using a Webbrowser to log into a site with Vb, I want to access my site profile, and download the image of my profile <a href="#" data-target="#profile-photo" data-toggle="modal"…
-
1
votes1
answer31
viewsQ: VB-NET How to give a new location to a control? , with a variable value
Eaê Personal. I have this code to define a New Point for a Picturebox, but when running it does not work,... Dim VarPbx As String = "PictureBox" & "2" Dim pbx As PictureBox =…
vb.netasked Rodrigo BS 69 -
0
votes1
answer551
viewsQ: How to use a variable that represents the name of a label to change its value?
I created a method to form a Name that there is any Label of the program, and give a numerical value to the property Text of that Label graduate. And I just need to be able to do it like this:…
-
1
votes1
answer34
viewsQ: VB-NET Click on an element (click on yourself) enabled false, to be enabled true
Hello. My doubt is in VB-NET How can I leave Enabled true, an image that is Enabled false by clicking on it itself. It is possible?
vb.netasked Rodrigo BS 69 -
0
votes1
answer50
viewsQ: VB net how to send picture q is in a user control for a form
I have a picturebox in a User Control, and I want the image of the use control picturebox to go to a picturebox of a form, how to do?