| Thread | Last Post | Replies |
|
| Caching of DateTime.Now? | 12 Mar 2008 04:26 GMT | 4 |
Hi... We have some elapsed time stopwatches using the QueryPerformanceCounter() win32 api, but since I was getting tired of doing the arithmatic all the time I added some DateTime.Now.ToString("HH:mm:ss.fff")'s to the log and I noticed
|
| System.Net.Mail | 11 Mar 2008 19:23 GMT | 10 |
We are converting some applications from Frwk 1.1 to 2.0 We have changed System.web.mail to System.net.mail.. (using the samples provider by msdn site to send mail (quite easy, its almost the same)
|
| Metafile & Graphics | 11 Mar 2008 18:05 GMT | 1 |
I have a Metafile and a Graphics attached to it and I do several drawings on the Metafile through the Graphics. After the drawings I need to print the metafile. If I try to print the Metafile right away, nothing shows on the page, now,
|
| cpu usage on multiple core system below 100% | 11 Mar 2008 07:58 GMT | 6 |
I have a question about threads. I wrote an application which uses threads to do some calculations. The threads are started using the Thread-class and ParameterizedThreadStart-Class. On a single core system and even on a dual core system there is no problem getting the
|
| Need help diagnosing WCF timeout exception | 11 Mar 2008 01:01 GMT | 2 |
I have a Windows Service-hosted WCF service that occasionally throws an timeout exception, or something that looks like one. The call chain looks like this: Client->WCF Service->COM Server->COM App
|
| is there difference between XP Pro and Server2003? | 10 Mar 2008 22:10 GMT | 5 |
my local machine is XP Pro. when I built the WCF hosted in IIS, it works fine. (create virtual directory on IIS and open that website and coding.. that's it.)
|
| xsd.exe | 10 Mar 2008 20:49 GMT | 1 |
How do I control the xsd.exe so that it will generate C# class files with one class per file?
|
| smtp DeliveryMethod | 10 Mar 2008 12:55 GMT | 1 |
Any help with - '=========== THIS PART IS NOT WORKING ======== section in the code. I'm not able to send using emails using "C:\temp\" folder!
|
| File IO | 10 Mar 2008 12:45 GMT | 3 |
I've a requirement wherein I need to close an opened file programatically. How can I acheive it/ Thanks Vijaya
|
| Multiple Solution Template | 10 Mar 2008 08:51 GMT | 5 |
I'm trying to make a multiple solution template suit my needs. So far, it's working out a lot better and easier than expected. What I'm coming up short on is using changing the Project Name and Default Namespace for projects to be something like:
|
| Upgrade from 2 to 3.5 | 10 Mar 2008 03:05 GMT | 7 |
I have installed VS 2005. Then I would like to upgrade to 3.5, here are what I downloaded: dotnetfx3.exe (50.3 MB) dotnetfx35.exe (197 MB)
|
| pdf | 09 Mar 2008 21:54 GMT | 4 |
Good staff wanted to create a PDF in Visual C + +. Net, it would contain information from the database. He has to print what is in the form windows
|
| how to send a reference/addressof some procedure to a new thread? | 09 Mar 2008 10:06 GMT | 1 |
So, I have a new thread creating something like: dim myThread as new System.Threading.Thread(AddressOf myProcedure) but, could I send an any kind of parameter instead of call to myProcedure??? I don't know did I made myself clear, but I would like to have something
|
| My PC with XP Home is soooo slow... | 09 Mar 2008 02:33 GMT | 3 |
I've done everything I can think of from uninstalling unused programs, clearing the caches, multiple free online virus et al scans, using my own anti whatever software, used registry cleaners, scanned my hard-disc for errors and such... Yet it
|
| Mass Email | 08 Mar 2008 22:24 GMT | 7 |
Is there a logic in .net to send 1000 emails per second or more ..? And Can I use multiple servers to send mass emails at the same time using one database. I know one server won't handle it :o( Any help would be appreciated.
|