| Thread | Last Post | Replies |
|
| My context menu does not work | 03 Mar 2008 20:10 GMT | 1 |
I have a control called MyDataGridView, and the property ContextMenuStrip is set to ContextMenu Control. The problem is ... when I write click on MyDataGridView, the context menu comes up in edit mode. That is, I can click on an item and edit
|
| How to use objects for a DataGridView | 03 Mar 2008 19:58 GMT | 3 |
Visual Studio .NET lets me to choose an object type (not an instance) for the datasource of a datagridview control. Then it automatically generates a ~~~bindingsource (~~~ is the object type name) component. But I don't understand how to use it, I searched Google for this, but
|
| ClickOnce fails to load after digital signature expired / renewed | 03 Mar 2008 19:35 GMT | 1 |
Recently, i was unable to publish my ClickOnce application because my Thawte Code Signing certificate had expired. I had renewed it, but had not yet gotten around to changing it in the project/properties/ signing section of visual studio. I then took the new PVK and SPC
|
| images in list view | 03 Mar 2008 19:06 GMT | 1 |
Hi, I have a 'star' in my imagelist and I use: listView.SmallImageList = imageList1; ListViewItem itemSize = listView.Items.Add(new ListViewItem("",0)); to add this to my listview. All works ok. What Id
|
| [LINQ] GroupBy vs ToLookup | 03 Mar 2008 18:57 GMT | 5 |
could someone enlighten me on what would be the difference between GroupBy and ToLookup? I try hard but am not able to spot any difference between these two. the syntax and behavioral semantics is the same.
|
| locate file by typing name | 03 Mar 2008 18:03 GMT | 2 |
I have solution opened in Visual C# 2008 Express IDE. I want to locate any cs file quickly by its name: type file name or first letters of it, eq. myclass.cs After that some instance of file should highlighted in Solution Explorer
|
| Can't initialize password textbox | 03 Mar 2008 15:27 GMT | 3 |
I am using information from a cookie to initialize a password box but the password is blank when displaying the web page. Can anyone explain why I can't programmatically initialize a password textbox. I am able to intialize the user id textbox but not the password box. I ...
|
| Skinning a Windows Application? | 03 Mar 2008 14:28 GMT | 6 |
I'm just wondering whether there are (if possible free) toolkits/classlibraries available which support skinning of a c# windows application (.net 2.0). Any ideas, links, hints?
|
| Linq o SQL to query an XML data column | 03 Mar 2008 13:38 GMT | 2 |
I have been trying to use Linq o SQL to query an XML data column I currently have in my DB, but it seems that Linq to SQL sees a typed xml column as an XElement, I don't want to get the full column locally to then use Linq to Xml.
|
| Linq to Sql: Adding nullable association in O/R Designer | 03 Mar 2008 11:49 GMT | 3 |
Hi all, I have a table that has an optional entry so that column is defined as int. I want to associate it with a column in another table. That column must be present so it is defined as int NOT NULL.
|
| Wierd C# DateTime Parse Error..please help | 03 Mar 2008 10:48 GMT | 3 |
We have a web service that gets data in xml format. In that Xml data, we parse few date fields that are in this format <data datefield="12/26/2008" timefield="16:33:45" ...> we parse it into a DateTime field using DateTime.Parse( datefield ).Add(
|
| Creating a TCP/IP Connection | 03 Mar 2008 10:41 GMT | 4 |
I'm new to C# and was wondering how I can create a TCP/IP connection. I would like to be able to create a connection to a web server on a specific port fire of some commands to it and then once I'm finished close the connection again.
|
| Puzzeling .NET behavior with signaling (ThreadPool, RegisterWaitForSingelObject and AutoResetEvent) | 03 Mar 2008 10:32 GMT | 11 |
I have encountered some very puzzeling behavior of .NET which I'm seeking an explanation for: This is just a test program to check out how ThreadPool.RegisterWaitForSingelObject works.
|
| passing objects through multiple layers | 03 Mar 2008 10:28 GMT | 6 |
I guess you all agree that layering software is a good idea but I'm at a point where I'm not entirely sure which route to go (read: stay wtf free). Imagine something like a three layered application with a database,
|
| Generics & Sorting | 03 Mar 2008 07:47 GMT | 13 |
Hey All, I've been handed a brain teaser of sorts and I'm hoping that you may be of assistance. Using a List or such of Generics objects, what would be the best way of
|