| Thread | Last Post | Replies |
|
| A question about grid | 19 Feb 2007 09:58 GMT | 1 |
There exist different types of grid. We have databound grid which have a tight connection to the data base table and we have a grid which is not bound at all to any data base table. We have used a third party grid called flygrid which is not bound at all.
|
| adding countries in a combobox or listview | 19 Feb 2007 09:54 GMT | 4 |
It's me again with my silly questions. Does .Net framework 1.1 hold any list of all the countries in the world/region? I'm deveolping a windowsform and I need to list all available countries in
|
| How to make Global Change to MS Document? | 19 Feb 2007 08:13 GMT | 1 |
I have 3000+ MS Word doucments in a folder and want to insert a header (image file) and a footer (some text) to all of these documents. Is it possible to write some script (VBA?) and
|
| How to find out the OS is Real or VPS? | 19 Feb 2007 07:12 GMT | 8 |
Can anyone tell me that How can I figure out that the OS system running on some system is Real OS or it is running on VPS? -- Regards,
|
| Random Numbers - Will this produce working results? | 19 Feb 2007 02:29 GMT | 7 |
I created a random number generator for an application that uses a MersenneTwister class I found on the net. Basically I generate two random numbers from the MersenneTwister class and use each one as a seed for the built in Random class of the .net framework. To better
|
| Tabs In C# | 19 Feb 2007 01:09 GMT | 4 |
I want to use tabs on a form and well as some data fields. What I want to do is each tab is additional data which needs to be saved when the Ok button is pressed on the form. How from the main form OK method can I access the individual data fields
|
| Export to Excel issue... | 19 Feb 2007 00:16 GMT | 1 |
I am exporting a Gridview to Excel and it works fine without any issues. But as one of the field holds values such as "71646E100" it gets converted to: "7.16E+104" (like a formula) in Excel. How can I prevent
|
| How to remove a given delegate from the delegate invocation list | 18 Feb 2007 23:02 GMT | 2 |
Consider the following property of a class: public AnotherClass AnotherClassValue { set
|
| Update control when property haschanged | 18 Feb 2007 22:58 GMT | 1 |
I finally found how to update the render of my custom control when one of its property value changed. However, i would like to know if there is not another way, because i'm afraid about memory usage or leak.
|
| VS2005 loses tabs when pasting | 18 Feb 2007 22:37 GMT | 3 |
In Visual Studio 2005, I copy a block of code with tabs in it, such as: myLabel.Text = "Please wait ..."; progressBar.Value = 0;
|
| about composite attribute | 18 Feb 2007 19:11 GMT | 1 |
rencently i always write something like this: [Serializable] [A] [B]
|
| MDI in C# | 18 Feb 2007 19:09 GMT | 1 |
Could anybody tell me how I can start developing a MDI Application in C#. please give me good references in this regards. ( I am a VC developer and I start in C# recently) Thanks,
|
| Closing another form's "X" (close) button | 18 Feb 2007 19:04 GMT | 3 |
Visual Studio 2003. Is there a way to disable another application's form's close button that is on the taskbar? Cheers.
|
| Count number of records/tuples in a database | 18 Feb 2007 14:58 GMT | 2 |
What is the best way to count the number of records in a MS SQL DB. The way I do it is executeReader() and loop through all the records in a db and increment variable RowCount++. Is there already a function pre-defined for it ?
|
| compile dll with calls to methods that dont exit yet | 18 Feb 2007 11:11 GMT | 2 |
if you are writing a dll that is to be load of hdd from the main application, and instantiated using latebinding and reflection by the main aplication, how do you compile the DLL you are writing when it referers to methods and properties that only exist in the main
|