| Thread | Last Post | Replies |
|
| design to overcome filesystemwatcher filter limitation | 01 Aug 2006 18:37 GMT | 3 |
I am facing a design issue in my code related to the filesystemwatcher's filter property. I figured out that the filter won't accept multiple patterns for eg. "*.txt, *.csv" don't work.
|
| C# FTP SafeTP IIS & PassivePortRange | 01 Aug 2006 16:55 GMT | 1 |
I'm writing an FTP application in C# and decided to try SafeTP(http://www.cs.berkeley.edu/~smcpeak/safetp/) for data encryption. The FTP Server is running on a 2003 Server w/IIS 6.x and is behind a netgear firewall/router (FVS124G). This is my first ftp
|
| How to displays treeview leaves as normal text and not hyperlink | 01 Aug 2006 16:23 GMT | 1 |
I'm using the asp:TreeView component of asp.net 2.0 and my tree is structure is Root -- Parent 1
|
| Singleton problem | 01 Aug 2006 16:21 GMT | 7 |
I have a problem regarding singletons in C#. What I would like to do is the following ClassA is a singleton ClassB inherits from ClassA and is also a Singleton
|
| Missing Dll mscoree.dll | 01 Aug 2006 16:19 GMT | 2 |
I created a simple vb.net ( 2003 ) exe with some process kill commands. -Beginner. When I run it on my machines here, ( just copy the exe around ) it works. When I copy it to another machine, I get an error,
|
| New developement 3 tier structure | 01 Aug 2006 16:03 GMT | 4 |
I was hoping someone could point me in the right direction regarding a new software developement. Basicallly i have a friend who wants me to develop a dynamic system in ASP.Net that allows me to create INSTITUTIONS at the top level then
|
| how to create our oun extentions and how to recongnize them throug our s/w | 01 Aug 2006 15:50 GMT | 2 |
We have an application to develop in C#.Net. That application is similar to Adobe Photoshop. In that we have to get the functionality similar to how psd file is created in photoshop.
|
| How to draw a one pixel line | 01 Aug 2006 14:16 GMT | 1 |
I want draw a line for saperate form, how do i do? thx
|
| A very confusing question ? | 01 Aug 2006 13:05 GMT | 2 |
As all of the people told that assemblies are of three types, Private, Public & Satellite. But I think these are of only two types: 1. Single File &
|
| conversion | 01 Aug 2006 13:04 GMT | 1 |
I have a result number that i need to convert to a readable format in other words let's say my result is: 1000000000E-03 I need to convert it to read like: 0.0001000000
|
| 2.0: Service Packs? | 01 Aug 2006 13:00 GMT | 3 |
On Microsoft web page I found Microsoft® .NET Compact Framework 2.0 Service Pack 1 Redistributable. Could you tell me please if there are other service packs for .NET? I haven't found other SP in Internet but maybe there are...
|
| SHGetSpecialFolderLocation/SHGetSpecialFolderPath | 01 Aug 2006 12:54 GMT | 2 |
I'm using VS 2005 and dotNet 2.0. Is there an easier way to obtain MyDocuments (and related special folders) than through the shell ?? The Shell way:
|
| MyBase.Closing and Me.FormClosing | 01 Aug 2006 10:42 GMT | 1 |
I have a VStudio 2003 project that had code like: Private Sub frmAnyForm_Closing(<parameters list...>) Handles MyBase.Closing and this project was converted to .NET 2.0
|
| Which application Framework | 01 Aug 2006 09:36 GMT | 1 |
We are on VB.NET 2005 using sql server 2000. We are on the verge of a major application development project. We are looking for an application framework, We have looked at several, Mere Mortals, VBexpress and PDSA (Paul Sheriff and associates) application Framework, and
|
| Publishing .ASPX ? | 01 Aug 2006 04:45 GMT | 1 |
I am new to ASP.NET. I want to publish a page on IIS. That page will accept the request pages from users and hand in that request to BizTalk 2004 receive port. Does anyone know how can I do this? Or any good website where I can learn
|