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 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Losing reference to ADODB28 Jun 2006 02:42 GMT1
Any time someone gets the latest code from VSS they need to remove and add a
reference to the Microsoft ActiveX Data Object 2.7 library.
Is there some way to prevent this from happening? This makes it annoying to
build a project if they need to manually fix this all the time.
DataGridView: programatically simulate RowAdd escape to cancel28 Jun 2006 02:23 GMT1
Does anyone know how to simulate the 'escape' key functionality for
cancelling add ing a new row in DataGridView.
I have attempted to use CancelEdit().  They seem to only remove/dispose the
editing of the current cell of the added row.  However, the new row is still
how to get desktop window handle?28 Jun 2006 02:21 GMT4
I use API GetDesktopWindow to get desktop window handle and compare with
WindowFromPoint(x,y) to get window handle.
GetDesktopWindow return 65556
WindowFromPoint return 65700
character map application28 Jun 2006 02:17 GMT1
Hi, there,
I want to develp a "character map" like program to let user select some
symbols which is hard to enter using normal keyboard, and then insert them
into my application. The basic functions are the same as windows "character
Type casts28 Jun 2006 01:49 GMT6
Hi all, I have a class that holds a member of type object.  This member
could end up being:
uint
int
bypass .Net not installed on PC - embed c# appl. in C++ win32 appl28 Jun 2006 01:46 GMT1
I have a smallish C# application that i wish to distribute as a standalone
executable (ie. without installer or other support files).  Easy enough if
everyone has .Net Framework 2.0 installed as it's a simple question of file
copy/mail/web-publish/etc.
Exporting A DataSet - Recommendations?28 Jun 2006 01:39 GMT3
I'm re-writing an application in C# that was originally written in
Delphi 7.  The heart of the application is a DataSet displayed in a
DataGrid.
One of the main functions of the previous application was to save the
Enterprise Library 2.0 pulled from market??28 Jun 2006 01:32 GMT3
I seem to remember reading somewhere that the January 06 release has
been pulled out and users were instructed to download and use the June
2005 release. Two questions:
1- Is this true (was the Januray release pulled)?
How do I know if its compiled for release?28 Jun 2006 01:29 GMT6
People, how do I know if my software is comiled for debug or release? And
how do I compile for release?
TIA,
Scirious.
Static fields and Serialization28 Jun 2006 01:02 GMT2
I'm trying to understand why static fields are not serializable in
general. Is it purely because of implementation reasons or because it
does not make sense to do this?
ref keyword in foreach statement??28 Jun 2006 00:45 GMT5
I received this error when I used "ref" in foreach statement.
Dictionary<string, object> oInterfaces;
foreach (clsInterface vinterface in oInterfaces.Values)
{
Getting Error Due To Different versions of Interop.Excel - How to clear the reference27 Jun 2006 23:27 GMT1
I referenced Excel via COM in References and selected the Excel Version 11.0
but somehow it picked up the Beta of Office 2007 in the Interop reference
that gets pulled in as well.
I decided to remove the Beta as I didn't want that being the version of
HowTo start/stop a service on a remote computer27 Jun 2006 21:59 GMT1
I'm still trying to start/stop a service on a remote computer. (I
promiss that's the last new post because of this problem from my side)
My situation:
I've an application running under the user paul (pw:paul123) on the
Overriding Base Properties27 Jun 2006 21:45 GMT12
This question concerns something I'm trying to do with the CF but it's really
a generic C# question.
With the Compact Framework, one can't add a radio button with a long label
because the labels don't wrap.  So I've decided to create my own custom radio
Getting a DataColumn's Type27 Jun 2006 21:24 GMT1
Probably a simple question...
I have a DataSet which gets its schema from an external xsd file.  At
one point in the code, I am iterating through all the records in one of
the DataSet's DataTables, by means of a DataView of that DataTable.  I
 
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.