Questions tagged as 'c#'

1
answer

traversing children forms mdi according to the current z-order

I have an MDI application where I have a parent Form and several open child forms as shown in the image. the opening sequence of the children forms was: form1 form2 form3 form4 Then I change the order of the forms interposing them in diffe...
asked by 07.04.2018 / 06:04
1
answer

Receive data in MVC 5 controller

I have the following problem I am trying to send some data from ajax to my mvc driver but it did not manage to recover them this is my code: var Url = '@Url.Action("Save", "InspectionDailies")'; var user = 0; function getval(sel) {...
asked by 05.04.2018 / 23:13
1
answer

How to use from the code the image that I import to visual studio?

I'm making an application in WPF (C# y XAML) . I used these instructions to import an image to Visual Studio : which I then want to show in a part of the application. link Now, what I want to achieve is to manipulate this ima...
asked by 05.04.2018 / 16:50
2
answers

How to set variable AngularJS with a variable C # in the view

Neither of these forms works for me and try <input type="text" ng-model="model1" value="@Model.valor2"> Neither <input type="text" ng-model="model1" ng-value="@Model.valor2">     
asked by 10.04.2018 / 15:50
1
answer

get item from the first list of a set of generic lists

I receive a list of "generic lists" in C # in this way List<WcfService.Entidades.BusquedaEmpleadosOC> datos = cliente.BusquedaEmpleadosOC(ordenCompra, NIT); and everything goes well, I receive the desired information, the problem now...
asked by 16.04.2018 / 16:54
2
answers

mouse event in C #

I have a panel and inside the panel I have 12 buttons, which are invisible, I want that when mouse enters with the mouse panelEntered I expand a bit and show the buttons and when it comes out with mouseLeave go back to its normal form and hide....
asked by 29.03.2018 / 02:39
0
answers

Copy image from the Web browser control and show it in an Image control in wpf c #

Very good community I am developing an application and I have this problem that I have not been able to solve, I hope you can help me. My need is to copy a captcha image of my WebBrowser control to the Clipboard and show it in an Image contro...
asked by 01.04.2018 / 00:33
0
answers

c # Webdriver Element shown sometimes and sometimes not

I have a web page, which sometimes shows a popup with an accept button and others do not. I would like to create a method for when it is shown to click and when it is not shown to continue with the test. I have put an if / else but only do one o...
asked by 03.04.2018 / 10:51
0
answers

Separate and save information from a scrapbook

I am creating an application that reads the following information from a notebook    STATUS, No., DATE TIME, AMOUNT       Enter the floor, 11, 2/15/2018 5:21:58 PM, 1       It leaves floor, 11, 2/15/2018 5:26:39 PM, 1 and so already dep...
asked by 02.05.2018 / 20:51
0
answers

Insert data in entity many to many C # EntityFramework

I'm working on a small project, but I want to make an insert to an intermediate table that has the data from many to many. Database Diagram And this is the EntityFramework Diagram in Visual Studio     
asked by 01.04.2018 / 20:55