| Thread | Last Post | Replies |
|
| Delegates specified as ref parameters and stored in second objects private fields | 27 Nov 2006 12:04 GMT | 3 |
Why won't the third messagebox show in the second example, but not the first? cheers, mortb
|
| C# Interoperability with Websites | 27 Nov 2006 11:51 GMT | 3 |
Hi I am just finding my feet with C# and it's a rewarding path. I am writing a windows form application in C#. I know nothing about web programming. Is there a straightforward way of me porting my form application onto a website so I can use it remotely?
|
| How do I show this query in a datagridview properly. | 27 Nov 2006 11:19 GMT | 1 |
I have a query which has the following phrase SELECT ... SUM(column1) AS total1... FROM.... GROUP BY column2.... WITH ROLLUP
|
| Process handle | 27 Nov 2006 11:08 GMT | 5 |
I am new to c#, please help. I am writing an application, which will be able to send email automatically, for a very large organisation. The application I am writing should be on the central server, anyone within the organisation
|
| How to show star when entering characters in console application? | 27 Nov 2006 10:39 GMT | 5 |
Hi, here. I write following codes: string password = Console.ReadLine(); I want users enter their passwords, but readline will show content of
|
| Importing C++ DLL in C# .NET | 27 Nov 2006 10:33 GMT | 3 |
I have imported C++ dll in C#. But i am getting this error. "An unhandled exception of type 'System.EntryPointNotFoundException' occurred in ConsoleApplication.exe Additional information: Unable to find an entry point named getInitializedCount in DLL Common.dll. " Code which i have ...
|
| TransparencyKey and flicker | 27 Nov 2006 07:53 GMT | 1 |
I used TransparencyKey in my form to hide portion of my form but when form is shown it shows flicker before displaying.. how can I remove this flicker?? thanks in advance
|
| Help required in understanding an access violation exception | 27 Nov 2006 05:47 GMT | 1 |
Hi all, been playing with some code overriding WndProc to get information about mouse events. So far I've tried to capture when the left mouse button is pressed using the code below.
|
| How my 2 .NET remoting app can communicate over internet | 27 Nov 2006 03:21 GMT | 6 |
How can I connect my .NET app which use remoting to communicate over internet, 2 instance of the same app? My app is already done using .NET Remoting. I am wondering if to change them to WCF or just I can make them communicate over the internet.
|
| לשלוח דואר לאדם מסויים ללא זיהוי | 27 Nov 2006 02:45 GMT | 1 |
אני מעוניין לשלוח דואר אלקטרוני בתוכנת Windows Outlook 2003 אבל לא מעונין שהאדם שמקבל את הדוא"ל יראה את השם שלי ב-FROM
|
| Using base to access a hidden name | 27 Nov 2006 01:51 GMT | 1 |
In the fragment below, I can use 'base' in getbaseval() to get the hidden value of 'a' in the role of a member of class A. Is it possible to access this value directly, something like the (incorrect) attempt I made? class A {
|
| How to build WCF with VS 2005? | 27 Nov 2006 01:44 GMT | 3 |
My project is in VS 2005 and want to convert its Remoting to WCF. But I do not know how to use VS 2005 to build the WCF. I have installed the Framework 3 and don't know what else to do next
|
| Generics | 27 Nov 2006 00:55 GMT | 2 |
Can any one explain about the concept of Generics in C#
|
| Transactions in a Windows Service | 27 Nov 2006 00:05 GMT | 4 |
Hi Experts I've written a c# windows service which runs another program at certain intervals. The other program may take upto 20 minutes to complete it's tasks. My question is what happens to the other program if a user decides to
|
| An instance of a form in another | 26 Nov 2006 23:48 GMT | 8 |
2 web pages, One of them has properties that I need to read in a second form: First Form public class FirstForm : System.Web.UI.Page
|