| Thread | Last Post | Replies |
|
| Disabling Rows in DataGridView | 20 Oct 2006 21:39 GMT | 2 |
I am new to the forms world and have a silly doubt. I have form with a DataGridview and an "Add" button. When the user clicks on the add button, one row gets added to the datagrid. Now I want that when the user hits the "Add" button, then new row
|
| Read in XML file, output to screen... | 20 Oct 2006 21:21 GMT | 2 |
This seems simple enough, Read an XML file, output it to the screen. Yes, I know that doesn't make sense but here's why I need it: I have a sharepoint list that I'm viewing the XML from, the URL is LONG and ugly, it comes from a .dll file. Ex:
|
| Identify a TreeNode within a TreeView | 20 Oct 2006 21:20 GMT | 3 |
Is there any property within a TreeNode that uniquely identifies it against all other TreeNodes with the TreeView? I'd like to "tag" several nodes within a TreeView, and then later either add children nodes to them or delete the nodes completely.
|
| Arraylist - accessing object properties? | 20 Oct 2006 20:58 GMT | 3 |
Hi all, I'm trying to create an arraylist of a user control class... I'm able to define the list and add objects (panels) to it, but I can access and of the panel properties using an index...
|
| Can't 'CoInitializeSecurity(...)' - worked in VS '03, not in VS '0 | 20 Oct 2006 20:53 GMT | 9 |
In order to get events back from a DCOM server (an embedded device running Windows CE), I seem to have to turn off security for my process. To do this, I'm saying: int ret = CoInitializeSecurity(IntPtr.Zero, -1, IntPtr.Zero, IntPtr.Zero, 1,
|
| Boot CD 8.5 | 20 Oct 2006 20:50 GMT | 1 |
Hiren's BootCD v8.5 what's new: PW IOS386 - DocMemory 3.1b
|
| Avoiding a second click on a toolstrip button | 20 Oct 2006 20:20 GMT | 2 |
I have a toolstrip button on a windows form. If my form does not have focus, when the user clicks on the toolstrip button nothing happens, and they have to click a second time for the button to operate. A System.Windows.Forms.Button also on the form does respond immediately -
|
| C# 2.0 + MS Access == Error | 20 Oct 2006 20:08 GMT | 5 |
I am using C# 2.0 along with MS Access database. All my queries are working perfectly fine, but one inner join query is ocntinously throwing. I ahve tried it both from code and running explicitly throw query builder, but to no avail. Query is
|
| Getting WIndows Login Name From ASP.NET | 20 Oct 2006 20:00 GMT | 5 |
I would like to get the windows logon name for a .net intranet app. I have tried Page.User.Identity.Name(), Request.ServerVariables["LOGON_USER"].ToString(),
|
| Casting issue | 20 Oct 2006 18:59 GMT | 11 |
Hey guys i have a set up like this: Interface IMyInt //interface class myClass : IMyInt //myCLass realises that interface
|
| best code profiler to get? | 20 Oct 2006 18:54 GMT | 3 |
What are some examples of good code profilers out there (that arn't from red-gate)? looking for other options. thanks! This is for VB.NET and C# profileing (VS2005)
|
| check if a port is opened | 20 Oct 2006 18:33 GMT | 2 |
I'm want to check if a certain port is opened or closed. now I'm using try-catch to connect to the port. if it fails, it meas that the port is closed. The problem is that this method is extremely inefficient! anyone has a
|
| Encryption | 20 Oct 2006 18:09 GMT | 3 |
I am building application that uses MS SQL 2005 as a backend that stores sensative data (ssn, passwords....). Are there any good articles out there that discusses the options? Thanks
|
| Propose new feuture for csharp | 20 Oct 2006 17:17 GMT | 12 |
Don't know if this forum read somebody from MS team. I suppose yes, so propose new language future wich i need very much :-) I think it would be nice to have in C# something like macros, but more powerfull. Here is example:
|
| PropertyGrid | 20 Oct 2006 16:41 GMT | 1 |
Hi, is there a way to change the column widths and the height of the description pane in the PropertyGrid? Kimmo Laine
|