| Thread | Last Post | Replies |
|
| C# Equivalent to this VB.NET Code | 17 Mar 2008 19:01 GMT | 1 |
What is the C# equivalent?..,Thanks Public Enum InetConnState modem = &H1 lan = &H2
|
| .NET class as COM class | 17 Mar 2008 18:40 GMT | 3 |
I defined a interface like following: [ComVisible(true)] [InterfaceType(ComInterfaceType.InterfaceIsDual)] public interface IMyInterface
|
| Object management : keep alive or dispose and rebuild | 17 Mar 2008 18:36 GMT | 1 |
I have built an object which does some jobs on a particular server. There can have lots of this object running concurrently. I want to know what is the best way to optimize my application: - keep all those objects alive in memory without any timeout (the object is
|
| DataSet and Schema | 17 Mar 2008 16:38 GMT | 1 |
I have a schema that I use for a dataset. After getting the data into the dataset, I send it to an AST.Net Session. I need to read the data from the session, and want to do so like a Typed dataset (i.e. use the schema to increase readability). Does
|
| How to extract static data out of an assembly? | 17 Mar 2008 16:37 GMT | 2 |
How can I extract the value of a static strnig field that resides inside a dll? Thanks!
|
| Getting log4net to flush with each Log? | 17 Mar 2008 15:27 GMT | 2 |
Does anyone know a workaround to get log4net to flush with every log? I know that l4n version 1.2.10 as the .flush method, but we're stuck on an older version. Currently, if our process is killed (or there's a power cut etc) our
|
| How to let user delete multi rows from the BindingSource | 17 Mar 2008 15:27 GMT | 2 |
How to let user delete multi rows from the BindingSource I have in my program datagridview bound it to sql table Throw Bindingsource To fill it:
|
| How to handle StringTrimming.EllipsisCharacter in Vista | 17 Mar 2008 14:11 GMT | 1 |
I am doing some special painting in a listview control. I have gotten the drawing of the string to cut off and ellipse correctly in XP but in Vista the cutoff and ellipse never happen. I know it's possible, Windows File Manager does it - when a filename is too long it'll
|
| mouse double click event problem | 17 Mar 2008 11:53 GMT | 1 |
Hi im trying to create a double click event on a list view and i have it working perfectly ish, problem is the event will even fire if i double click on the scroll bars any ideas on how i stop this from happening?
|
| PropertyGrid | 17 Mar 2008 11:42 GMT | 6 |
When I use the propertygrid to display boolean value property, le choice is always "true or false", in english. Is it possible to modify it to strings for used culture ? For exemple, "vrai ou faux" in french ...
|
| Forms application 'blanking out' while busy | 17 Mar 2008 08:10 GMT | 2 |
I'm building a forms app that parses thousands of text files. My boss insisted it have a GUI, to which I added an information console and a progress bar tracking the number of files parsed. Everything is working fine, except that when the application is run,
|
| given InternetExplorer object, how do you get it's text in titlebar? | 17 Mar 2008 07:21 GMT | 1 |
The following code below loops through all InternetExplorer objects and sets the TitleBar to 0--thus hiding all the toolbars. What I really want is to hide the toolbar only if the text in the titlebar is set to something. Given InternetExplorer object, how do you get it's
|
| Beginner with Questions re: WPF, WCF, LINQ | 17 Mar 2008 06:12 GMT | 13 |
I am coming from a PHP, Java background. I am just getting started with C# and I am trying to figure out how to program something (I have about 3 months to do it). All I want is a confirmation of the direction I am going and then I will start to learn everything.
|
| resource images | 17 Mar 2008 03:45 GMT | 1 |
I have a bunch of images in my resource folder of a project. I want to use those images throughout my project but not sure how to access (what is the path?) to those images? Any help or pointers on how to use the resource folder would be great!
|
| How to detect SQLServer 2005 ? | 17 Mar 2008 02:56 GMT | 6 |
How can I detect if my computer have installed SQLServer 2005 or SQLServer 2005 Express with program like c# or VB.NNET?
|