Tagged Questions
0
votes
1answer
18 views
Form doest refresh in Powershell GUI application (Enable/Disable Text boxes doesnt work)
i am writing a script which reads the user details from active directory, it reads users samid and pull all his details in text boxes to display; here i am using a radio button to enable/disable all ...
0
votes
1answer
20 views
How should a structure a Winforms App that deals with data processing only, not capture
So, the builk of the app will be grid forms, with various tasks associated with rows in a grid, and other tasks that span many different lists, and one or two sundry tasks that create or remove lists. ...
-1
votes
1answer
10 views
GUI interface: match Part to Suppliers
Working on auto-parts/suppliers database.
At some point of process user enters requested Parts into form.
And then he would like to see Suppliers, who might deliver these parts.
Which GUI design is ...
0
votes
1answer
27 views
Binding a List To a comboBox
I have a List of Person objects (which is loaded from the database), I call it PersonList. Person class has four attributes Person_Id(PK), Name, Family and Address.
I want to bind the context of this ...
0
votes
1answer
48 views
Winforms or XWT GUI designer for Mono?
I am new to programming and I am interested in developing applications in C# using Mono. I would like to choose a GUI framework other than GTK+: either WinForms or XWT (https://github.com/mono/xwt).
...
0
votes
0answers
73 views
Loading Flash video web page in C# WebBrowser control freezes user interface for 20 seconds?
I have a WinForms application with the following characteristics:
written in C#
targeting .NET 4.5
loads a web page from the local hard disk into a WebBrowswer control
the web page uses ...
-1
votes
0answers
25 views
Designing Windows UIs / Skins in Indesign or Illustrator? [closed]
The title says it all. I can't seem to find anything at all relating to the subject. So, I ask, is it possible to design windows controls, UIs, or even just skins in an adobe software suite?
0
votes
0answers
65 views
Winforms slow gui (drawing controls) - vb.net
I'm creating an application in vb.net (winforms).
In the mainform, I create 4 panels and every panel has around 15 controls. The form also has 4 buttons to switch the panels. Every button sets the ...
0
votes
1answer
30 views
Executing third party code
We have a WPF (Windows Forms is also applicable) application and for some functionality we are dependent on other teams. I am looking for a best way to execute the functionaity from other teams ...
0
votes
1answer
30 views
Cross-thread operation not valid in parent control
I am using the following code to update a label in my class which extends UserControl:
private delegate void LabelChanger(bool signedIn);
public bool SignedIn
{
get { return _signedIn; }
set
...
-2
votes
1answer
72 views
Designing with Visual Studio c# [closed]
I want to ask if there are any tools that would help in designing Windows Forms
in Visual Studio C# with professional look (in terms of colors and buttons shapes)
0
votes
1answer
25 views
Add “columns” of controls dynamically based on container height
I'm using vs2012 (C#) for my app and I'm looking for a way to add a label and textbox to a tabPage on my form, dynamically. But because the # of controls to be added could be larger than 10, I am ...
-2
votes
0answers
33 views
Searching for a suitable windows form controller [closed]
I need a controller which allows me to both display an hierarchic list like a TreeView does but with an option to select more than one node at a time. Is there such a thing?
I also know you can find ...
1
vote
5answers
62 views
Thread that talk with UI?
I have this code:
private void buttonStart_Click(object sender, EventArgs e)
{
Task.Factory.StartNew(() => GeneraListaCartelle())
.ContinueWith(t => GeneraListaCartelleCompletata()
...
2
votes
0answers
34 views
Is it possible to call R functions and libraries in .Net framework [duplicate]
is their any possible way to call all the R packages/libraries and functions (packages like raster, rgdal, maptools etc.) in .net framework so that i am able to access all the features of R and run R ...
1
vote
0answers
55 views
Scale components in FlowLayout as big as possible
How can I scale PictureBox components to best fit the given space on the screen while keeping their aspect ratio (interdependent of the actual image or its SizeMode) ?
I tested setting the Dock of ...
0
votes
0answers
27 views
windows, copy/paste app/script/macro general design advice
Recently made friends with some folks in the call center and I've noticed that they have a word document full of 'canned responses' a block of text, where they insert the name/incident number into the ...
1
vote
1answer
46 views
controls are overlap when screen size small
In my application i had used tablelayoutpanel,dock and anchor for the visual representation of the form. Additionaly i calculated the fontsize of the forms according to the screen resolution. Its runs ...
4
votes
3answers
260 views
DataGridView / ComboBox need two display states (long and short) for information
I've got a DataGidView that's very tight on horizontal space, and a column that has rather lengthy descriptions.
What I'd like to do is create a ComboBox column that:
Displays a shortened version ...
-1
votes
2answers
72 views
“Error message showing” best practice for C++ windows application
Showing error messages in windows application can do in several ways.
Default error message popup with OK button.
Custom dialog with error message (may be with cancel and ok buttons)
Showing some ...
0
votes
2answers
39 views
Windows GUI control option for selection of one or none
Say, if I have a GUI control where a user is allowed to select none, or only one of the multiple choice options. What do I use?
Check-boxes:
Or radio boxes?
0
votes
0answers
186 views
How install windows form GUI on visual studio 2010 [closed]
i am a system web developer and my design is horrible,
i am looking for a way to find predefined designs and install them on visual studio 2010, is it possible?
mean is there a way to choose graphical ...
1
vote
1answer
66 views
Can't paint 2 of the same control on winForm
I'm making a simple game in winform (tic-tac-toe), and I'm having some problem to paint block control.
Here is the class I made, that represent a block in the game (without game logic, is only UI).
...
0
votes
1answer
40 views
Paint when mouse is over an image
I'm working on Window application based on .Net 2.0.
I have used picture box to show an image. Use have ability of drawing lines on that image. Picturebox sizemode is set to zoom. Now the image ...
1
vote
2answers
48 views
Drag/Drop Form via control and MouseEventArgs
I am currently using the code mentioned to move my form when clicking and moving the mouse on a specific control(in this case toolStrip).
private void toolStrip1_MouseDown(object sender, ...
0
votes
1answer
132 views
Which is efficient.? Opening Forms inside a panel (or) a MDI container
I had designed my application by using the concept SDI, That is Single Document Interface. The structure of my app is explained below,
My Application consist of mainly two forms,
Login Form
Main ...
2
votes
3answers
155 views
Curious user presses key when application is in background process, how to ignore this type of additional key strokes
I am working in C# win form application 4.0, where on a form, I am using 3 text boxes, on each text-box, when user enters 'Tab' key then focus jump to next text box.
now on first text-box on ...
0
votes
0answers
37 views
Trying to keep track of DataGridViewCell but it mysteriously resets
I am trying to do a custom highlighting for certain cells in a DataGridView which is bound to a DataTable via BindingSource. The way I have it set up is having another class that contains the initial ...
1
vote
1answer
144 views
Aligning chart vertical axes between 2 chart objects
In my application I have 2 graphs, one above the other on the UI (as in closer to the top of the monitor). Both graphs' horizontal axes refer to the same range of time. Their vertical axes can be ...
0
votes
0answers
43 views
Is there a method that would cleanly allow a Winform app to setup the Windows Classic skin colors for its controls?
With previous versions of Windows the boring default colors of a WinForm had a decent contrast between the BackColor and ForeColor. In later versions setting the Windows Theme to Windows Classic ...
0
votes
0answers
15 views
Creating a VS2010 Tool Window out of multiple Windows Forms
I have a tool that has been created out of multiple Windows.Forms forms, and I would like to create a tool window containing three of these (two Windows.Forms.GroupBox forms and a ...
-1
votes
3answers
403 views
C# update form from another form using delegate and event
I keep forgetting how this is done..
I want to update the UI on the main form from Form2 without creating an instance of the form. I remember using a delegate / event and possibly passing in an ...
3
votes
2answers
142 views
Finding the top most(z-order) control in a panel
See my case is,
I am opening more than one forms (toplevel=false) inside a panel. All the forms opened inside that panel will be dock filled and brought to front during runtime. and my need in this ...
2
votes
1answer
57 views
Making components fill maximum whitespace depending on changing sizes
I'm developing a UI in C# in Visual Studio 2012 using Windows Forms, and I'm trying to make it such that the components in my form fill all the whitespace possible. The thing is, the user should be ...
1
vote
1answer
250 views
Where is the C++ GUI Builder?
I just installed Visual Studio 2012 express for Desktop. I can't see any place to create a GUI application with C++ ! Where is this "Windows Form Application" used to exists in Visual C++ 2010 ? Where ...
2
votes
1answer
156 views
Visual C++: Unable to invoke method from another class
Please have a look at the following code
Form1.h
#pragma once
#include "Clicker.h"
namespace TestWindowProject {
using namespace System;
using namespace System::ComponentModel;
using ...
0
votes
1answer
183 views
Form's background image (size more than 20MB) not loading in win xp
I am using Windows XP os. When i try to add image (which has size of 22.8 MB) in form's background it shows error like
'token endelement in state error would result in an invalid xml
document'
...
0
votes
0answers
20 views
Is a parent/child hierarchy prefered over setting location?
Lets say I've got a Form, on that form several controls can be displayed at a specific location. There are several approaches I can take for controlling how the controls are displayed on the Form. I ...
0
votes
0answers
65 views
Aligning checkboxes and combobox with labels, standards and aesthetics
I'm building a new application, and I have a form where there's a series of options that need to be selected. The logical order of the options means that I'll have a mixture of checkboxes and combo ...
1
vote
1answer
66 views
GUI busy message [duplicate]
I asked this q before but may be I was not clear so I am posting again. I have a gui. When I press "button1" my gui starts serial comm. I send some commands and receive some data. Once I press ...
1
vote
1answer
103 views
Converting UI from Windows Forms to WPF databinding
I currently have an application with a user interface in Windows Forms. The code behind this user interface communicates with a service.
For example, I have the following code:
public partial class ...
0
votes
4answers
205 views
How to change the content of windows form with button control click? [duplicate]
I'm using visual studio 2010 and I have a winforms application.
When I start the application I show the user the 'MainMenu' which have:
1) New Game button
2) Options
each button click create a new ...
0
votes
3answers
68 views
What is the best way to mask an UI Event?
I am working with a DataGridView, and I use the CellValueChanged event.
I dont want this event to be triggered when I change a cell value by the code. However, I want it to be triggered when the user ...
0
votes
1answer
153 views
Customizable table/label to make a matrix
I am trying to use Visual C# to make an editable row/column matrix. Essentially what I want to do is this:
The Row and Col values will be editable and i would like for the amount of cells to resize ...
1
vote
1answer
176 views
Repeating groups of controls - Sample code?
I want to create a Windows Form in VB .NET (using VS 2012) that has this behaviour:
It is a standalone desktop application for data entry
All data is stored in a local CSV file - there is no ...
0
votes
0answers
38 views
Introducing new behaviour to existing forms in legacy application
What is the best way to introduce a new behaviour to all the views in an legacy application.
For example:
There is an legacy application which has approx 200
forms(Winforms).Now there is a ...
0
votes
1answer
55 views
UI related code in binding source event or grid event?
I have a form with 1 bindingsource control.
A grid and several standalone controls (texts and labels) are sharing the binding with this source.
Every time a user changes the grid row i want to ...
0
votes
0answers
55 views
Displaying a long table record in Gridview and various form controls combination with List
My BLL return a list of something back to my UI:
List<ProductionParamater> l = BLL.GetProductionParameters();
The record contains around 42 fields. 5 of them i want to show them in a grid, ...
0
votes
4answers
265 views
Updating UI in C# using Timer
I am working on making my application that reads data from the serial port and updates a gauge on the UI more efficient and I wanted to ask for some advice on my code that processes the UI changes. I ...
0
votes
1answer
53 views
Block Events from a Form/UserControl [duplicate]
My Application sometimes comminucate with a Server in another Thread, while the form should be locked in this time(that means, the user cant fire any Click, KeyDown .... event). In this time, a ...


