| Thread | Last Post | Replies |
|
| Datagrid Question | 26 Sep 2005 18:19 GMT | 2 |
in my app i need to select Whole row (Blue) when i press any cell.. i found and tried the following code but no luck private void dataGrid1_MouseDown(object sender, System.Windows.Forms.MouseEventArgs e)
|
| Unicode Encoding / Encryption RSA | 26 Sep 2005 17:37 GMT | 3 |
I am trying to display the encrypted value on the console. When I use the following UnicodeEncoding encoding = new UnicodeEncoding( ); string constructedString = encoding.GetString(encryptedData);
|
| C# and ODBC? | 26 Sep 2005 17:29 GMT | 5 |
I'm pretty new to C# so forgive me if I missed something obvious. I'm trying to find out if C# .NET can be used to access something other than SQL Server, using ODBC. I haven't seen anything that talks about ODBC in the book I have or from looking around on Microsoft.com.
|
| dataGrid winforms how to bound columns? | 26 Sep 2005 17:00 GMT | 3 |
i'm able to display data in datagrid. how to change the column with, header etc? i'm trying to add TableStyles but it is not changing anything... my query: select id, dictionary from words
|
| MDIList and ContexMenu | 26 Sep 2005 16:53 GMT | 1 |
Hi, I have a problem, when i use a context menu in a MDIForm and activate the property "MDIList= True", the context menu don't show me the current child windows, please help me, i use VS2003.
|
| Visual Winform Assembly on a ASPNET form | 26 Sep 2005 15:52 GMT | 2 |
I created a WindowsApplication with 2 textboxes and 1 button on a Form, and set the output type to Class Library and VS2003 created a WindowsApplication1.dll now i would like to load this assembly on webform. Can somehelp. Any samples is appreciated.
|
| PropertyGrid and Objet (dynamic readonly) | 26 Sep 2005 15:35 GMT | 1 |
I have a instance of a class A I show it in a propertyGrid. Sometime this object can be edited, sometime not (all properties readonly). How can i do it (Without the ReadOnlyAttrivute)
|
| verizon smtp mail server | 26 Sep 2005 15:17 GMT | 3 |
I write an asp.net web application. It has a “Contact Us” page, where users fill in their email, subject and text and hit send. Then the email will go to my hard coded yahoo email account. I was using optimum online service with smtp server as “mail.optonline.net”.
|
| DLINQ Queries and observations | 26 Sep 2005 15:09 GMT | 3 |
I have the following queries/Observations about DLINQ. 1. I could not find any direct way of handling many to many relations. Suppose if User and Role are related by a join table UserRole then I should be able to have a collection of Roles in User and vice versa. Which i think
|
| Exception handling architecture | 26 Sep 2005 14:25 GMT | 1 |
I have am working on C# 2.0 for a project and need to know the best practices for exception handling. At the moment I am doing it as Follows. I have a Manager class that is supposed to update entries in the Dictionary
|
| Catching exceptions in an OnPaint PictureBox event | 26 Sep 2005 14:14 GMT | 1 |
How can I catch an exception inside an event? I want to capture the exception of an OnPaint event in a picturebox because sometimes it's not displayed and gives me an error. Another question BTW, how can I kill all threads of my application in a
|
| calling crystal report | 26 Sep 2005 14:08 GMT | 2 |
How to call a crystal report ? Hrcko
|
| DateTime, Web service, Sql server | 26 Sep 2005 13:21 GMT | 5 |
I have Win application -> Web service -> Sql Server. The user input date and time in format dd/MM/yy hh:mm. I convert it to datetime and send it to a web service which save it to the db. But the datetime is changed according the timezone of the server and the client machine (I
|
| detecting the socket that cause exception in Socket Select method | 26 Sep 2005 11:17 GMT | 2 |
i get an SocketException exception when using socket select method. how do i know what is the socket that cause the exception ? can i get this info from the exception instance ? Thanks.
|
| Bounded Combobox & ListBox delay | 26 Sep 2005 10:47 GMT | 2 |
Some of my win forms was delay couple of seconds when loaded for first time.. i thought there is a problem with the sqlconnection or database but the adapter make no problem when bind to grid?! after alot of time tracing the problem i discovered that bounded listboxs
|