Posts by João Greco • 55 points
6 posts
- 
		1 votes2 answers1221 viewsQ: Javascript: How to insert multiple whitespaces into a paragraph <p> element?Good afternoon! I’m inserting into a HTML TAG <p> some blanks, to complete the number of characters within a certain description (120). I need the blanks to stay visible on the page. Down with… 
- 
		0 votes1 answer119 viewsQ: How to place a countdown in more than one post on the page?Good morning! I have the following problem, I have the view below that works as a schedule, within it I have some publications. I can get to each of the posts and get the amount in minutes left to… 
- 
		1 votes2 answers1058 viewsQ: How to take the content of a Javascript variable, which is an HTML tag?I have HTML tag content: <p id="horaInicial">2018-07-23 16:40:16</p> within a Javascript variable, I want to know how to access the value: 2018-07-23 16:40:16 and put inside another… 
- 
		0 votes1 answer209 viewsQ: Vb . net Custom ControlsHow to create custom Vb . net controls? I would like to create them and modify values of their properties. My purpose is to import them into other projects. 
- 
		0 votes1 answer256 viewsQ: Report Viewer, direct print and file saving without previewGood afternoon. Can I save a report made in REPORT VIEWER without preview? Saving it in PDF format, and also performing its direct printing on the printer (without using external executables),… 
- 
		0 votes1 answer687 viewsQ: Exchange "Web Browser" Vb.netI want to change the default browser of visual studio, I would like to use another to run some scripts that are having problems in internet explorer. I would like suggestions and examples of how to…