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# / October 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
way to find dead files?26 Oct 2007 10:24 GMT2
Is anyone aware of an easy method to search a solution for dead source
files? I'm not talking about files that show up as little white boxes
when you check the "Show All Files" button on the toolbar. Rather, I
want to delete all source files that aren't referenced by any project.
smo and check constraints26 Oct 2007 10:18 GMT1
How do you connect the check constraints on the Table object with the
columns in the table?
I ended up doing this and it smells bad.
foreach (Column cn in t.Columns)
Error when using webbrowser at design time26 Oct 2007 09:11 GMT2
I use the component WebBrowser on a form.
Each time I open the form with the component inside VS2005 I get this error:
"Windows Internet Explorer
Cannot find
query event publisher if a particular subscriber is still subscribed26 Oct 2007 08:40 GMT3
I have a remoting based even publish and subscribe mechanism in place which
works quite fine. However, due to the distributed architecture, it can be
that the publisher might at some point be inaccessible - and if it comes
back up, the subscriber has to re-subscribe (similarly, ...
Stupid question about eventHandlers, or objects in general26 Oct 2007 08:39 GMT11
I'm using the Activated event of my form to run a database query in a
backroundWorker, and want to dismiss the call after the first time the
form is activated. Based on some excellent advice in an earlier post,
instead of maintaining a flag, I'm unsubscribing to this eventHandler.
Using C# Interfaces and User Controls26 Oct 2007 08:32 GMT6
I am trying to create a .net web application, and I am having trouble
with an aspect of using user controls...
I want to be able to create a generic method of calling a number of
user controls, based on a variable that is passed to a parent form..
datalist and controls within itemtemplate26 Oct 2007 07:48 GMT3
l ve tried to list control into a the itemtemplate (datalist).
The script run into Page_Init (or Page_Load) and build a ArrayList with
the found control ID.
if somoene have a solution...
DataGridView.SelectedCells returning the Cell/Index in the Unsorted Datatable26 Oct 2007 00:39 GMT2
I have bound a DataView to a DataGridView using
           this.dataGridView1.DataSource = new
DataView(this.dataTable1);
I allow for sorting of the datagridview using clicks on the headers.
thread.join causing me pain25 Oct 2007 23:44 GMT14
Hello All, I have created a very simple C# windows forms application that
processes some computations from data retrieved over a network from machines
that have fast and some that have very slow network connections.  The
computations will update the main windows form (main).  In ...
Math25 Oct 2007 23:41 GMT9
hi all.....
i have Transaction ids 1000000 or greater in size
i want to do a math computation to represent any number in smaller digits...
example
xslt and xml problem25 Oct 2007 23:25 GMT4
Hi to all,
I have a xml file with labels and data.
Im trying to mix both files to generate someting like:
Label A : data of node a
.NET Framework control panel25 Oct 2007 22:36 GMT3
I might be stupid, but I simply cannot find the shortcut for the .NET
framework control panel on my Windows XP computer. I need to adjust the .NET
security settings.
Where do I find it?
Build Script?25 Oct 2007 22:34 GMT3
Hello, Newsgroupians:
In Visual Studio 2005, I have a project that I continually build and run
over and over.  However, it also has external dependencies, which are three
other files in another directory on my computer.  Is it possible to tell
need for speed25 Oct 2007 22:00 GMT1
I have written a simple app wich analyses a large data set,
100 samples a second spanning many days upto a year,
wich is a lot of points, each point being 6 floats.
so far ive not focused too much on speed exept for the
How to specify application parameters to .NET service installer25 Oct 2007 20:34 GMT1
I have a Console app, a related Service Project and Service Setup /
Installer Project.  I would like to have the result of running the
installer.msi file register the service to run with certain
parameters.
 
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.