| Thread | Last Post | Replies |
|
| Grids : How do they do it? | 14 Jul 2004 21:33 GMT | 2 |
Im just curious how grid controls work. Internally, how is this thing made up? Probably a better way to ask is, if I were to create a grid control from scratch, how do you think it should be done? Using only intrinsic controls, and no C++.
|
| Overflow or underflow in the arithmetic operation | 14 Jul 2004 18:54 GMT | 1 |
hi all !!! a winforms .NET application that runs fine in many boxes is returning a very strange error when run on a Windows 98 box (running 1.1 framework): Overflow or underflow in the arithmetic operation
|
| Making a form a child of a control | 14 Jul 2004 17:42 GMT | 3 |
In Delphi it's possible to make a form appear inside a panel control as a child subform by setting the form's Parent property to the instance of the control. When I try to do the same in .NET I get the error "Cannot make a top-level control a child of another control". It would ...
|
| Access keys to access the TabPage | 14 Jul 2004 16:58 GMT | 2 |
Hello Group, I need to have access keys to access the TabPage. (e.g) TabControl1 will have TabPage1, TabPage2, TabPage3.
|
| XP Themes and IE | 14 Jul 2004 15:26 GMT | 6 |
I am writing a control that gets downloaded and run in Internet Explorer and I would like the visual style of the controls to match the visual style of the operating system. I know about .manifest and about EnableVisualStyle() but these seem to only work with full blown ...
|
| reading a xml file | 14 Jul 2004 13:04 GMT | 2 |
hi iam getting 1kb xml file like this <Transfer><rec>1</rec><Message>sds</Message><From>testingnet</From></Transfer> i want to read only between<from> in the xml the result should result me only testingnet
|
| string collection data to bind to, datagrid already binded to typed dataset | 14 Jul 2004 12:38 GMT | 1 |
can you help me in binding a extra column to bind to a datagrid already having binded to dataset Please help me. thanks
|
| Windows App and Dynamic Web Services | 14 Jul 2004 12:23 GMT | 1 |
I am writing a windows application that uses a web service however the location of the web service is not always the same. It seems when I create a windows application to use the web service, the location of the service is hard-coded into the application. Is this true or can I ...
|
| sort to top | 14 Jul 2004 12:18 GMT | 1 |
Depending on a column value , i want to display the rows . That is if the col1 has val1 i want it in the beginning rows of the grid(sorting to top) Is there a way to do?
|
| About WinForm/WebForm control naming conventions | 14 Jul 2004 11:06 GMT | 1 |
Is there any naming conventions MS prefered about WinForm/WebForm controls? For example, 1. lblCustName, txtCustName, btnOK 2. CustNameLabel, CustNameTextBox, OKButton
|
| Proces-name in Task Manager | 14 Jul 2004 11:05 GMT | 4 |
I want to change the name of my application in the list of Processes in the Taks Manager. But whatever I change, it stays the same. I changed the AssemblyTitle, the Solution-name, the Project-name, the Root Namespace, the Project File, but none of these changes had any effect...
|
| DateTime values in DataGrid | 14 Jul 2004 09:11 GMT | 2 |
I am populating a DataSet using SqlAdapter and then displaying it in a DataGrid. Some of the values in the DataSet are DateTime. It seems by default they are displaying as dd/mm/yyyy and I want to also display the time. I have played around with the DataGridTableStyle and the ...
|
| CheckBoxes in TreeView | 14 Jul 2004 09:00 GMT | 1 |
I want to implement checkboxes in all child in a treeview EXCEPT all top most root nodes. TreeView control's CheckBoxes property implement this functionality to all nodes.
|
| is Disposed required for shared form ?? | 14 Jul 2004 05:28 GMT | 1 |
I have a Windows App which uses a custom form to display messages. This form is based on the singleton pattern so that the user does not need to explicitly create an object of this form. After the Showdialog() method on this form, do i need to dispose this form
|
| ComboBox.SelectedText always returning empty string | 13 Jul 2004 23:18 GMT | 4 |
I know I must be missing something very simple here, but this little problem is baffling me. If you have a combobox called cmbMyCombo and add a bunch of strings to it, say, "Apple", "Pear" and "Orange", and then call the
|