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 / .NET SDK / December 2003

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Is it possible to change the screen resolution in the .NET framework?15 Dec 2003 13:22 GMT1
I've searched everywhere and I haven't been able to find a way to
change the screen resolution in the .NET framework without using the
old Win32 API calls and writing unmanaged code -- the old Win32 API
function names are ChangeDisplaySettings() and
ActiveX control replacement in .Net15 Dec 2003 13:18 GMT2
Is there any replacement  for ActiveX control in .Net. I am looking for .Net replacement for activeX control which can be inserted in html document.
UDP broad casting15 Dec 2003 01:38 GMT1
I'm trying to write a simple disconnected "client-server" application.
where new application just broadcast the network to try to find peers
apparently I have to use UDP, but I didn't manage to find a clear
explanation and/or a simple example.
Solution: PrintToFile Shortcoming In The Printing / PrinterSettings Class - Hope It Helps You14 Dec 2003 11:22 GMT3
Sorry for the cross-posting, but based on the number of people I have
seen ask for a solution to this problem, I hope by cross-posting this,
that it will help a lot of people out of a common problem.
Have you ever wanted to use print to a file using the
Stream Length10 Dec 2003 23:40 GMT1
Have a question on Stream.Length.  Following is the code.
               strFileURL = "http://someserver/location/folder/testfile.doc";
               HttpWebRequest wReq = (HttpWebRequest)WebRequest.Create(strFileURL);
               HttpWebResponse wRes = (HttpWebResponse)wReq ...
Removing sample assemblies from the GAC?09 Dec 2003 19:16 GMT1
How do I remove the Reverser sample assemblies which are
added to the GAC when building the deployment samples? I
have tried "gacutil /u reverser" and manually deleting
them from the GAC folder, but I keep getting this error
Access denied using sn -k09 Dec 2003 08:00 GMT2
If I execute:
[c:\]sn -k a.sk
Microsoft (R) .NET Framework Strong Name Utility  Version 1.1.4322.573
Copyright (C) Microsoft Corporation 1998-2002. All rights reserved.
SqlConnection version support ?08 Dec 2003 21:58 GMT1
To which version of SqlServer could I connect with the .NET driver in the
SDK ?
could I connect to all version from 1.0 to 7.0 ?
or just the latest release ?
How to avoid console window?08 Dec 2003 17:52 GMT2
I have an application that has its static Main function
defined in a derived Form class.  When my application
starts running, a console window is displayed and remains
until I exit the application.  My main form does display,
.NET 2.0 release date ?08 Dec 2003 15:41 GMT2
When approx will .NET 2.0 be released by?
Thanks,
Steve.
Message pump08 Dec 2003 12:26 GMT2
I'm new to DotNet, so excuse my stupid questions -(
I have to port a Windows program making use of Windows messaging system
(PostMessage with custom messages). Does DotNet programs have a message pump
? Do we have access to the window handle of each form or control ? How do I
Is it possible to install GAC at other location ?04 Dec 2003 18:17 GMT2
Is it possible to have the GAC installed on a different drive other than the
system drive, so not installed on c:\winnt\assembly.
This question because I work on a PC where I don't have any rights to
write/install anything on the system drive.
about RegistryKey class04 Dec 2003 16:52 GMT1
hi, everybody,
I look the manual, it say "To get an instance of a
RegistryKey, use the static member OpenSubKey". But
I find OpenSubKey method is not static. How can I
mark class as [Serializable()]  does not work?!!03 Dec 2003 22:31 GMT1
I have to make my class inherit from hashtable or whatever
class that realizes the ISerializable interface to fulfill
this task if i don't want to realize the interface myself.
Is it really true? hard to believe it.
Creation of temp folder03 Dec 2003 22:28 GMT1
I heard that any .net object can create a temporary
folder. I need that because of downloading files
from a webpage to the client with correct user
affiliation to prevent file access crashes.
Pages: 1 2 3 November, 2003
 
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.