| Thread | Last Post | Replies |
|
| VC++ Vs .Net | 06 Oct 2006 03:34 GMT | 3 |
Ok ... Ok hold on. This is not the same old discussion. But it still is. I am creating an application which would open 100+ sockets. Every socket would be emulating a user for a telnet connection thus response should be real time. This is the reason i have created one thread for ...
|
| WinInet C# - InternetSetOption | 06 Oct 2006 01:12 GMT | 4 |
How can I code the Work Offline function using Wininet and InternetSetOption. I found some stuff in VB and Delphi but not in C# :-( ~Matt
|
| regex expression | 05 Oct 2006 22:36 GMT | 9 |
what is a good general regex expression for html <img ....> tag? I tried "<img [/:.a-z =0-9\""_;&]*\->", RegexOptions.IgnoreCase) but it is not quite working
|
| Format String Dialog | 05 Oct 2006 22:25 GMT | 3 |
Visual Stadio IDE uses a dialog box to define format strings... http://msdn2.microsoft.com/en-us/library/ms171572.aspx Can I reuse that dialog box on my application? How? I'have seen the dialog appers (at runtime) if I use a PropertyGrid control
|
| Export function problem (unmanged to managed) | 05 Oct 2006 22:12 GMT | 1 |
I am trying to call an Unmanaged code (MFC C++) from Managed code (c#) I have declared in the unmanaged code the function: extern "C" {
|
| RSS 2.0 in .net 2.0? | 05 Oct 2006 22:12 GMT | 1 |
I am working on an application( for learning purposes) that would retreive RSS 2.0 feeds from various locations and display them in my windows application. Is there any particular and useful library available , for reading rss 2.0,that can be used in .NET 2.0 ( C#)
|
| SignedXml not found in .net 2.0 ? | 05 Oct 2006 22:03 GMT | 1 |
I had a code snippet that worked fine in .NET 1.1 with WSE 1.x. I now installed Visual C# Express 2005 and .NET Framework 2.0 with WSE 3.0. I am trying to compile the same class but it cannot find SignedXml. I have included the System.Security.Cryptography.Xml namespace but the
|
| updated regex for email validation | 05 Oct 2006 21:03 GMT | 1 |
Has anyone seen an updated regex expression from Microsoft for the email validation expression so that single quotes are allowed? I've been using the canned regex for emails, but recently been informed by a customer that the single quote is allowed as part of the email address (Mr ...
|
| StrongNamePair.Consructor( String ) | 05 Oct 2006 20:56 GMT | 1 |
I am trying to create a StrongNamePair object and would like to use the constructor that accepts a string parameter. What format should this string be?
|
| Photostory 3 problems | 05 Oct 2006 20:55 GMT | 1 |
Have the Sonic plugin for Photostory 3- was working pretty good- no doesn't produce playable DVD's at all. Runied 8 last night. Says it has written DVD- but DVD won't show up or play in any DVD player. Story is short- only 2 minutes and not a lot of photos. I did get one to ...
|
| generating Excel files w/ .NET? (an ASP.NET, C# web app) | 05 Oct 2006 20:35 GMT | 8 |
can anyone speak to some of the common or preferred methods for building Excel .XLS files, programmatically thru the .NET framework? i have an intranet app that needs to generate & email .xls files for users. these are not reports, but rather more like forms. its a pretty
|
| Identifying the method and class name programmatically | 05 Oct 2006 20:27 GMT | 4 |
Is there any way to tell, programmatically, what method and class you're in? For example, if I'm doing error handling, I don't want to have to type the name of the method and class each time; I'd rather have a stock thing I can just paste in everywhere.
|
| System.Timers.Timer Issue | 05 Oct 2006 18:46 GMT | 14 |
I have an instance of the System.Timers.Timer class (V1.1) running in a Windows Service. When the Elapsed event fires the Timer.Interval property is set to 24 hours ahead, which results in the Elapsed event firing once a day. Twice in the last 45 days the Elapsed event fired ...
|
| .NET 3.0(Windows Workflow Foundation) Install Problem | 05 Oct 2006 18:19 GMT | 1 |
I have installed .NET 3.0, I have downloaded “Orcas” Development Tools for for .NET Framework 3.0 I have then downloaded samples from below site. http://wf.netfx3.com/content/WelcometoNetFx3.aspx
|
| Possible bug in .Net 2.0 udp sockets? | 05 Oct 2006 18:13 GMT | 6 |
A while ago, I created a client-server UDP application in .Net 1.1. A client application connects via UDP to a server; once acknowledged, the server sends the requested data to the client (a video stream). The application has to work over the internet (where the data may cross
|