| Thread | Last Post | Replies |
|
| How to embed IE in C#.net windows application? | 20 Aug 2007 18:50 GMT | 2 |
Hello, friends, We have a Windows application programmed using c#.net 2005. Now our users need to access web pags of one or two dedicated IP addresses only. We are thinking to embed an IE component in our application and control it
|
| HDD Space issue | 20 Aug 2007 18:47 GMT | 1 |
Our server D drive disk space is running out soon and there is an unallocated disk space available, so could I create an extended partition on this unallocated disk space and Do Not assign any drive letter, so as to merge it with the existing D drive to become a larger partition?
|
| SQL Query | 20 Aug 2007 16:34 GMT | 6 |
I need to count the number of records on a Day in SQL Server example data Date_Created 2007-08-07
|
| Desktop shortcut when deploying | 20 Aug 2007 12:00 GMT | 3 |
I added a deployment project to my solution and when through the process of setting it all up. When I run my installer it does everything correctly apart from the fact that the shortcut on the desktop and the program files menu
|
| Getting current method info for logging | 20 Aug 2007 11:38 GMT | 3 |
Is there any way to get the name of the method that called the current method? Also, is there any way to get the values of the parameters passed into the method, along with the parameter names?
|
| Dual Mode Sockets on XP and Vista - need help from MS ! | 20 Aug 2007 10:16 GMT | 2 |
I am using Dual Mode Sockets on Vista - runs fine so far... I have used the information provided in this article => http://blogs.msdn.com/wndp/archive/2006/10/24/creating-ip-agnostic-applications- part-2-dual-mode-sockets.aspx So I have the following code in my App.
|
| BUG:Incorrect behavior of Boxed Value Types in MSDN Docs... | 20 Aug 2007 07:38 GMT | 2 |
In search of the differences between struct and class I found this MSDN Doc on Boxed Value Types: http://msdn2.microsoft.com/en-us/library/f08s4k28(VS.90).aspx The output is specified as this if you run this code
|
| Desktop background | 19 Aug 2007 18:40 GMT | 1 |
Can not activate my desktop background, it will not let me change my backgrounds at all. What is my problem or what can I do?
|
| create an XPS document | 19 Aug 2007 13:13 GMT | 4 |
I would like to export my document has an XPS document. I already have some printing code. The problem which I am facing is making the whole process without dialog. Through the print menu the user get a dialog where he can choose his printer
|
| IEnumerator specification inconsistency? | 19 Aug 2007 01:38 GMT | 1 |
In MSDN (August 2006) in the specification of IEnumerator.Current there is word on exceptions. InvalidOperationException shall be thrown in case "The collection was modified after the enumerator was created.". But in the remarks section it can be read that "If the collection is ...
|
| Read cookie value | 18 Aug 2007 20:52 GMT | 4 |
I am writing a simple console program(Not ASP.Net code). How to read IE's cookie value using .Net framework.
|
| Overriding Equals | 17 Aug 2007 21:49 GMT | 1 |
I am faced with a dilemma with a class I am working on. I am overriding the Equals() method to be able to make comparisons with objects of the same type, but this class has a member field that contains a collection. My problem is, the two objects I am comparing are exactly the ...
|
| WebClient DownloadFileAsync | 17 Aug 2007 19:14 GMT | 1 |
I'm trying to download several files in a list one after another, I used DownloadFileAsyn for asynchronous download, the problem is I always get this error message "Web Client does not support concurrent I/O operations" however there is nothing concurrent in what I do, as I wait ...
|
| XML and strongly typed datasets | 17 Aug 2007 18:18 GMT | 1 |
I'm trying to apply techniques I'd normally use to pull data from SQL/Server to pull XML from SQL/Server, and I'm running into a problem. Here's what I'm doing: 1. I've built a stored procedure that pulls my data, and renders it into
|
| Problem post KB937143 install Windows Server with .Net dll exposed via COM | 17 Aug 2007 17:56 GMT | 2 |
Dear Group, We've recently applied KB937143 to a server and a bespoke dll we have (for encryption) has suddenly stopped working. This is a VS 2005 (framework 2) dll that simply wraps some of the MD5 functions within
|