All Questions

1
answer

Change Windows Forms window style

How do I change the style of my window to a RibbonForm. Being that in matter of colors already is tranquil. See the image: And now how do I use the CreateParams method to change the title and center it and create a glow effect on a...
asked on 27.06.2014 / 18:34
3
answers

Update in two columns, two tables

I have to update two columns in separate tables, but I do not know the commands very well, I would not like to use triggers. Will be updated around 100 records. Here is an example: Table a id nomes nota 1 SOen etc1...
asked on 15.06.2014 / 00:25
1
answer

create a search screen

I'm following up on an ASP.Net MVC application and I need to do a search screen. The question is as follows: I created a table where users register their skills. I need a view where there will be a text field where the person wil...
asked on 12.06.2014 / 01:22
1
answer

Error installing polyglot package in Python by pip

I'm trying to install this package / module by pip and I can not find the solution. Follow Traceback : C:\Users\chris>pip install polyglot Collecting polyglot Using cached polyglot-16.7.4.tar.gz Complete output from command python se...
asked on 08.07.2016 / 21:48
1
answer

Mass Replacement in XML

Good morning! I have a program that checks some signals, but in the code it is only indicated which signal should appear, so I must apply the specific information that must be checked. But manually doing these overrides takes a lot of time so...
asked on 09.08.2016 / 16:08
2
answers

Generate Signature Pagseguro API

Well, I need to generate a subscription via the pagseguro API, the user should be redirected to the pagseguro page and when I return to my page, this should be via API. I've tried through XML, with the codes: $url = "https://ws.sandbox.pags...
asked on 28.07.2016 / 22:42
2
answers

Using the PIVOT operator without aggregation

I have the FAULTS table with the following columns: CREATE TABLE [dbo].[FALTAS]( [Id] [int] IDENTITY(1,1) NOT NULL, [Matricula] [int] NOT NULL, [Dia] [date] NOT NULL, [Situacao] [varchar](50) NOT NULL, CONSTRAINT [PK_FALTAS] PRIMARY KEY CLUSTE...
asked on 21.06.2014 / 19:19
1
answer

Help in struct C, failing to feed

Good morning, I'm creating this simple code, just to read, and display, this information of a vector, type struct . But when executing this code, at the time of execution, I can not feed the date or the membership, as it is explicit in...
asked on 10.07.2016 / 17:40
1
answer

Getting information from a div in C #

Well, I have a code that reads the page however I need the following: <a href="/t848p15-teste">2</a> The idea of the code is to look for a <a> tag that has this 2 and return the link. In case, it would return...
asked on 18.07.2016 / 22:35
1
answer

Browser zoom does not work with my CSS

I have inside the body tag 3 divs with height defined in pixels and width in percentage. When the person types in CTRL + browsers zoom in up to 500%. My problem is that zooming does not work. I tried to define, in the body tag and in t...
asked on 01.06.2014 / 05:52