| Thread | Last Post | Replies |
|
| DirectX | 20 Sep 2006 04:19 GMT | 3 |
how we render a device into a picturebox control ??
|
| Here is some as-is code for helping with System.Diagnostics.Process | 19 Sep 2006 22:03 GMT | 1 |
Thought I would throw this out there so that it could be Google'd. Deals with a common use of Process which is to encapsulate another process and grab its standard out and standard error, and so it uses the asynchronous operations that the Process class provides. Sorry for
|
| Need a Depends tool. | 19 Sep 2006 20:03 GMT | 1 |
Is there a tool that exists for .NET like the C++ Depends tool? I basically want to be able to determine what dependencies an assembly has on other assembly DLLs and/or unmanaged DLLs.
|
| vista? | 19 Sep 2006 20:00 GMT | 2 |
I have a very basic question. If your going to start out with vista development is it a lot better to try to develop with Vista RC1 or is it almost or just as good to use XP with Framework 3 installed? Vista is slugish at this point and i want to do most of my development in a
|
| Async activities from class not derived from Control | 19 Sep 2006 19:42 GMT | 1 |
I want to create a utility class which is defined as follows: public Class MyDataReadingClass { ...
|
| Long Lease Times a problem? | 19 Sep 2006 17:36 GMT | 1 |
I'm very confused about whats wrong with doing long Renewal times for the ISponsor interface. Basically, I had been returning TimeSpan.FromSeconds(20) from my Renewal function and all was well. I then thought it might be a good idea to increase the lease time so I use less
|
| Query Exchange 2003 for valid SMTP Address | 19 Sep 2006 17:06 GMT | 1 |
I am writing an application that needs to email to specific users on our Exchange server and need to query it to see if the SMTP address I will be sending to exists. The application will be running on the same server as the Exchange Server. Environment is W2003 SP2 Exchange ...
|
| Detect if Workstation is locked | 19 Sep 2006 15:51 GMT | 14 |
I want to detect in my C# app (can use iterop) if the workstation is locked. I've seen on the web people saying it's impossible except by looking if the Screensaver process is running. There must be a clean way of doing it because MSN detects it and can change your status based ...
|
| Custom data provider | 19 Sep 2006 14:17 GMT | 2 |
Hi. I'm trying to develop a custom data provider and would like to add designer support. Specifically for the CommandText property I would like to set the property editor that all other providers have (the Query builder). Is this Editor available in the ComponentModel library or in ...
|
| A question on VB Classes | 19 Sep 2006 13:39 GMT | 1 |
Can some one please tell me what I'm doing wrong. I'm trying to create a class called Dog, but Visual Basic tells me that I can't enter Wolf.age....why is this? Public Class Form1
|
| Server Access | 19 Sep 2006 13:06 GMT | 1 |
I am replacing a VB6 batch program with NET 2003. The program is launched from a SQL Server via DTS, and the first thing the program does is read some information from a file (DAT/INI type) residing in the same folder as the exe. The VB6 programs works just fine, but the NET ...
|
| bluetooth | 19 Sep 2006 12:08 GMT | 1 |
ho necessità di rilevare tutti i dispositivi nelle vicinanze(palmari, cellulari etc), elencarli ed accedervi. avete suggerimenti?
|
| Cross-AppDomain call problems | 19 Sep 2006 10:42 GMT | 5 |
I have seen a couple of threads dealing with similar questions, but I haven't found one to answer my question, so here I go: I have a service application that loads a couple of tasks (Plug-Ins you might want to call them). When a task gets executed it will be executed
|
| clr203r3 error | 19 Sep 2006 09:38 GMT | 1 |
We keep getting a windows service error as follows.... EventType clr20r3, P1 pp13eakn2jq2lxxdjz04gyi0giktjvq4, P2 1.0.2385.25848, P3 44b6b961, P4 mscorlib, P5 2.0.0.0, P6 4333ab80, P7 32f8, P8 26d, P9 system.io.ioexception, P10 NIL.
|
| RegEx substring | 18 Sep 2006 20:35 GMT | 4 |
Ok I am new to RegEx and what I am trying to do is find a substring. I have a string that constantly changes. This string is pulled from an Atom feed from a blog. I need to strip the HTML formatting from this string and just grab the inner text.
|