| Thread | Last Post | Replies |
|
| ... not marked as serializable. | 30 Mar 2006 10:31 GMT | 2 |
Hi again I have a little problem with "serializable" a control ... I am creating AppDomain, Assembly and Instance. All works fine. My "base" class for the instance inherit from:
|
| why does IndexOf still return -1 | 30 Mar 2006 09:50 GMT | 25 |
Wouldn't it make sense if IndexOf just threw a character not found exception instead of -1? If -1 is what you were expecting there should be a function ContainsChar that returns bool.
|
| How to handle screen resolution problem while designing windows forms using C#? | 30 Mar 2006 09:13 GMT | 2 |
I am new to this group, and I would like to know how we can design a windows application which would automatically change the form size, controls size, position etc., as and when the screen resolution is changed. Reason being, I have designed an windows application using C#
|
| Bug in VS 2005 ReportViewer? | 30 Mar 2006 09:07 GMT | 1 |
I'm trying to get the VS 2005 ReportViewer (not crystal reports) to work in a windows form application. This is my small test project: - Created a windows form application
|
| VB and C# code together in VS2005 | 30 Mar 2006 08:53 GMT | 1 |
I believe it is a feature in VS 2005 you can write VB and C# in the same project. It is ture if the project type is a web project. However in a libary project that compile to a DLL, once I select a language to start up, I cannot have a
|
| NumericUpDown 's ValueChanged event is not always fired | 30 Mar 2006 08:39 GMT | 1 |
I notice System.Windows.Forms.NumericUpDown's ValueChanged event is not always fired, especially edit its text box directly.
|
| Delphi Power arithmetic function in C# | 30 Mar 2006 08:06 GMT | 10 |
I'm migrating an applicationf from Delphi5 to C# .net Framework 2.0, but have some problems convertingt the Power function, because it is not implemented in the framework Math library. Does anyone have some code lines how to create an own Power function?
|
| Filesize using WebClient | 30 Mar 2006 07:44 GMT | 4 |
Howto get the filesize from a file on "the web" using the 2005 WebClient? TIA, Leon
|
| Invoiking delegates | 30 Mar 2006 06:55 GMT | 3 |
(I am sorry to crosspost both here and in asp.net group. I think, this question quite certainly belongs better to this group, but by error I posted the question to asp.net group) Hello,
|
| Project path question | 30 Mar 2006 06:33 GMT | 1 |
Whenever I create a web project, a folder is created in c:\Inetpub\wwwroot for the web part of the project, but then Visual Studio also creates a folder in 'My Documents'. This works fine, but it would be more convienent for backups if it could just create everything in C ...
|
| VC++ code insertion into C# | 30 Mar 2006 06:28 GMT | 1 |
i have been working on drop down menus(popup menu on fly) for so long. But i am not able to do this is C# successfully. i found these can be done in VC++ easily. I am running short of time. Can i add this functionality return in VC++ to my C# project? If so, how to do this? Since ...
|
| Getting Methodbase and all parameters passed to that method | 30 Mar 2006 05:28 GMT | 1 |
I am trying to get the method and the parameters passed to that method from the stackTrace. My code is, private void GetExecutingMethodInfo()
|
| Basic Variable Scope Question | 30 Mar 2006 03:45 GMT | 6 |
Fields vs. Local Variables- as I understand a Field (declared inside a class) can share data across methods in the class, and to other classis (if declared public) where local variables (declared inside a method) are scoped only within the method.
|
| Filtered view on second DataGridView | 30 Mar 2006 02:45 GMT | 3 |
I have an XML data file with several nested tables two to three layers deep. I want to use two DataGridViews to show and edit the data then save the data back to the XML file. I want the top DataGridView to show the parent data. If clicking any row of
|
| Different font color for each character in one label | 30 Mar 2006 01:34 GMT | 1 |
for example if i have label1.Text = "ABCDEFG" and i want to make "A" in red color "B" in blue color with in same label can anyone tell me how to do this?
|