| Thread | Last Post | Replies |
|
| Datagridview repositioning rows automatically | 08 Jun 2006 21:08 GMT | 1 |
I am using a Datagridview bound to a custom collection [IBindingList] and it shows three columns- one is DataGridViewCheckBoxColumn and other two are DataGridViewTextBoxColumns. The list of the items is displayed in the datagridview and I start checking the ...
|
| ASP.Net Framework 2.0 not showing up as an IIS property page | 08 Jun 2006 19:07 GMT | 4 |
I have installed (and un-installed, and reinstalled) framework 2.0 on a Windows 2003 server. I still cannot get the property page to come up on it. When I run aspnet_regiis -lv on the 1.1 framework folder, I get this:
> C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322>aspnet_regiis ... |
| What is the replacement for VSA ? | 08 Jun 2006 17:57 GMT | 3 |
I've done plenty of code using VSA two years ago. Now VS.2005 tells me VSA is obsolete, however no hint where to go. What is the replacement? CodeDom? Users of my application can enter VB.NET scripts which are executed on the
|
| Distributing Database Applications | 08 Jun 2006 17:05 GMT | 1 |
I'm an Access developer, and I've been using VBA for some time. There are a few things I can't do in VBA that I'd like to do, so I'm looking into switching to VB.Net. The problem is, I want to make sure I have all I need. I'm used to having
|
| Calculating Interest Payments? | 08 Jun 2006 15:49 GMT | 2 |
I am looking for assistance (or a control - Loan Calculator) that will calculate monthly payments. Here is an example of what I am looking for (a formula would work great). 7.25% for 48 Months
|
| About Windows Services | 08 Jun 2006 15:48 GMT | 4 |
I want to run a service at the background but also provide some user interface for editing some configuration options. In this regard, my questions are: 1. Can a Windows Service have a UI along with it?
|
| How to intercept IP packet from an application ??? | 08 Jun 2006 14:27 GMT | 8 |
I actually need to develop a Firewall. What i want to do is intercept all the IP packets generated by an application running in the same machine as my firewall application. Do you know how to intercept the IP packets. Thank you very much for your help !
|
| GAC - What's using my assembly | 08 Jun 2006 13:09 GMT | 2 |
How can I determine what is consuming a particular assembly that's in the GAC. (There's an assembly of ours that's not letting me delete it from the GAC. It's COM exposed and so could be used be either COM or .NET)
|
| Converting File Formats (Unix to Windows) | 08 Jun 2006 11:46 GMT | 6 |
Greetings. Not sure if this is the right forum..... In case I should visit some other forum please let me know. Does Dot.NET provide a quick method/way to convert a UNIX text file to DOS format?
|
| Unable to pass Dictionary class instance over Webservice | 08 Jun 2006 06:52 GMT | 2 |
Getting serialization error. The class implements ISerializable. Is there any resolution to this. thanks Niranjan
|
| No of Appdomains created.. | 08 Jun 2006 06:07 GMT | 2 |
If i open a exe created in .Net,say 5 instance so how many appdomains will be created??? Thanks in advance.. Regrads,
|
| BadImageFormatException on framework 64 bit | 08 Jun 2006 02:28 GMT | 3 |
My application uses a win32 DLL (unmanaged code) and it works well with .net framework 32 bit. Now I'm testing it with .net framework 64 bit on a pc with windows XP 64 bit and as soon as the application start I get this error when the program load the win32 dll: System ...
|
| FileSystem.GetDirectories | 08 Jun 2006 01:49 GMT | 2 |
Does anyone know in what order the directories will be returned? (i.e. alphabetically or in date order) Thanks
|
| Call extended stored procedure programatically? | 07 Jun 2006 23:35 GMT | 1 |
C# / .NET Framework 1.1 I would like to query extended stored procedure like stored procedure... However, I found that CommandType property does not have Extended Stored Procedure value.....
|
| DataTable.ImportRow question | 07 Jun 2006 20:47 GMT | 1 |
I have a question about the .NET DataTable.ImportRow method. If I import a DataRow into an empty DataTable, will the empty DataTable pick up the schema of the DataRow I'm trying to put into it? For example, I have code that looks like this:
|