| Thread | Last Post | Replies |
|
| Updating ownerdrawn listbox without re-populating | 22 Sep 2006 10:57 GMT | 1 |
Short: Is it possible to make an owner-drawn ListBox do a complete re-draw where items are re-measured? In my application a simple change to one of the items in the listbox could
|
| Encrypted input from user | 22 Sep 2006 10:56 GMT | 1 |
I am developing a console application and i would like to get userinput for Database User & Password. The Password should be input as **********
|
| Year to Months Conversion | 22 Sep 2006 10:30 GMT | 1 |
I am working on ASP.NET 2.0 and C#. I am developing one application in which I have one field as Work Experience. For that I have 2 dropdown menus, one for year and other one for month. I want to convert overall work experience in total number of months. I have single column in DB
|
| DigitalPersona SDK C# code | 22 Sep 2006 09:48 GMT | 2 |
In case anyone is wondering... (this is based on a conversation with "Juan C. Santaella" <santaell@telcel.net.ve>, I'm sharing here so anyone won't have to go through what I went through
|
| How to shutdown open network ports? | 22 Sep 2006 09:28 GMT | 3 |
My application when run, needs to close all outgoing ports (excluding 80,443,25). With packet filtering I've figured out how to block "new" traffic, but how do close an existing, established connection - that is, some server program that is waiting on connections at a certain ...
|
| Implementing Nested Transaction in C# | 22 Sep 2006 08:09 GMT | 1 |
I want to implement nested transactions in C#. When I write BEGIN TRANSACTION inside another BEGIN TRANSACTION in an SQL Script it works fine. But when I call BeginTransaction() inside another BeginTransaction() in a c# code on same connection object it
|
| unsafe bug ? | 22 Sep 2006 08:06 GMT | 2 |
Using VS2005 I'm trying out some unsave code but have some strange results. My english is not well so I give example: private void testToolStripMenuItem2_Click(object sender, EventArgs e) {
|
| There has to be a better way to work withat string chars | 22 Sep 2006 08:01 GMT | 33 |
I need to take a string, make the first character lowercase and prepend an underscore character to it. Something like this: "California" "_california"
|
| dynamically getting similar indentifiers while program running | 22 Sep 2006 07:36 GMT | 3 |
I would like to get some information from the Properties.Settings of an application which can be done via ... Properties.Settings.Default.XYZ; The problem now is that the identifier (XYZ) is not constant. There are
|
| c# v3.0: implicit variable declaration, why? | 22 Sep 2006 07:05 GMT | 22 |
so, myself and the other developers i work with were looking at the v3.0 specifications. extensions look great, buy what is the point of implicit variables with the 'var' type? before you bash me too much, keep in mind, we're a delphi shop, moving to c#
|
| Writing update back to MSAccess table? | 22 Sep 2006 05:57 GMT | 3 |
I'm building a Windows Form application that will use a Microsoft Access mdb file as a data store. I have a section of code that is executed when the main form is closed that _should_ update a setting value in a table in my mdb file. The
|
| Looking for good referencing on unmanaged code interop | 22 Sep 2006 05:49 GMT | 1 |
I'm doing Windows Mobile 5 programming and since MS has not exposed most of the functionality i have to call DllImport a lot, I haven't done much interop with unmanaged code, I'm looking for the best tutorial (pubished work or web site link) on how to make sense of how
|
| Debuging webservice | 22 Sep 2006 05:39 GMT | 1 |
I have a client application and a webservice. Both are in the same solution. If I reference the local webservice and run, and step into the webservice no problem. My question is, when I want to publish the webservice, do i have to keep changing the reference from the local
|
| Reporting and C# | 22 Sep 2006 05:33 GMT | 3 |
Is there a Report viewer or designer add in available Visual C# Express?
 Signature L. A. Jones
|
| Forms | 22 Sep 2006 05:32 GMT | 2 |
I want to create an application which includes two forms A and B. The following is a list of my requirements. 1. B is created in A's constructor. 2. A and B can not be resized. they can only be minimized or maximized.
|