Questions tagged as 'visual-studio'

2
answers

Call variable of a click event

Is it possible to call the variable of a click event, in another click event? If possible ... How do I do it? Vera, I have created an event and within this I have made buttons dynamically, I have assigned the same event to them to do the s...
asked by 30.06.2017 / 21:26
3
answers

Show modal when clicking on button created dynamically

I'm trying to show a modal, when clicking on a dynamically created button. If I have it this way it runs but it immediately disappears and I can not do anything since the page goes gray. <script> function ModalGood() { $...
asked by 29.06.2017 / 21:09
1
answer

Visual Studio. Notify when a property of an object is being modified

I would like to know if there is any configuration option or something to do debug on an object when it is being modified, I do not mean an object created by the user since that is easy to encapsulate the properties, I mean for example if the te...
asked by 22.05.2017 / 10:56
2
answers

How to get the screen coordinates of a joint or more per screen?

Very good, I've been trying for a couple of weeks to get the coordinates for example of HandLeft (left hand) that I visualize with Kinect inside my WPF application in Visual Studio, but I can not think of how to do it. The part of the code wh...
asked by 16.05.2017 / 11:51
1
answer

Perform search in DataGridView using textbox c ++

Hi, I would like to know if someone can help me perform a search, in a DataGridView that from a TextBox when writing, that is, in the eventeo KeyPress the table will be refreshed to see the record. As you can see in the image in t...
asked by 10.05.2017 / 20:52
1
answer

Error bd Oracle and C # [closed]

When trying to connect an Oracle database to Visual Studio 2015 I get the following error:    BadImageFormatException. This will occur when running in 64 bit mode   with the 32 bit Oracle client components installed. check the versions bu...
asked by 01.06.2017 / 04:14
2
answers

Load a TxT file with data and pass these to a Textbox

You see, I need to do the following. My level of programming in this is minimal since we have only followed a small guide provided by the teacher and it does not cover most of the things written here. Just the save. Save data in a txt for ex...
asked by 22.04.2017 / 20:44
1
answer

Visual Studio: Is it possible to redistribute third party fonts, are there any problems?

I am creating a project with customized fonts (because of the licenses of the fonts, there is no need to worry, they allow commercial use and redistribution). The problem is that, in the terms ( link ) mention: "c. Font components. While th...
asked by 20.04.2017 / 20:32
1
answer

Visual Studio Error With Tables

In the following image I show my error of Visual Studio 2015 in which when I select the place that says Tables next mind second Click and then in update it shows me the following error I need to see that table but it tells me    Unable to loa...
asked by 26.03.2017 / 16:22
2
answers

Doubt when validating CheckBox that dynamically creates

I have a project in Xamarin and through this code, dynamically generate more than one CheckBox if (Lista != null && Lista.Count > 0) { LayoutParams lp = new LayoutParams(LayoutParams.MatchParent, LayoutParams.WrapContent);...
asked by 04.04.2017 / 15:42