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# / March 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Conditional compiling30 Mar 2006 00:51 GMT10
I need to be able to support multiple versions of c#.  Does the compiler
define any #defines so you can tell if you are compiling for.NET 1.1 or 2.0?
outlook2003 add-in30 Mar 2006 00:40 GMT3
Hi, I'm writing an add-in for outlook 2003 which automatically schedules the
users tasks from the task list in to the calendar with respect to priority. I
can sort the tasks by priority within the task list via;
_Items olTasks = olFolderTask.Items; // MSO items collection in ...
What is a "Predicate delegate"29 Mar 2006 23:23 GMT8
I was recently advised:
<< Use List<struct> and Find() using different Predicate delegates for your
different search needs.>>
What is "Predicate delegate" as used in the above recommendation?
Deleting a directory29 Mar 2006 22:15 GMT5
I am trying to delete a directory and with the resursive parameter set to
true
Directory.Delete(@"c:\MyFolder", true);
but I got an IOException saying "The directory is not empty".
how is TreeNodeCollection.Find implemented?29 Mar 2006 21:45 GMT2
If you look at TreeNodeCollection.Find Method, you'll see:
Finds the tree nodes with specified key, optionally searching subnodes.
public TreeNode[] Find (
    string key,
Books download29 Mar 2006 21:30 GMT2
http://www.books-download.com
All for free
REPOST: preventing more than one user from working on the same record29 Mar 2006 21:19 GMT3
  I am working on an app that will display the list of all scheduled call
records in our database to the users. All users of the application will see
the same list of call records and will select any record and try to call the
contact person for that record and edit the record. Now ...
How can i make the intelligence xml file for a .net assembly?29 Mar 2006 20:55 GMT1
How can i make the intelligence xml file for a .net assembly?
Thanks in advance!
Text floating in front of a window.29 Mar 2006 20:34 GMT3
I want to display a message to the user that appears to float in front of a
window. I could do it with another window but there's no way to make the
window itself completely transparent but still see the text.
Is there any way to do this?
Creating a Playback utility29 Mar 2006 20:26 GMT1
I need to create a test playback utility where I can:
- Capture the steps that a user takes on a screen such as filling in a
field, pushing a button
- Plays them back
Huffman compression?29 Mar 2006 20:19 GMT3
Does anybody know where I can get some info on using huffman compression and
decompression in C#
BUT I need to use my own custom table & tree, that is very important.
Thank you!
Formatting a datetime var for simple display29 Mar 2006 19:59 GMT2
I have a datetime object named day1 that I want to display as just
3/29/2006 :
Response.Write(day1);
..but this will display the long default 3/29/2005 12:00 AM .
run WindowsService in x86 mode on a 64bit Server 200329 Mar 2006 18:54 GMT3
I have written a WindowsService in C# 2005.
I am running this service on a 64bit Windows Server 2003
and I like to run some Interop.Excel within this service.
It seams that Interop does not run in 64bit mode ...
AppDomain  CreateInstanceAndUnwrap29 Mar 2006 18:53 GMT1
I still have some problems with AppDomain ... :-((
I am loading a dll by using AppDomain, AssemblyName and Assembly.
This works fine.
My dll implements a Interface. Now I would like to be able to
Namespaces29 Mar 2006 18:11 GMT6
What is a good rationalle for creating namespaces? Please understand that I
know what they are... I'm just wondering when it would make sense to group
my types into multiple namespaces. I see that Visual Studio thinks that
placing files into folders means that everything in a ...
 
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.