| Thread | Last Post | Replies |
|
| Thread and ShowDialog | 13 Dec 2004 15:04 GMT | 4 |
I have a problem about threading when using ShowDialog method. I have 2 forms and first one opens second one as modal. Form2 (second form) has a progress bar. Any suggesstion. Thanks.
|
| How to add a user control inside a treeview control as a node | 13 Dec 2004 15:01 GMT | 1 |
I am having one user control (containing two combobox and one button) , I want to add this control as a node in a treeview control , to be more precise now I want my user control
|
| Localization & Resources !! | 13 Dec 2004 14:46 GMT | 1 |
I'd be grateful to you guys if anyone of you helps me with this. i've searched for anything relates to localization & resources and i've found a massive amount of info, i've got lost, what i want is a very brief and informatic steps for a creating a simple windows form app (that ...
|
| why does build resize form controls? | 13 Dec 2004 13:59 GMT | 6 |
I'd posted months without having a grasp of what the problem really is. The issue is with an Infragistics UltraWinListBar control. It's on a base form, many forms inherit from the base form. The UltraWinListBar controls on the inherited forms seem to want to use their own size ...
|
| Making a UserControl scroll when host form is resized | 13 Dec 2004 09:23 GMT | 4 |
Hi, how can I make a UserControl scroll when host form is resized? Thanks Ian.
|
| MOD Operator | 13 Dec 2004 06:45 GMT | 4 |
All - I once came across an example that used the mod in an if then... What I need is to: if i = 100 or i = 200 or i = 300 or .... then do my work
|
| Simple combobox question: C# | 12 Dec 2004 20:29 GMT | 3 |
I have a combobox on a WinForm. I can assign an entire array to the Items collection and have it display in the drop down list. But how to I make a particular item the selected item (i.e., the one that is
|
| Determine scrolling in MDI Form MdiClient | 12 Dec 2004 18:55 GMT | 1 |
I have been racking my brains trying to figure out how to know when you have scrolled the MdiClient window on an MDI form. (Not an MdiChild Window) I have tried monitoring the messages for both the MdiClient and the MdiForm itself..
|
| webbrowser autofill form | 12 Dec 2004 09:19 GMT | 1 |
I have a problem by using the webbrowser control of the .NET Framework 2.0 beta and I hope you can help me. I want to fill a html-form automaticly. In my solution I use the following code:
|
| Establishing currency in a datagrid to the dataset | 12 Dec 2004 04:41 GMT | 1 |
I'm trying to implement a custom format in a windows forms datagrid on a row basis. I'm using the code example that comes in MSDN that overloads the paint event. What I'd like to do is find out how I can find out which row in the
|
| slow form drawing | 11 Dec 2004 18:17 GMT | 3 |
I have form with three radio buttons and five textboxes. If you look how the form will be displayed you can see that first of all the form will be drawn, and at all locations where the controls will be displayed, a rectangle with the (dark gray) background
|
| Cannot install Service App in .Net | 11 Dec 2004 02:55 GMT | 2 |
Two questions. 1) I followed Walkthrough of Win Service App. At the end, when I run Setup it complains about incorrect user and/or password. Where does it look for userid? I have logged in as Administrator.
|
| Return key causes system sound | 10 Dec 2004 23:24 GMT | 6 |
I have a requirement where when the user is in an edit field, they should be able to hit Enter(return). When I do this, my system makes a noise as though an illegal entry has been made.
|
| Application does not terminate when clicking on 'X' in titlebar | 10 Dec 2004 20:58 GMT | 3 |
when I try to close my application using the 'X' in the Windows titlebar, nothing happens - neither Form.Dispose() is called not the Closing or Closed events are raised. The application just keeps running. If I close the application using Application.Close(), everything works fine ...
|
| How to Manipulate Uses and Groups (MS Access) in VB.NET | 10 Dec 2004 20:00 GMT | 2 |
I am looking for samples or documentation that can help me to add new users and groups a secured MS Access MDB. I need to be able to create new groups, then assign table-level permissions to the group. Then I need to be able to create new users (with passwords) and add each ...
|