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 / September 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Mute system sound?08 Sep 2006 23:28 GMT1
How can I mute the PC's sound from a C# program (just as I would from the
volume control in the systray)?
Olav
strong name validation failed: compiled in VS 2005 (.NET 2.0) but running under .NET 1.108 Sep 2006 22:45 GMT1
I have a simple unsigned .exe (only calls Microsoft assembly) built by
vs2005 (e.g., .NET 2.0) and now want to execute it on .NET1.1.  The
following is my entire config file:
<configuration>
How to find the default value of primitive data type at runtime08 Sep 2006 21:51 GMT3
If I am woring with Generics I can do default(T) to find the default value,
but I can't do default(this.myobj.GetType()).
How do I find the default value?  
I  >>> DO NOT <<<  want to do something like the following...
Implement a Time-out in the waitQueue of the ThreadPool08 Sep 2006 21:11 GMT4
We have a requirement to implement multithreaded processing for a function.
ThreadPool is used to implement multithreading in order to avoid the over
head of creating and destroying Threads dynamically.
A function will Queues the method calls to the default ThreadPool. If the
Finding Current/Active Session ID08 Sep 2006 19:27 GMT4
How can I know if the session ID that a certain process is running on is
actually the active session that he consol is connected to.  I can get the
session id of a process by
Process P = Process.GetCurrentProcess();
Startin process with an argument like <D:\CD\data.prc>08 Sep 2006 18:51 GMT3
How can I start a new process with an argument in this form <D:\cd\Data.prc>
?
string args1 = " <" + prozessFile + "> ";
Process.Start("C:\\Direct.exe", args1);
Shared memory still not exposed via managed classes in .NET 2.0?08 Sep 2006 17:32 GMT2
I was looking for managed classes that exposed shared memory figuring they
would be part of the framework in 2.0.  I couldn't find any.  Am I just not
looking in the correct place or is shared memory support still not in the
product?
Finding an available port for a socket connection?08 Sep 2006 17:29 GMT4
Hi. I am trying to set up a TcpListener to listen for incoming TCP
connections, and one thing I have been wondering is whether there's a
good way for finding an available port number, say, from a given range
of ports.
Class Library08 Sep 2006 15:45 GMT9
can anyone tell me why a class library i generated, compiled and installed
does not show up as a reference in the ".Net" section of add a reference to
my application.
Program Installation problem08 Sep 2006 15:43 GMT2
I downloaded the SyncToy program from the Microsoft site and am trying to
install it. It says that it requires .Net Framework v 1.1.4322. It directed
me to the MS site which shows that the latest version of .Net Framework is
2.0. So I downloaded that (I'm on a dialup line and ...
GPL / Open Source Application08 Sep 2006 13:39 GMT13
I want to publish my application under GPL so it is open source and
everyone could modify it. How could I prevent my users from installing
"unauthorized" versions by fault? Someone might add malicious code and
my application is then blamed for it :-( I use already strong names to ...
Convertin a PDF File into Word08 Sep 2006 13:36 GMT1
I am trying to build a small library ( in C# and VS2003) that accepts a
PDF file and converts it to a word document. During this process all
alignments are to be kept.
Is there a way to deo it through code, I am playing with the
Find out what called Finalize?08 Sep 2006 13:19 GMT3
I have a long-running application (sits in the system tray waiting for
something to do and interacts with the user via form and some hardware)
containing an object (a reference to the aforementioned hardware and its
associated functionality) that occasionally will become ...
Assembly.LoadFrom, .NET 2.008 Sep 2006 13:12 GMT1
Since we converted our application to C# 2005 and .NET 2.0 our
"no-touch-deployment" mechanism is broken.
The whole deployment is based on a bootstrapper (NetRun) that loads our main
application using Assembly.LoadFrom.
Calling functions from old DLL library (created in .NET)08 Sep 2006 13:05 GMT1
is any possibility how to use an old DLL library (created in Visual C++6)
also in .NET 2005, in C# or in C++ application? How ? Tutotials needed .-)
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 August, 2006
 
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.