Posts by Douglas Cristhian • 247 points
6 posts
-
4
votes3
answers647
viewsQ: Copy file to Clipboard using Powershell
What command should I use through Powershell to send a file to Clipboard? I’ve tried this command: "C: Teste.text" | Set-Clipboard But this command copies the text "C: Test.text" and not the file to…
-
3
votes1
answer175
viewsQ: Gridview inheriting properties
In all my grid s I have to define many properties, I wonder if there is any way to define the properties only at one time in a single place. Grid example:…
-
3
votes2
answers2612
viewsQ: Javascript mask for input hours
Someone knows some javascript mask for hours input where the format is not HH:mm. I will use to set the time in project hours and some of them may have more than 24 hours. Example 120:00 hours,…
javascriptasked Douglas Cristhian 247 -
10
votes3
answers18905
viewsQ: Algorithm for betting creation on Lotofácil
One of the ways to bet on Easy Bet is to choose 15 numbers from number 1 to 25. I would like an algorithm in c# that generates bets. Remembering that in each combination the numbers cannot repeat…
-
3
votes3
answers14922
viewsQ: Consume webservice dynamically
I am developing an Asp.net+c# application that will access some public webservices. I would like to do something flexible and easy to maintain in the future. I thought of calling the webservice by…
-
0
votes2
answers1075
viewsQ: How to remove file from TFS Team System source control but not remove it from the project
I have a web application that I develop in partnership with another programmer. There are situations where we cannot share a particular file. Example: file nhibernate.cfg of the briefcase bin. It is…
team-foundation-serverasked Douglas Cristhian 247