Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / New Users / March 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Question about generic IEnumerable26 Mar 2006 08:30 GMT1
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 issues26 Mar 2006 00:39 GMT1
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 backgrounder25 Mar 2006 19:59 GMT2
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.
RemoveDirecoty25 Mar 2006 18:31 GMT2
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 GMT3
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 Version24 Mar 2006 23:08 GMT1
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 Files24 Mar 2006 22:47 GMT1
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 GMT1
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 GMT13
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 GMT1
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 Protocal24 Mar 2006 17:52 GMT3
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 GMT1
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.203924 Mar 2006 13:10 GMT3
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 GMT1
     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.024 Mar 2006 10:45 GMT3
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????
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.