Questions tagged as 'c#'

0
answers

TrackBar component with two meters

I've created a trackbar component with 2 meters, plus when I manually render it in xaml , barra and marcadores misconfigure and barra goes up and marcadores goes by. Code: using System; using System.Col...
asked by 14.04.2016 / 18:20
1
answer

Exception Error "'', hexadecimal value 0x1F, is an invalid character. Line 1, position 1 "

I have an application made with C# to display the menu of my university's university restaurant, which picks up the information by means of XML . The application allows the individual consultation of each meal (breakfast, lunch and...
asked by 06.04.2016 / 02:55
1
answer

How to make a chart grouped between bars and rows with google chart and export to pdf (C #, MVC) [closed]

It would look something like the image below: Vlw galera     
asked by 05.04.2016 / 14:37
1
answer

Error compiling project

I'm getting the following message holding the build in the project. Error    The namespace can not directly contain members such as fields or methods       Files: Model1.cs Model1.Context.cs Line 1 Column 1 You can also view...
asked by 03.04.2016 / 10:51
0
answers

Referencing parts of an external program C # [closed]

I need to reference the login input ( textBox ) of a program that is running on my PC. Would you be able to tell me the way to do this? I need to capture the login entered into the external program by my program in Visual Studio.    ...
asked by 08.05.2016 / 18:30
1
answer

Foreign Keys from a SqlConnection.GetSchema ()

Is it possible to get all Foreign Keys names from a bank without having to make a select? I tried GetSchema and found all the PK, IX, UQ, minus the FK.     
asked by 09.05.2016 / 16:38
0
answers

Selenium c # - API Mass testing

Good afternoon, guys. I have a problem and your help is important. I have a mass of tests written in TestManager online and my scripts are in visual studio 2015. My VS scripts are logged in TestManager online and via Xpath takes the mass data...
asked by 20.05.2016 / 18:57
0
answers

How to put markers on the x-axis of a chart line C #

I would like to know how to leave markers (such as a ball) on X-axes at each point in the chart. Currently the graphic looks like this: Iwantedeverymonthtohaveaballpointnodecorrespondingtothevalueandnotthattherewasonlyoneline,Iwouldlikeittol...
asked by 21.05.2016 / 19:04
0
answers

Allowing the transparent background of a web page to pass through the rest of the windows in a webbrowser control

I'm trying to make the transparent background of a page in the webbrowser control remain transparent by allowing the user to see what is beneath that window, ie only HTML elements that are above the transparent background will be visible. Using...
asked by 20.05.2016 / 19:02
0
answers

NHibernate INNER JOIN FETCH is not populating properties

I have the following query in HQL: select photoRating from PhotoRating as photoRating inner join fetch photoRating.FormularioRespostaDoUsuario as form inner join fetch form.Trecho as section And whenever I run it using the...
asked by 11.04.2016 / 16:57