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 / Languages / C# / June 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Is it possible to make generalized methods that accept parameterized references to call other methods?22 Jun 2007 23:19 GMT3
I am enjoying making generalized methods to serve common needs, such as:
ImageProcessing.MakeQuickResize();
ImageProcessing.Sharpen();
FileOps.CreateYearAndMonthAndDayDirectoryBasedOnDate()
System.Transactions vs System.Data22 Jun 2007 23:15 GMT5
I used the classes (SqlCommand, SqlConnection)  of part of System.Data
namespace.
I got an error which mentioned "Could not load file or assembly  assembly
'System.Transactions, Version=2.0.0.0, Culture=neutral,
How to determine the drag and drop destination?22 Jun 2007 21:57 GMT1
<<<< Sorry for a repost because i really really need help with this one. >>>
I am trying to develop an application that allows the users to drag a few
file(s) from a zip archive to a destination.
My question is, how do i determine where the drop destination is because i
Activator.CreateInstance locks in STAThread22 Jun 2007 21:48 GMT3
Does any one know why the creation of a COM object in .NET works when
it runs in the "Main" thread of a console application if the STAThread
tag is used, but same code causes the call to
Activator.CreateInstance(Type) locks up when called from another
C# Web form designer [Open source]22 Jun 2007 21:42 GMT3
Does anybody know of a good open source (C# technology) that can be
used to design HTML pages.
I know we can use Visual Studio or Winword or Frontpage but I am
looking for a tool that can be customized for us and and can be
news ticker22 Jun 2007 21:40 GMT9
I want to create a news/stock/sport ticker for my desktop. I want to have
the ability to select my news source, (cnn, msnbc, etcs) sport source(espn,
nfl, nba, etc) and my stock source (nasdaq, nyse, etc) then once that
information is selected store it in a XML file, then have my ...
Pipes in C#22 Jun 2007 21:01 GMT1
In C++ there is the static function CreateNamedPipe used to startup a pipe
server and the function CreateFile(pipename, ... to start the client side.  
Is there similar functionality available in C#? Specifically something for
CreateNamedPipe?
Managed resources22 Jun 2007 20:22 GMT1
The unmanaged resources should be cleaned up by the source code directly,
like for example database connection.
I am wondering how to distinguish between managed and unmanaged resources,
how to decide what is managed and what is unmanaged resource? For example
How to call method in parent?22 Jun 2007 19:52 GMT3
I'm trying to call a method in a parent control from the child control but
I get this error:
'System.Windows.Forms.Control' does not contain a definition for 'doSomething'
What am I doing wrong?
Unreachable expression code detected22 Jun 2007 19:41 GMT8
I'm new to C# - recent background mainly ASP.NET with VB.NET.
Anyhoot, I needed to create a C# statement analogous to VB's IIf:
VB.NET
Dim e As Boolean
Parsing a string to get the month22 Jun 2007 19:28 GMT8
How do i parse a string "ABC 2005 (12)" and convert it to "ABC 2005
(Dec)" in C#?
The number within the brackets represent month..
am new to c# and breaking head for couple of hours over this seemingly
Use of ArrayList22 Jun 2007 18:41 GMT8
I am not very experienced with C# and have a question regarding
storing and accessing data in an array list.
Whilst reading a datarow sorted on 3 fields (thID, dthID and locID -
all 3 are type int), I need to store unique combinations of the 3
Generics and method overloading22 Jun 2007 18:37 GMT1
Consider the following code:
void Test(int i)
{
  System.Console.WriteLine("int function");
Value of '0' is not valid for 'SelectedIndex'22 Jun 2007 18:14 GMT5
To reproduce, run the code.
Observed:
System.ArgumentOutOfRangeException was unhandled
Message="InvalidArgument=Value of '0' is not valid for
Experiences with MSBee.22 Jun 2007 17:53 GMT2
I understand that the MSBee project helps you support .NET 1.1 projects
in VS2005.  I don't understand the details though.  So, here is my
situation.
I have a .NET 1.1 WinForms project that I need to support (and
 
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.