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 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Simple Report (Not a Crystal Report)17 Aug 2007 21:08 GMT1
I have my data filled in a DataTable, generated on runtime.
I have a DataSet, into this DataSet i add my DataTable
dataSet1.Tables.Add(datatable);
Now I would like to show this simple table as a Report in a
Set up project uninstall C#17 Aug 2007 20:38 GMT2
I have created set up and deployment project for my C# application and
installed it in a machine.When i uninstall the same the log files and
other temporary files created during application run is not getting
deleted.Please suggest
Working with EventLog on Vista17 Aug 2007 18:45 GMT3
My Windows application if running on Vista crashed on the next
statements( with ----> in the front):
if (!EventLog.SourceExists(Event.EventLogSource))
               EventLog.CreateEventSource(Event.EventLogSource,
Subdomain creation17 Aug 2007 16:32 GMT1
Hi there,,
I want to create  subdomains from my web page automatically...in most
of website,when u registered
with them,they give a sub domain.
Parent-Child Node Check Box Interation in Tree-view17 Aug 2007 15:42 GMT2
I would to have a tree view control with check boxes in which the
parent and child nodes interacts, in the way that you normally see
this  occuring.  Checking the parent node automatically checks all its
children node.  Conversely, if one of the child nodes is unchecked,
Storing and reading different types to/from an array17 Aug 2007 15:30 GMT10
I'm trying to store a sequence of operations and values of different types into a single array. It's
a sequence of command word bytes, and a sequence of one or more values (as determined by the command
word) which might be int or double or char (again defined by the command word) ...
Using custom classes in webservice17 Aug 2007 13:20 GMT2
I'm having some problems figuring out how to organize the different
tiers of an application using a webservice.
The bottom layer is the DAL, and some of the objects in the DAL, I
would like to send via a webservice. That is no problem, just
XNA Compilation17 Aug 2007 12:46 GMT1
Sorry if I'm in the wrong newsgroup, but I couldn't find anything that dealt
solely with XNA.
I was wondering if there is any way to compile content into XNA binary files
without using the Visual Studio/C#/XNA GSE IDE. I don't mind whether it's via
color pallet17 Aug 2007 12:08 GMT5
Is there any standard control available in C# to display color pallet
or to choose the colors?
If yes, can you please send a code snippet?
Please let me know ASAP.
cast17 Aug 2007 11:57 GMT3
I don't know how to do the following.
In a method I get a parameter with type object. These can be about 10
different types and I want to store the object in a list with the correct
type (so, not type object, but type A or B or C). I could use a switch on
custom shellview not as nse17 Aug 2007 11:42 GMT3
Hi I am trying to creaate a custom view of windows explorer fileview, can
reproduce it as a nse, but how do i ad an extra menu to the view menu. which
activate my own created ishellview. cant find out if it needs to be
registeret in the reg database or ????.. summary the form i ...
Problem with casting integer values to enum17 Aug 2007 11:08 GMT4
I have an several enum types that starts from a nunmber other than 0.
For example:
  public enum InternalStatus
  {
Excel row count17 Aug 2007 09:31 GMT3
I'm trying to get a real number of used (where is any data) rows in a
Excel file in a C# code.
I found some examples abount Excel.Range but it still isn't good.
Does anyone have any ide how to do it??
Best way to have linklabel open a windows form17 Aug 2007 08:58 GMT3
  I have a windows form that has a series of linklabels on it, and I
need to have each linklabel, when clicked, open a separate windows
form that has a single paramter passed into it.  The form that has the
System.Windows.Forms.LinkLabel controls on it is in a different
How to get the TextExtent of a string17 Aug 2007 02:22 GMT3
In part of my code, I need to know the rectangle that a string will
fit into, if it is written in a given font and a given Device Context
(DC may be an old term).  Back in the days of "C" and Windows 3, you
had to create a DC, Select a Font into the DC, then call
 
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.