Hello, use angularJS and wanted to put it to change the slides every 10 sec.
I already tried some codes and I could not.
Does anyone have a tip?
Here's my controller.
(function () {
'use strict';
angular.module('scases')
.controller('Banne...
Requirements to install the main software:
.Net Framework 4.5.1
Service Pack 1
In other words, I am creating a download manager that downloads the correct version of the main software (32 or 64 bits) and the manager himself scans the client mach...
Assuming I have the following:
enum Dias {Segunda, Terça, Quarta, Quinta, Sexta, Sábado, Domingo};
How can I use the enumerator Dias as ItemSource of a ComboBox in a WPF application? For example:
<Combo...
I ended up having the same problem about a post already done here, however come a doubt next to what was posted in the article. What windows update would be to remove from the ones mentioned in this article ? (removal would be a palliative unti...
I have an application that tries to execute with process.start or even directly by cmd of Windows, does not start correctly (the application itself presents an error), but if I go to the folder of it and open the executable, it ope...
I'm developing a query marking system in Windows Forms and I had the idea of including a DateTimePicker where only the dates with available places should be "clickable" by the user.
Is there a way to do this?
I made this code here following some tutorials on the internet.
buttonAbrirConexão.Enabled = false;
TcpListener servidor = new TcpListener(6554);
servidor.Start();
while(true)
{
Thread.Sleep(2500);
if(servidor.Pending())
{
Mess...
In creating some spreadsheets with OpenXML, I came to doubt the difference between:
CellValues.InlineString
CellValues.String
Is there any practical difference at the time of inserting texts (eg "hello world", "stackoverfl...
I have read the article:
link
And I started using the:
[OutputCache(Duration = 60, VaryByParam = "none")]
When I put it in the controller I notice the difference clearly.
But when I'm using a library that is called by my control...
How important is it to use <summary> in methods and classes?
How shocking is this at the development level?
What is the good side and the bad side of its use?