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

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Generics: How can I create 'optional' Type parameters23 Aug 2006 09:06 GMT2
Hi to All,
Suppose I would like to implement a generic class with three type
parameters:
class UniversalClass<TA, TB, TC>()
Passing a SortedList from C# to MC++23 Aug 2006 08:38 GMT12
i am writing a dll in MC++ for using from C#.  For the dll function say
'TestFunc',  i need to get a  SortedList<string,string> as an argument.
I am not very clear about using SortedList in MC++. Please guide me on
this.
Forcefully aborting asychronous call.23 Aug 2006 08:21 GMT7
I am having application in which i am doing asynchronous call.I am
using manualresetevent to wait for asynchronous call to complete.
I  want to stop asynchronous call after certain period of time.
I want something like thread.abort for aborting aynchronous call.
Using FileSystemWatcher of Syste.IO on a SAN23 Aug 2006 05:40 GMT2
Greetings group
Question : Does FileSystemWatcher of System.IO support SAN and NAS?
I am designing an assembly which is to record in to DB, when new files
are dropped in to a folder, well I know its easy we just use a
File system Events, OnCreated versus OnRename23 Aug 2006 03:13 GMT1
Does renaming a file (from "foo" to "bar") raise an OnCreated event? thanks!
Regards,
Raj
VC#, displaying ads?23 Aug 2006 01:50 GMT4
Anyone else got this problem...
I'm using Visual C# Express Edition 2005... About 1 in 5 times when I
publish to a folder... Firefox launches as normal with links to the
published files... but 3 other tabs are opened with pages from Merge
Is TreeView what I need?23 Aug 2006 00:40 GMT2
I'm a .Net newbie and have started writing a Windows Forms application
to assist me in choosing files/directories to move from one drive to
another.
Basically what I want is something like the TreeView control and have
a strange problem about win form23 Aug 2006 00:23 GMT1
I have a windows application which made by C# of Visual Studio.NET 2003. But
the main form will be hided when the application load. Normally, the main
form loaded by following sentence:
Application.Run(new NameSpace1.Ui.MainForm());
WebResponse timeout?23 Aug 2006 00:20 GMT2
Is there any way of setting a time out for a webresponse.
I managed to cause our inhouse Webserver to  not respond to a request.
The requesting code just sat there waiting patiently.
I would like it to be a little bit impatient and give up after n seconds.
ref Class and a value by reference23 Aug 2006 00:19 GMT14
Hi, what i'm trying to do is obtaining a value from a function in a ref
class.
In this context I can't use the "ref" and "out" operators.
I have tried all i can imagine but still hasn't it working.
Handling Control UI Events in Worker Threads22 Aug 2006 23:02 GMT2
I need to handle UI events in a worker thread instead of the primary UI
thread.  In C#, is the normal UI event handling behavior to run in a
context thread on the thread pool or are events always invoked on the
primary UI thread?
How do you catch an error from a data bound entry screen22 Aug 2006 22:58 GMT2
I have a data entry screen using controls bound through a bindingSource,
TableAdaptor and a BindingNavigator to move through the records.
When I have an data entry error (such as Null for a value) I get the
following error raised all the way to the App.Run command.
From here to there: XmlDocument to a DataSet22 Aug 2006 21:41 GMT3
I want to populate a DataGridView from an XML data set, but from an  
XmlDocument rather than from a file:
    XmlDocument doc = new XmlDocument();
    // populate 'doc' here...
.NET webLog Source Code - Have you ever searched using the word BL22 Aug 2006 21:39 GMT1
I need to add a .net webLog webapp to an existing web site with very little
time given to do any development - welcome to my new client.
Thus I am trying to find a c# (prefered 2005) source code example\starter
kit to use as a jump start. I seem to remember seeing various C# ...
TreeNode click event22 Aug 2006 21:36 GMT2
Desktop TreeView.TreeNode.
Can I detect the click event on the treenode?
 
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.