| Thread | Last Post | Replies |
|
| Logged user with vista rights elevation | 19 Jan 2008 15:37 GMT | 9 |
Happy new year ;-) Here is my crazy issue. Situation : On vista, i have my admin account named "ADMIN" and another account named
|
| Windows Application + Web Services | 19 Jan 2008 15:23 GMT | 3 |
My Windows Application has two forms, one form contains a grid (lets say Stock Listing), and the other is a form of one stock, contains some edit boxes for one stock's fields.. Is it possible to run application remotely and retrieve grid and form data
|
| Naive question about closing a WinForm | 19 Jan 2008 13:54 GMT | 2 |
If I have only one main form in my WinForms app, do I also need to call Application.Exit() after this.Close() or will just the call to Close() suffice?
|
| Creating an array | 19 Jan 2008 13:27 GMT | 9 |
I new to C#, and I would like to know how I can create an array that I do not know in advance how many item will be placed there
 Signature Thank You in Advance
|
| AssemblyInfo.cs | 19 Jan 2008 13:27 GMT | 1 |
Who uses the AssemblyInfo.cs file? How is it used?
|
| bitand in XPathNavigator | 19 Jan 2008 12:14 GMT | 2 |
using 'XPathNodeIterator' for selecting nodes. is it possible to do bitand operation or similar functionality in xpath XmlDocument XmlDoc = new XmlDocument(); XmlDoc.LoadXml(xmlstring);
|
| How to get Isolated COM Activation (Registration-Free COM using a .manifest file) to work on Windows Server 2003, Enterprise x64 Edition? | 19 Jan 2008 10:43 GMT | 2 |
How to get Isolated COM Activation (Registration-Free COM using a .manifest file) to work on Windows Server 2003, Enterprise x64 Edition? The Isolated COM examples work on my Windows XP Pro but not on Windows Server 2003, Enterprise x64 Edition.
|
| Problem wyth colors (uint, hexa) | 19 Jan 2008 09:31 GMT | 1 |
This is the problem, i have a ocx, that have one control and one uint Property, like this Property color, acept values uint, Manually i set the value as this: object.color = 0xFFFFFF;
|
| Aspect Oriented Programming | 19 Jan 2008 09:23 GMT | 11 |
Hello, I'm a post-graduate student at the Open University in the United Kingdom. I'm carrying out research into Aspect Oriented Programming (AOP) to investigate the reasons why it has not been more widely adopted by commercial software developers and would be grateful
|
| Issue with unknown browser.. | 19 Jan 2008 07:51 GMT | 2 |
I have a C# developed web service.. Everyone once in a while I see it not running.. There are no logs saying it was shutting down, no eventlog saying there was an error or it was being shutdown, just isn't running. This has happened 3 times in the last week. What I did ...
|
| Getting a .NET type given a database-specific type name | 19 Jan 2008 04:41 GMT | 4 |
Say I were to query the schema tables from a database management system. Say I got a DataType field that held the string 'VARCHAR2'. Now, I know that VARCHAR2 associates to System.String. However, different DBMSs have different types and worse, even some with the
|
| To lock or not? | 19 Jan 2008 02:21 GMT | 12 |
I have a class as follows: public class OperationFeedback { DateTime _startTime;
|
| datagridview saving | 18 Jan 2008 23:55 GMT | 4 |
Hi, I need some advice on how to proceed with saving gridview contents. Ive got a 'datagridview control' on a form, so its window application only not web. I fill this programatically with 'dataGridView1.Rows.Add(whatever array)' so its not bound to a
|
| .NET Remoting over HTTP | 18 Jan 2008 23:20 GMT | 7 |
All, I currently have a windows application set up in a remote office that accesses data via web services. This is a generic web servies set up where the WebMethods exposed in an asmx file gather the data requested
|
| Question on using IIS for a C#/WCF backend | 18 Jan 2008 22:48 GMT | 2 |
I have a team that is designing/building an n-tier (5 logical layer, 3 physical) WinForms application that will be deployed via ClickOnce. The backend will be using WCF for communication. Here is the question... the design team is using IIS, which is not a
|