Posts by Eleison Christiano • 63 points
5 posts
-
1
votes0
answers33
viewsQ: Document code snippets and annotations
I wonder if anyone knows any tool for documenting snippets and annotations of code separated by a tree or topics (Technologies for example) referring? I’d like something like https://devdocs.io/ but…
-
1
votes1
answer401
viewsQ: How to view the x and y position of an element by Chrome Devtools?
Could someone tell me if there is any way to view the X and Y of a screen object with Chrome Devtools Inspect, or some extension that allows this? Devtools shows the size of the object when you…
-
-1
votes2
answers134
viewsA: Set the name of a property dynamically in VB.NET
It would be something like Vb’s Callbyname method? You use the method call basically by a String For example: Sub TestCallByName1() 'Definir a propriedade Text no TextBox1. CallByName(TextBox1,…
-
0
votes3
answers147
viewsA: How to exchange an image for Javascript
This may be browser caching, or server caching primarily if you are using a CDN. Try placing a url with parameters to see if it doesn’t resolve. Example: /image/file.jpg?v=2
-
4
votes3
answers857
viewsQ: Dollar next to number in Tostring format
When I try to format a value using .ToString("c2") do . NET the symbol of the coin comes stuck with the number. This makes the formatting ugly and wrong to my point of view. Example:…