| Thread | Last Post | Replies |
|
| hiding tabpages | 22 Nov 2005 15:29 GMT | 2 |
I have a tabcontrol in my form. I want to hide the tabpages. I want the user cant change the tabpages and do it by code.how can I?
|
| One Byte Missing After Using FileStream | 22 Nov 2005 14:57 GMT | 2 |
In the code below, I open a file using filestream, copy it to a byte array, and the write that array out to a new file. But when I check the size of the original file and the new file, the new file has one less byte than the original file (although the file itself still works
|
| DataGrid and DataSet | 22 Nov 2005 14:19 GMT | 1 |
I have dataGrid which at first it's empty. i have another dataGrid which contains checkbox column, what i want to do is, that everytime a checkbox is checked, my dataGrid will be filled with data. So my question is, Is it possiable to add a data to dataSet without erasing the ...
|
| email windows service | 22 Nov 2005 14:19 GMT | 3 |
I'm a beginner programmer working for a small company and I've been assigned to create a windows service in C# that will access a SQL Server database run a stored procedure and send the results of that stored procedure in an email every hour. I've searched through google,
|
| Confused about error handling | 22 Nov 2005 13:39 GMT | 9 |
I'm confused about structured error handling. The following piece of code is a simplification of a class library I'm working on. It works, and it does what I want, but I'm still not convinced that I have been doing it right. I think I overdo it. Please have a look:
|
| MDI form question | 22 Nov 2005 12:49 GMT | 1 |
I am writing an application which consists of a toolbar and a "monitor" window. I want the monitor window to be able to show process information from different running processes (each in its own tab). When I get to the section of the code where I am setting the MDIParent
|
| DataGrid | 22 Nov 2005 12:47 GMT | 1 |
In my project i have a datagrid with 3 columns: ID C1 C2 1 Image true 2 Sound true
|
| Windows service not getting uninstalled. | 22 Nov 2005 12:37 GMT | 4 |
I have removed windows service from add/remove program, still that service is getting displayed in SCM. Problem is at a time of stopping that service error occured and so status of service getting displayed in scm is 'stopping'. and then i
|
| Serializing into an XML file a Hashtable | 22 Nov 2005 12:36 GMT | 5 |
I need to serialize into an XML file a hashtable. From MSDN at XmlSerializer: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlr fsystemxmlserializationxmlserializerclasstopic.asp I implemented the indexable property and the add function but I'm still
|
| Thread problem with BindingList<T> | 22 Nov 2005 11:18 GMT | 3 |
To be able to show my objects in a Grid, I've inherited my list implementation from BindingList<T>. The problem is that de objects in this list are created/changed/deleted in different threads.
|
| selective permit sort in datagridView | 22 Nov 2005 10:27 GMT | 1 |
Clicking on the headers in a DataGridView will sort it on that particular column. What I want to do is only permit it in certain circumstances and only on particulary column names. How to do that ?
|
| hiding tab control tabs | 22 Nov 2005 10:07 GMT | 1 |
I want to use tabcontrol in my form.I add several tab pages but want to hide the tabs.
|
| making rows in a datagrid editable | 22 Nov 2005 09:12 GMT | 2 |
Does anyone know of a way to allow a user to click on a cell within a datagrid and then edit the contents of that cell? Nearly all the topics I've come across on Google appear to be for the webform version of the control. However, I'm using a winform one. If it makes any difference,
|
| Remove an Element From 1-Dimensional Array | 22 Nov 2005 08:14 GMT | 3 |
I have an One Dimensional Array. object[] paramList = new object[4]; i want to remove the 0 index from array. Like in the arrayList there is a method for RemoveAt(int index).
|
| XmlSerializer vs SoapFormatter | 22 Nov 2005 08:00 GMT | 4 |
Hello, what is the internal difference between them in FW 2.0? I'm trying to serialize SqlConnectionInfo from SQL SMO and Soap works just fine but XML throws an exception
|