Posts by P.Pires • 49 points
5 posts
-
1
votes2
answers229
viewsQ: Alignment of HTML fields
I have a form Bootstrap for a landing page. I want to put the start date and end date fields next to each other without breaking my responsive. <div class="col-lg-offset-3 col-lg-6…
twitter-bootstrapasked P.Pires 49 -
0
votes1
answer49
viewsQ: Error of datetime
I’m taking a date of two different dateTimes and concatenating into one variable, but when I write the content of this variable is as follows: Period: System.Windows.Forms.Datetimepicker, Value:…
-
0
votes4
answers4653
viewsA: Icone in input with bootstrap
You can put a div as the example below. <div class="input-group-addon">@</div>
-
2
votes2
answers40
viewsQ: Searching and comparing java
I am preparing a program that must request the RA of a student, the RA must be greater than zero. Soon after I want to buy the second RA typed to verify that it has not already been registered. I…
-
1
votes1
answer44
viewsQ: Remove element in Interop
I am developing a tool that will generate a file in format . DOC, the form fields will be filled in anyway but would like to put a formatting that removes any symbol from the text. Ex: "• ", "¹²³£"…