In general controls are interactive elements of the user interface.

learn more… | top users | synonyms

0
votes
0answers
4 views

wxpython , passing boolean flag for background checking

How can i get a value from button click from my frame? btnYes = wx.Button(panel, -1, "OK") self.Bind(wx.EVT_BUTTON, self.clickYes, btnYes) def clickYes(self, evt): print "clicked Yes" ...
0
votes
1answer
39 views

Can't get control back after execvp and wait()

I'm coding a small shell that must execute my commands that I parse. f is a char** like this: [ls][-la] p is the same, used like this: [wc] So I tried to pipe ls -la in wc. My probleme is that when I ...
1
vote
5answers
38 views

Reference a sequence of labels in C#

I have message box that asks the user whether they want to restart. if (MessageBox.Show("Restart?", "Restart and Clear", MessageBoxButtons.YesNo) == DialogResult.Yes) { ...
0
votes
0answers
12 views

ASP.NET Localizing validation for a dropdown list

I have a number of controls on a multilingual ASP.NET (3.5) page to validate. The code below shows 2 validators. The first validates a textbox and the localization works perfectly. The second ...
-3
votes
0answers
17 views

control android device from a Windows PC, send mousepositions, keys and start applications [on hold]

I want to control a android device from a pc to start apps and trigger mouse and key events. the output will be captured and showed in the desktop app. the "desktop app" ist a really big multitouch ...
1
vote
0answers
17 views

Read and Manipulate Volume Settings for Specific Programs

I'm using Java to work with Windows 7, and I'm trying to read the levels of sound output from different programs. The goal is to detect when program A is playing sound, lower program's B sound, and ...
0
votes
2answers
29 views

Accessing MainWindow's controls from a user control page. WPF C#

I have a page transition ( a control ) in the MainWindow , I have many user control pages , I want to access the page transition in the MainWindow from my user control page ? How do I do that? I ...
0
votes
3answers
47 views

What is this type of UI component called and how it is built? [on hold]

This is probably a very simple question, but I need to know what this type of form is called. I need to figure out how to build it for an application I am working on an can't find any info anywhere. I ...
1
vote
0answers
11 views

Windows Phone 8 Just Prevent Map Control to Scrolling

I am new in windows phone 8 development ,now i have a map containing the layer where i can dragging the line from one point to another,but the problem arise is whenever i am going to draw line over ...
-1
votes
0answers
19 views

how to control if uploaded files have only text [on hold]

How can I control uploaded word and pdf files have no image in their content (or something different than text format)?
1
vote
1answer
9 views

How to import source code or project by the eclipse plugin of Dynamsoft SAW standalone?

Recently I tried eclipse plugin of Dynamsoft SAW standalone for source control. But I found a problem that I cannot import project by this plugin as same as git or CVS does. anybody can tell me how to ...
-1
votes
1answer
29 views

is it possible to set daynamic name for html control and handle it with php?

I have this code: <input type="file" class="droparea spot" name="xfile1" data-post="upload.php" data-width="220" data-height="345" data-crop="false"/> <input type="file" ...
0
votes
0answers
6 views

NSAccessibility and reading (scanning) text from an application window in OS X

I want to develop an application that would be able to read and store text displayed by a window of an other 3rd party application in Mac OS X. I have heard that that might be possible using ...
1
vote
2answers
34 views

Set control visible from other form

I set the button visible property to false of Form2. How I will make the button(Form2) visible when I click a button(a button that also opens Form2) from Form1. I tried this : private void ...
0
votes
0answers
42 views

Windows phone 8 viewport control

I try to understand how windows phone viewport control Bounds work. So i can give viewport.Bunds = new Rect(x,y,width, height); but what that bound stand for is it a scrollable area in the ...

1 2 3 4 5 164
15 30 50 per page