| Thread | Last Post | Replies |
|
| datagrid bound to IBindingList problem | 12 Nov 2005 18:55 GMT | 1 |
Hi, is there any way to format and order the columns displayed in a datagrid bound to a class that inherits from IBindingList? i have used DataGridTableStyle and added DataGridTextBoxColumns to it in the correct order which works fine if the dataGrid.dataSource = "ArrayList", but it
|
| Math parser | 12 Nov 2005 18:10 GMT | 12 |
Does anyone know if there is a library or a sample project that can parse strings with mathematical expressions inside ? eg. string math = "(23 + 48) ^ 2 - (7.76 * 3.14)"; parser should calculate the result of this.
|
| What is the need of 3 tier architecture or 4 tier architecture | 12 Nov 2005 16:15 GMT | 3 |
I am working with c# and asp.net in developing web applications, iam using .netframework 1.1 ,i want to know what is the need of 3-tier or 4-tier architecture in our application development.what is its part when some body is using our application.plese give links where i can ...
|
| Difference between VS2005 Standard and Professional | 12 Nov 2005 16:13 GMT | 7 |
I have read the Microsoft Product Feature Comparisons page many times over (http://msdn.microsoft.com/vstudio/products/compare/default.aspx), as well as Gregory's blog on the subject (http://spaces.msn.com/members/gregorybeamer/Blog/cns!1ptsyfBgfiUmsaQCul95SOyg!14 1.entry)
|
| Advice Required Career Move | 12 Nov 2005 15:53 GMT | 1 |
I work for a multi-domain software services provider and have been at this job since campus. I recently got this offer for Morgan Stanley IT division as a C#/.net Dev for their in-house s/w.
|
| Invisiable console application | 12 Nov 2005 15:51 GMT | 3 |
I am trying to build a console application in C#.Net. This application is suppose to run in background without user interaction. How can I hide console to appear?
|
| ActiveSync 4.0 - Why no manual sync? | 12 Nov 2005 14:48 GMT | 2 |
I just want to stick my PPC in its cradle and have it charge... and nothing else. What is so wrong with that? Why won't Microsoft let me do that very simple thing??
|
| How can I make my project pick up the latest .dll? | 12 Nov 2005 08:55 GMT | 2 |
I am trying to do a build of an application against the latest .dll file for a library but the compiler insists on trying to load an older version : Graphics2D.dll(1.0.2142.164) instead of Graphics2D.dll(1.0.2142.3790) Is there an easy way to fix this problem? Thanks,
|
| Union a Structure and Byte Array | 12 Nov 2005 05:06 GMT | 3 |
In C#, I cannot find a way to effectively union a class (or structure) and a byte array. Essentially, I need to do this equivalent in C: union {
|
| Generate HEX number. | 12 Nov 2005 03:52 GMT | 11 |
I need to randomly generate a 16 digit hex number in C# code. How can I do this? Thanks.
|
| Can we use System.IO.Compression to zip file | 12 Nov 2005 03:47 GMT | 2 |
We can use System.IO.Compression to compress/decompress stream. How can we use System.IO.Compression to zip/unzip file in disk?
|
| CheckedListBox in Windows Form | 12 Nov 2005 03:29 GMT | 1 |
How do I store a string value for an item in a CheckedListBox in Windows Form? For a web based application, CheckBoxList allowed us to store 2 string values for the item in it. How do I achieve that when making use of the
|
| RemoteCreateDBInstanceEX warning in VS 2005 | 12 Nov 2005 02:55 GMT | 3 |
I'm getting the following warning when I build a solution in VS 2005 which I did not get in VS 2003: At least one of the arguments for 'DataLinks.RemoteCreateDBInstanceEx' cannot be marshaled by the runtime marshaler. Such arguments will therefore
|
| One SP with two recordsets | 12 Nov 2005 02:49 GMT | 5 |
I'm able to get one recordset from my SP that has two select statements. How do I get the second recordset? How do I access the second recordset to populate the tag of my controls? Here is my code so far. I'm getting an error 'System.Data.DataTable' does
|
| filling an array | 12 Nov 2005 01:37 GMT | 5 |
I might decide to use a 3D array, but for now I'm experimenting with 2D. Here's what I have so far: for (int x = 0; x < 10; x++) {
|