| Thread | Last Post | Replies |
|
| PLEASE HELP : newbe want to put a text in a textbox and as a screenheader | 03 Jan 2004 08:58 GMT | 9 |
I'm coming from vb6 and starting with c# now. (a major leap) I just want to set some properties in a class en and le the class set some controls on the form I have a form with on it a textBox (Test) and a button (txtNaam) and another
|
| Suppress Display of Specific Items in Component Tray? | 03 Jan 2004 05:32 GMT | 1 |
What determines whether a given object appears in the Component Tray of a Windows form? How can I get an item that is displaying there to stop displaying, without deleting it altogether? Background: I created a form using the DataForm wizard so I could take advantage of some of ...
|
| Newbie: How to do New Record Question | 03 Jan 2004 01:12 GMT | 1 |
New here to .NET and am having difficulty conceptually understanding how one would use Datasets and have an empty form open up ready for data input. It seems like all of the examples I've found are related to showing how to display existing data in a grid (lots of examples here) ...
|
| Starters guide | 02 Jan 2004 22:29 GMT | 2 |
I'm so VERY lost in Windows Forms C++ programmming, are there any good resource out there that can help me get started???? Thanx! Mathias
|
| help please | 02 Jan 2004 19:28 GMT | 1 |
I have a technical question as follows I have a command button in a form and on mouse over event of that a tool tip like thing needs to be displayed with two values(strings) underlined. I must be able to click on the string values being displayed and when i click
|
| problems with listview double click in c# | 02 Jan 2004 19:19 GMT | 1 |
I am developing a windows application, it has a listview, when i double click in the listview i can't do anything (p.e. press an button) unless i click in any where Regards Rodrigo
|
| put a textbox in the toolbar | 02 Jan 2004 18:55 GMT | 1 |
how do i put a textbox (or combobox) on the windows forms toolbar so that the toolbar will be the container of the textbox and resizing the toolbar will affect the textbox's location accordingly??
|
| position (and resize) 2 labels dynamically within a container (xpander control) | 02 Jan 2004 18:49 GMT | 1 |
I have 2 label within a xpander control. (or another container for that matter) The contents of the labels are set dynamically (label.Text = ...). I want to use a fixed width (the width of the container), but the label has
|
| How to add ListBox or TextBox to MenuBar? | 02 Jan 2004 18:43 GMT | 1 |
How to add ListBox or TextBox to MenuBar?
|
| Repeated Adding,Removing control from form | 02 Jan 2004 17:48 GMT | 3 |
I have included a snippet below which illustrates the problem with adding and removing controls in a repeating fashion. At least on my computer (Windows XP) the program crashes after several thousand iterations. Is
|
| displaying a dialog right after window is shown | 02 Jan 2004 17:45 GMT | 3 |
is there an event that is raised right after the window is shown? i have been trying to create my main window and as soon as thats done, then show a login dialog box. i cant seem to figure out where to put the dialog display
|
| Hide Caret in richTextBox Control | 02 Jan 2004 17:44 GMT | 1 |
How can I disable the blinking cursor (called a caret?) in a richTextBox control in C++ .NET? I found a command for MFC called HideCaret, but I'd like to do this in Windows Forms.
|
| Programmatically setting BackColor | 02 Jan 2004 17:44 GMT | 5 |
I am using managed C++ and want to programmatically set the forms BackColor from either four values (A,R,G, B) or one value ARGB. I tried putting this is the form's load method: Color clr;
|
| Another PropertyGrid Question | 02 Jan 2004 15:52 GMT | 3 |
The grid happily shows any public properties that has the Browsable attribute set, but if I inherit public properties from some base class and base my property grid on the new class, the property grid shows base class properties but displays "Object reference not set to an instance ...
|
| Windows Forms and Relational Data | 02 Jan 2004 13:16 GMT | 2 |
I have problem with working with normalized data using windows form. To explain the problem I take an example. I have Customer that can have few Phone Number - Home, Business, Fax, Wireless .... So DB have three tables Customer and CustomerPhone PhoneType
|