| Thread | Last Post | Replies |
|
| listbox showing class name | 30 Oct 2007 13:37 GMT | 4 |
I have a listbox and I am adding objects to it with AddRange. The problem is the listbox just shows the name of object class in every row and not the DisplayMember see below. Any ideas??
|
| opional Parameter | 30 Oct 2007 13:21 GMT | 3 |
We are migrating the vb6 project to C#.Net 2005. In this migration process we are facing one big issue with optional parameter. Actually in C#.Net there is not optional parameter concept . For that C# introduced 2 concepts like 1)overloading 2)params .
|
| Using MenuStrip | 30 Oct 2007 12:55 GMT | 5 |
I am using a MenuStrip on a form and adding a Panel to the same form in the program. When the Panel is added the top of the Panel is behind the MenuStrip, so the top of the Panel is hidden. How do I make the Panel I have added appear below the MenuStrip? Is it something to do ...
|
| I set my database to trustworthy and deployed this clr stored proc as unsafe ok but when i run this it returns 1 each time. as if ival keeps getting set back to 0 each time i call this clr stored proc. How to fix so that ival keeps its current value each t | 30 Oct 2007 12:48 GMT | 3 |
I set my database to trustworthy and deployed this clr stored proc as unsafe ok but when i run this it returns 1 each time. as if ival keeps getting set back to 0 each time i call this clr stored proc. How to fix so that ival keeps its current value each time i execute this from ...
|
| End application | 30 Oct 2007 12:38 GMT | 4 |
I would like to be able to end my application when pushing a button. Like the X in the upper right corner. How is this done. How do I send end app event? regards Jesper.
|
| Cab file compression | 30 Oct 2007 12:06 GMT | 6 |
Is there a way that I could use the .net framework to extract from and compress using the legacy cab compression system (without having to buy 3rd party licenses)? My company uses this type of compression to support older windows PCs (pre-.net) as we can be sure that the OS is ...
|
| chdir from a C# console application | 30 Oct 2007 11:57 GMT | 1 |
Hi have a console application which shoul "know" from where I'm running it. I thought it was a good idea to run a sort of "chdir" command from the application itself, but I don't know how to do it. Any suggestion? Thanks in advance,
|
| CLR Shared Memory, C# DLL load | 30 Oct 2007 11:53 GMT | 4 |
CLR Shared Memory, C# DLL load How to share memory between CLR calls to the same C# dll? Is there some way to know in the C# dll when the dll is loaded? Is the dll reloaded each tiem a method is called from SQL Server or is the DLL loaded once when the C# dll
|
| Visual Studio 2005 Adding Handlers | 30 Oct 2007 10:59 GMT | 9 |
Im fairly new to 2005 and I was wondering. In 2003, when you add a button, it also adds and AddHandler statement within the initialisation routine to wire up the handler to the event. In VS 2005, I cant find this construct anywhere, not even in the designer.cs
|
| Getting idle time of process. | 30 Oct 2007 10:54 GMT | 4 |
I want to get idle time of process. Means time in which process is sitting idle. Can i do this in c#. Because what i want is those process which are not running since say
|
| How to get the current date/time stamp from a network computer? | 30 Oct 2007 09:38 GMT | 6 |
I am a network administrator in a fairly large software company and I would like to write myself a small utility, which would connect (one by one) to all machines on the network and get their current date and time stamps.
|
| Conditionally serialize a member | 30 Oct 2007 09:20 GMT | 5 |
I have a member of my class which I only want to serialize in a flag is true. So in a way it would be ideal if I could do something like this: if (flag == true) NonSerializableAttrbiute(mymember);
|
| Developing generic - wasting time?.. | 30 Oct 2007 06:17 GMT | 4 |
I have some problems with my generic. Part of code: using System; using System.Collections.Generic;
|
| Problem in copying SQLite file in C# code | 30 Oct 2007 04:33 GMT | 4 |
I have a little Windows application written in C# with a SQLite back- end. I'm using the System.Data.SQLite provider. One of the features the application provides is a database back-up, which just basically copies the S3DB file to a specified location. See
|
| Write to XML with C# | 30 Oct 2007 03:23 GMT | 5 |
I am trying to collect and write some temporary data to xml file before I put them into DB. I am writing into xml file like follows: private void WriteXML()
|