Tagged Questions

3
votes
4answers
40 views

Call a method on a class or pass as a parameter to another class? C#

Suppose I am logging some data with a 'Job' class. (A list of business objects, with various properties, for what it's worth.) I wish to be able to print this data, so I am wondering if there is a …
0
votes
2answers
20 views

How to enable sorting on a PagedList<T>

Hi there! Im hoping that someone has used the very excellent PagedList from Troy Goode? Im actually using it in a Winforms app, and while it does work, I have lost the ability to sort it. Returning …
1
vote
4answers
61 views

How to make usercontrol to behave as radiobutton

i am developing tab button as user control, how can i make it to behave as radiobutton. "When the user selects one option button (also known as a radio button) within a group, the others clear …
1
vote
4answers
80 views

C# application closing problem.

I want my application such that, it will minimize to System Tray on clicking the close(X) button. And it will only be closed by clicking a different button/menu on the main application window or …
2
votes
3answers
66 views

C# Windows Forms Application update when minimized

Hi! I have a windows forms application where i add the mainloop in the constructor of the form like this: Application.Idle += new EventHandler(Update); that works fine - however, my update …
0
votes
0answers
17 views

Communicating with a Flash Lite app and a C# WinForms app?

I'm developing a Flash Lite app that can communicate to a C# app, via Bluetooth. I'm using 32feet.NET for the C# side and its working fine. It uses RFCOMM-SPP which is a sort of bluetooth serial …
0
votes
2answers
27 views

Populating a ListView with objects from a List<>

I am currently converting what was a Console Application into a Windows Form application. Fortunatly i initially designed the application to work with a GUI in the future so there was not much code to …
1
vote
4answers
101 views

MultiThreaded WinForms in C#

Hello there, Can anybody reccomend books or other online resources for MultiThreaded Windows Forms in C# ? I am mostly interested to learn more about this topic especially in the context of a GUI …
0
votes
1answer
34 views

Why do buttons need to be pressed twice to work in this modal dialog?

I have this C# code: public partial class Continue : Form { public Continue(string colourName) { InitializeComponent(); lblMessage.Text = String.Format("Do you wish to change …
0
votes
6answers
90 views

How to find previous active control c#

i am developing keyboard control, very simple embedded on a form. using sendkey class to perform char entry. to make this functional is required to know previous selected control.
1
vote
3answers
39 views

Security in Winforms as it is webforms

Hi I am creating an application in c# in which I want to give certain rights to admin and some to users. Since admin is the main owner so he has rights to access any user profile and alter it …
0
votes
1answer
19 views

C# Winforms DataGridView Time Column

How to show a Time-picker column in DataGridView? I don't need to pick Date. I only need time to be selected.
1
vote
5answers
65 views

How to close a form and open a new form up?

Hi I am wondering how do I close a form after I open up a new form. For instance I have a login form and when they login I open a new form up but I want to close the login form down. So how would …
0
votes
3answers
37 views

Radio menu check

Using Winform, is it possible to "radio check" a menu item?
1
vote
4answers
27 views

how does one calculate the minimum _client_ size of a .net windows form?

Hi everyone I am trying to programmatically position certain controls within a form, based on the difference between the forms minimum size and its client size - this unfortunately produces different …

1 2 3 4 5 337 next
15 30 50 per page