| Thread | Last Post | Replies |
|
| Simple Report (Not a Crystal Report) | 17 Aug 2007 21:08 GMT | 1 |
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 GMT | 2 |
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 Vista | 17 Aug 2007 18:45 GMT | 3 |
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 creation | 17 Aug 2007 16:32 GMT | 1 |
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-view | 17 Aug 2007 15:42 GMT | 2 |
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 array | 17 Aug 2007 15:30 GMT | 10 |
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 webservice | 17 Aug 2007 13:20 GMT | 2 |
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 Compilation | 17 Aug 2007 12:46 GMT | 1 |
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 pallet | 17 Aug 2007 12:08 GMT | 5 |
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.
|
| cast | 17 Aug 2007 11:57 GMT | 3 |
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 nse | 17 Aug 2007 11:42 GMT | 3 |
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 enum | 17 Aug 2007 11:08 GMT | 4 |
I have an several enum types that starts from a nunmber other than 0. For example: public enum InternalStatus {
|
| Excel row count | 17 Aug 2007 09:31 GMT | 3 |
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 form | 17 Aug 2007 08:58 GMT | 3 |
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 string | 17 Aug 2007 02:22 GMT | 3 |
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
|