| Thread | Last Post | Replies |
|
| Where is the parameter argument collection? | 28 Aug 2006 20:41 GMT | 5 |
Hi! I have hundreds of functions. I would like to make a debug possibility. The first task is to list the parameter collection with a cycle. Where is the function parameter argument collection? thx.
|
| creating dynamic Excel forms, w/ validation -- possible? | 28 Aug 2006 20:28 GMT | 5 |
i am on an interesting project. in this project, i have to create dynamic data-entry forms for offline-users to fill out, save locally, and eventually postback to our app (when back online). data validation is required on the form.
|
| Sending E-Mails "MailTo" Style | 28 Aug 2006 20:05 GMT | 2 |
I use classes in the System.Net.Mail namespace to send e-mails programatically. However what I want to do is the following: When the user clicks a button to send mail, the effect is like what happens when you click a MailTo link in a
|
| FYI: Xmpp (Jabber) c# codebase, BSD style license, Piorun.Xmpp | 28 Aug 2006 19:12 GMT | 1 |
For general information... as I spent a lot of time tracking down the library I liked and wanted to be sure it was getting the attention it deserved. I am a long-term users of Jabber-net for our xmpp library but were
|
| Immutable Classes | 28 Aug 2006 18:50 GMT | 8 |
I've got some classes that I've built that currently require far too many locks when they're running in a multi-threaded environment. To get around this, I'm looking to make these classes immutable. I'm also trying to be (as any good programmer) as lazy as possible about the ...
|
| Windows Firewall and UDP Packets | 28 Aug 2006 18:36 GMT | 2 |
I would like the user to be able to choose "Unblock" on the security alert dialog when my application attempts to send a UDP packet for the first time. However, the securlty alert dialog does not appear. I have to tell the user (when running the app for the first time) to ...
|
| Using InstallUtil - Unknown Error "-1" | 28 Aug 2006 18:10 GMT | 1 |
I've built a small windows service on .NET 2.0 framework. In order to test/debug the application if first must be installed using the InstallUtil command from the vs command prompt. Everything I have tried results in: Unknown Error "-1"
|
| Serialization help needed | 28 Aug 2006 15:52 GMT | 6 |
I'm writing kind of a "network monitor" application in .NET 2.0 (C#); At runtime, the user should be able to configure all kinds of different "sensors" and I want to serialize them to an xml file. There are several different classes for different sensors, all derived from
|
| How to generate an HTML from XML documentation tags | 28 Aug 2006 15:49 GMT | 4 |
Having documented your C# code with the XML tags for documentation, how do you then generate a HTML help file (.chm) for it? I am talking about code decoration tags such as: ///<summary>
|
| Exception in Reflection and System.Collections.Generic.List | 28 Aug 2006 15:26 GMT | 1 |
i have some generic List instances which where created for different class (e.g. List<int> , or List<string>). Now i have a reflection framework in place which tries to get all the objects of the lists.
|
| Drag Drop (C1 and windows forms) | 28 Aug 2006 14:33 GMT | 1 |
I need a litle help with dragdrop... I can't find anything useful on google... I have a ComponentOne True Grid and Windows Forms Treeview i want to drag an item from the grid and into Microsoft Treeview...
|
| Error window web access failed is displayed | 28 Aug 2006 14:04 GMT | 1 |
In local system .net is working fine, but while working on LAN we are facing a problem . We open IDE and select new project for with Visual basic template choose asp.net webapplication
|
| simple Socket Programming question. | 28 Aug 2006 13:28 GMT | 3 |
I am a bit new in socket programming and I have a question about what's the best way to implemnt a TCPClient that can receive long messages? The example I found in MSDN works for me but it downloads only the first chunck of data sent by the server I connect to. How can i make the ...
|
| File.Exists? | 28 Aug 2006 12:07 GMT | 2 |
A file named Form1.asp exists in the folder C:\Inetpub. The following code exists in a file named FindFile.aspx which exists in C:\Inetpub\wwwroot\ASPX: <script runat="server">
|
| WSS document event handler that will use System.web.mail sendmail | 28 Aug 2006 10:28 GMT | 5 |
I am not using vs studio 2.0 I have 1.1 I have a WSS document event handler that works on a document insert, I want to use system.web.mail to get to sendmail and put out an email. Document event handlers are written with C# class library which does not allow me to
|