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...
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...
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...
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.
...
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.
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...
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...
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...
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...