All Questions

1
answer

Automatically change the namespace when changing the folder file

I need to restructure the folders of a project, but there are many files and their namespaces need to be changed. Is there any way to automatically change the namespace when moving a .cs file from one folder to another?     
asked on 30.05.2014 / 22:17
1
answer

How to give Play / Pause in a SWF contained in HTML?

My HTML looks like this: <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="550" height="440" id="movie" align=""> <param name="movie" value="swf-file.swf"> <param name="quality" value="High"> <pa...
asked on 09.05.2014 / 00:21
2
answers

How to handle the event generated by the Windows Phone 8.1 back button?

In previous versions it was possible to do such manipulation overwriting the OnBackKeyPress. protected override void OnBackKeyPress(System.ComponentModel.CancelEventArgs e) { . . . } However, two...
asked on 01.08.2014 / 23:59
1
answer

Ways to check if there is any screen capture software running with C #

I'm developing software written in C # to display paid videos and I need to create protections to prevent buyers from distributing videos in an irregular way. For now I need to prevent capture software from running. The only alternative I had...
asked on 03.08.2014 / 01:13
1
answer

Problem with 'echo -e'

I'm starting to learn shell script and am doing some simple scripts to train. The script below tests whether anyone running the script is logged in as root. # !/bin/bash # # This script test if you are the superuser if [ "$(id -u)" = "0" ];...
asked on 14.08.2014 / 01:45
3
answers

Hide / edit the appearance of select

I'm cracking my head to try to get the select from my site to agree with my css. In fact, only in Mozilla that the saying whose does not look the desired. I was looking for some jQuery to do editing these elements, but the problem is that on...
asked on 26.08.2014 / 14:56
4
answers

Language C - Prime numbers in vectors

I'm solving exercises, in C language, on vectors. The exercise is as follows: Make a program that loads a vector of 10 integers, just show the prime numbers and their respective positions. I have decided the exercise, but my code is only c...
asked on 09.07.2014 / 23:00
1
answer

Eclipse Dark on windows

The Luna Eclipse was released, and with came a new theme available "Dark", I always liked darker themes because of photosensitivity. In Linux the Dark theme is perfect because the scrollbars, the views' handle (those 3 dots when you minimize...
asked on 01.07.2014 / 19:28
1
answer

How do I prevent a user from storing mp3 files, so I can not distribute them?

First of all, it is worth mentioning that my question comes up following another question that I put here in the stackoverflow in pt and can be read in: Web Hosting or Streaming Hosting? I'm developing a project that allows the user to list...
asked on 18.07.2014 / 17:04
1
answer

Report Builder 3.0 RDL Report with MVC 4

I have a problem here, I made a C # system using Razor MVC 4 with SQL Server 2014 database, so long ... well now I need to generate reports, I made a report there in Report Builder and added it in my solution, there I created the methods: publ...
asked on 06.08.2014 / 23:03