Questions tagged as 'c#'

0
answers

value Issuer of a certificate in c #

Dear. I'm extracting the Issuer property from a digital certificate and then signing a file the issue is that in c # throw me this C = CO, L="BOGOTÁ, DC", STREET = Race 21 A No 124 - 55 Office 303. link , OU = link , T = AC GSE SA, OR = GES...
asked by 18.05.2017 / 00:56
0
answers

is there a faster way than the picturebox c #?

I'm trying to improve the performance of the images since when I open a child form, the images of this at the beginning appear with what was the parent form behind and afterwards and if the image is put that goes, that is the typical behavior wh...
asked by 23.04.2017 / 01:44
0
answers

How to prevent loss of style of a button when the main container loses focus?

I have a UserControl that contains several elements, but there are two that are giving me problems; a ToggleButton and a TreeView . When I have information in the TreeView, when I select an element (it is worth mentioning...
asked by 22.04.2017 / 01:57
0
answers

Trying to send command for object without authority

Good, I'm trying to instantiate GameObjects in a LAN game in the scene from some buttons I have so you can choose which one you want to instantiate. From the Host everything goes perfect, I can instantiate the GameObjects and both...
asked by 03.05.2017 / 17:34
0
answers

How can I create a center of gravity in unity?

Hello !, I'm creating a game, And I have a sphere that is in the point (0,0,0), Then I have another sphere next to it, The problem is that I want to make all objects tend to go to the point (0,0,0), Respecting the physics of rigidbodies and othe...
asked by 03.05.2017 / 00:24
3
answers

Unable to access a private variable from a view

Hi, I have to make a class employee scheduler that inherits from the base class employed and then I have to calculate the salary. HomeController.cs using System; using System.Collections.Generic; using System.Linq; using System.Web; using S...
asked by 02.05.2017 / 20:00
0
answers

WCF error when invoking service

I have a problem is a new VS installation but I want to get a list of 2 connected tables I use the entity and when debugging returns the values of the list monsrando the count but at the time of showing the service gives me the error, They have...
asked by 29.04.2017 / 06:14
0
answers

how to save a stream on the hard disk by using rtsp in c #

I am currently doing a program with c # that can locally copy the video that is displayed by rtsp protocol, I have tried with VideoLan DotNet for WinForm but it does not save me on the disk even though I pass the options with : sout = # transcod...
asked by 29.04.2017 / 02:29
0
answers

Send email in Outlook from non-default account

From my program I need to send emails through Outlook 2010 but using a certain account (Not through the default account) from my Outlook. EXAMPLE of the scenario: The emails must be deposited in the outbox of the account email_2. My out...
asked by 18.04.2017 / 11:42
2
answers

Interpret br / in a gridView cell

I have to separate by marks of \n the content of a cell of GridView to get different lines to appear in a cell. The code in which I find myself is the following: Modifying the DataTable : cmd = new OracleCommand();...
asked by 19.04.2017 / 17:13