Posts by paccamicio • 163 points
8 posts
-
0
votes1
answer89
viewsQ: How to replace * selector in production
Then, when using the * selector to reset the margin|padding general of HTML Csslint points out that in production can give bottleneck to the user. *{ margin:0; padding:0; } For me the "solution"…
-
8
votes1
answer112
viewsQ: Can you use a dialog to open both folders and files?
Well, I’m using the openfiledialog to open files, however the software needs to receive files or folders, because it compressed and zipped (.zip) and then make a symmetrical cipher. I have searched…
-
0
votes1
answer346
viewsQ: How to take the Text of a Textbox in a Second Form and assign it to a String in the main form?
Well the goal is simple: assign the value of textBoxKey of password class in String keySimetric of class Acecrypt. But I don’t know how to receive and cast :( Class of password entry form. public…
c#asked paccamicio 163 -
0
votes1
answer1422
viewsQ: Overlay a static image with the webcam image
Well, it’s a simple project, a "website" which accesses the web cam, captures the image and sends it to a server. I was able to implement the web cam with the following HTML5 javascript code:…
-
1
votes2
answers83
viewsQ: Creation of a mailClient
I’m on a project that I need to develop an Email Client, however I’m somewhat lost on that, so. I need to use the IMAP protocol (I studied its RFC in depth) and the C#language, but I can also use…
-
0
votes1
answer2514
viewsQ: How to create buttons with dynamic size in XML?
I am creating a calculator for android with only the basic functions same. For this I am writing the Layout code directly in XML, however I can not make the buttons grow and occupy the screen both…
android-layoutasked paccamicio 163 -
0
votes2
answers256
viewsQ: Is there any risk when disconnecting the android device during debugging?
I don’t know why but I was a little afraid to think that since my ADT is in constant contact with my Device (Nexus 5) when disconnecting during an information exchange there may be damage. Could it…
androidasked paccamicio 163 -
4
votes1
answer19780
viewsQ: How to install . apk apps via adb?
I need help, I would like to understand how to use CMD for this and why they say it is more effective than downloading a file scanning software and installing directly on the device. I basically…
androidasked paccamicio 163