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# / November 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
where to declare variables14 Nov 2005 03:01 GMT5
Here's my full code:
using System;
using System.Collections.Generic;
using System.Text;
Sharp14 Nov 2005 01:40 GMT5
What sharp (from c sharp) stand for or where does it comes from?
thank you
Confused beginner14 Nov 2005 00:53 GMT12
I am doing the first walk through on the Visual Studio .Net walkthrough book
to learn a little about programming.  I am having issues with the first
tutorial not running correctly.  It seems that the build fails with what the
book tells me to do.  
call csc14 Nov 2005 00:24 GMT4
How can I call the C# compiler (csc.exe) from all the directories of my
computer? Actually I can only call it from the directory where it is.
Thank you
Dynamically Creating instances of classes which subclass a comman abstract class13 Nov 2005 22:31 GMT5
Sorry, for the somewhat confusing subject, but my problem is equally
odd (imo).
So, I have an assembly that contains an abstract class (File) and 5
other classes that all subclass it (Exe, Dll, Txt, Config, Sql).  I'm
Creating a about Messagebox13 Nov 2005 21:37 GMT1
I finished writing my program, and i want to create an "about" messagebox,
the thing is that i'm not sure that i should use the messagebox tool. what is
the right tool to make an about window (and how does it done?), and how can i
set it's location?
Trying to figure out how to link two controls13 Nov 2005 21:25 GMT1
I hope someone can help me on this.  I have two controls on a form.
the first is a comboBox the second is a datagrid.  Both controls are bound
to tables in
a common dataset.  What I am trying to get to happen is to have the value
another shot at this13 Nov 2005 21:10 GMT8
private static void InitializeArrays()
        {
            FileStream stream = new FileStream(path, FileMode.Open,
FileAccess.Read);
a quick (and easy) question13 Nov 2005 21:08 GMT5
Is this valid:
string[] allSwitchValues = readSwitches.ReadToEnd().Split('|');
I have no way to test it just yet (although it didn't seem to create
compile errors). Originally I had it divided into two variables on two
Getting a class instance from within the applied attribute13 Nov 2005 20:52 GMT2
I've started looking at Aspect Oriented Programming but I've stumbled at a
problem I can't solve.
I want to add an Aspect that would notify a UnitOfWork that the current
DomainObject has changed so that it can be marked as Dirty.
Updating Data field of Value in Registry13 Nov 2005 20:17 GMT2
Here is what I want to do:
Presently in my registry I have:
(Default) = "C:\Program Files\myApp"  and this value is scattered all over
registry in several keys and subkeys.
download Manager - step by step13 Nov 2005 16:37 GMT1
does anyone knows what do I need to do in order a download manager. I
need to create a proxy that for files X will perform a special task and
for all the rest will open the regular download dialog box.
the problem is that I do not know where to start: what reference to
Creating an error handler for my application13 Nov 2005 16:34 GMT2
i'm trying to write an exception handler for my application, so in case an
exception occurs anywhere in my application, the exception has to be
catched.
At this moment i'm doing it via the following code:
Sockets and Arraylists13 Nov 2005 16:06 GMT2
Hiya
I'm trying to get a list of news groups from a server into a array list by
using the following code, and then display the choosen group. When i compile
and run the code the only thing it displays is
Etherreal not capturing calls to localhost 13 Nov 2005 16:06 GMT4
I have been using Ethereal to capture and view the XML messages being
passed back and forth from my web service client to my web service.
When calling the service over the internet, I choose my network card
connection to the internet in Ethereal and it captures all the traffic
 
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.