| Thread | Last Post | Replies |
|
| Question about generic IEnumerable | 26 Mar 2006 08:30 GMT | 1 |
Visual Studio won't give me the "implement interface option" when I do this: public class Dictionary<K,T> : IEnumerable<KeyValuePair<K,T>> but it does when I do this: public class Dictionary<K,T> : IEnumerable<K>
|
| VSTS Performance Explorer issues | 26 Mar 2006 00:39 GMT | 1 |
I'm trying to use the VSTS Profiler on a fairly large and complex .NET 2.0 application. In the past, I've always used the Compuware tools (especially the Community Edition of their profiler) and am in general quite familure with application tuning in .Net.
|
| .Net 2 backgrounder | 25 Mar 2006 19:59 GMT | 2 |
I am looking for pointers on creating a .Net 2.0 Win app that can change the wallpaper of a windows machine. Namely, how to change the wallpaper. Thanks.
|
| RemoveDirecoty | 25 Mar 2006 18:31 GMT | 2 |
Is there an example of the use of the 2.0 FTP RemoveDirectory ... anywhere?
 Signature -- Thom Little -- www.tlanet.net -- Thom Little Associates, Ltd. --
|
| UTF8 to UTF16 ? | 25 Mar 2006 13:25 GMT | 3 |
I'm somewhat confused about Unicode but up until now I havent really seen much issues with using it up until recently. We recently started using an SMS gateway that requires a unicode message to be sent as a hexadecimal string where each byte code has been replaced with their ...
|
| Assembly Version | 24 Mar 2006 23:08 GMT | 1 |
In the 1.1 framework the assemly Version would optionally auto-increment. In the 2.0 framework the auto increment seems to be only available on one-touch deployment. How can I put auto-increment back on a non-one-touch assembly?
|
| Uploading Files | 24 Mar 2006 22:47 GMT | 1 |
I'm trying to figure out a way for a user to be able to select a file name (on their local hard drive) and upload it to a web server. That's the easy part...and I use a standard Input tag with a type=file. What I would like to do is also upload a couple of other files ...
|
| DataViewRowState returning bogus value ?? | 24 Mar 2006 22:26 GMT | 1 |
In an attempt to update an Access database, I have DataViewRowState returning a value of 28 which is not in the properies list of values. Here is a code snippet: Dim cmdUpdate As System.Data.OleDb.OleDbCommand =
|
| Extending WebBrowser using WebBrowserSite won't call methods - sample code? | 24 Mar 2006 21:14 GMT | 13 |
Trying to extend a 2.0 WebBrowser control using WebBrowserSite as per docs. Tried implementing IDocHostUIHandler, IDocHostUIHandler2, IInternetSecuritymanager, IServiceProvider. The only methods which get called (so far) are
|
| Good introductory C++ .NET book, preferably for VS.NET 2005 (or 2003) | 24 Mar 2006 19:54 GMT | 1 |
Anyone have good suggestions? I have loads of experience with C# and VB.NET, but would like to make the transition to C++. Thanks!
|
| Urgent !!!!! How to Upload a file in C# with HTTPS Protocal | 24 Mar 2006 17:52 GMT | 3 |
I want to upload a file to ebay site using pure C# I am having a text file named eBayData.txt i want to upalod this to ebay site at URL :
|
| My Project/Settings.settings | 24 Mar 2006 17:03 GMT | 1 |
In a Windows project you have a folder called 'My Project' with a Settings.settings file. However you don't have the same option for a Web project...how come? and how do you do something similar for a web project??? TIA
|
| INSERTing long TEXTs into MSSQL 8.00.2039 | 24 Mar 2006 13:10 GMT | 3 |
I have a table with columns of types datetime, varchar, text, text, text, text. The text columns will contain XML documents, there is no primary key in the table but they varchar column contains foreign keys.
|
| Help with event response in threadpool. | 24 Mar 2006 11:46 GMT | 1 |
I am using a controls, webbrowser, in threadpool. every thread has its own webbrowser object. at the same time, i must response for the event DocumentComplete, i don't know whether the event should be fired when the thread method returned?
|
| Question Framework 1.1 & 2.0 | 24 Mar 2006 10:45 GMT | 3 |
If I have installed both versions of the framework, can I say to may application use 1.1 or 2.0 or when I run the applicacion will use the higher version????
|