| Thread | Last Post | Replies |
|
| Command Line Programming | 31 Mar 2006 16:35 GMT | 5 |
Does Microsoft Visual C# 2005 Express Edition support command line programming the way Microsoft Visual C++ 2005 Express Edition does? (thumbs up for that)
|
| How many computers can execute .NET code | 31 Mar 2006 16:18 GMT | 9 |
Hi group, It is tempting to jump into .NET programming, especially C# in my case. But I have no idea what the realm is of code based on the CLR. Please inform me of the following:
|
| Issue with propertygrid. | 31 Mar 2006 15:53 GMT | 4 |
I need to make my propertygrid readonly in some cases which obviously i am not able to do. So what i do is i make my propertygrid.enable = false and then tried to make its scrollbar.enable = true through reflection but it does not
|
| combo box drop down | 31 Mar 2006 15:47 GMT | 2 |
Is there a way to drop down a combo box when it is loaded to show that it has been poplulated without clicking on the arrow? Thanks; Bob;
|
| Freeing memory in C# | 31 Mar 2006 15:42 GMT | 4 |
I want to free the object memory in C# - like we do using 'delete' keyword in C++. Lets say I have an object of some class and I want to explicitly free the memory.
|
| Reg : File Readonly | 31 Mar 2006 14:57 GMT | 2 |
Can you please explain me how to make a text file as a Read Only which is already existing in local disk in C#. Thanks Siva.
|
| view state bug? | 31 Mar 2006 14:25 GMT | 2 |
I have a asp.net (c#) web form. It's using nested repeaters to build a test. So one repeater for questions, and the nested one for answers. The answers are all a radio button. Well on submit i check to see if the user answered all the questions. If they haven't i
|
| Can find copyfile in c# | 31 Mar 2006 13:56 GMT | 4 |
I am finding to copyfile in the online document. But I only find the namespace : Namespace: Microsoft.VisualBasic.FileIO How can I copyfile in c#?
|
| A Call to pinvoke function | 31 Mar 2006 13:13 GMT | 3 |
i am using User32.dll in Visual stdio 2005. [System.Runtime.InteropServices.DllImport("user32.dll",EntryPoint = "SetActiveWindow")] public static extern long SetActiveWindow(long hwnd);
|
| Changing bit values in DataTable? | 31 Mar 2006 12:45 GMT | 1 |
I was wondering if there is a quicker way to do this? I have a select all check box for data in a grid and when checked I want the checkboxes in the grid to be checked. I am currently using:
|
| VB.NET to C# | 31 Mar 2006 12:28 GMT | 14 |
I've tried a couple VB.NET to C# converters. Has anyone had really good success with one over another ? and if so which one do you think works best ? Dave
|
| Sending Email through Exchange | 31 Mar 2006 12:13 GMT | 2 |
I have tried several code sample to send internal emails using the System.Web.Mail but all the mail was delivered to the 'Bad Mail' folder. I'm running 'Microsoft Exchange Server 2003'. If anybody could tell me what I'm I doing wrong or guide me to other techniques or
|
| Reading MP3 File | 31 Mar 2006 11:32 GMT | 5 |
First of all I m a newby--I want to show text on a window form and sound is also playing in the back ground.I want to make text sound synchronize so that the text displayed and sound are same. I have a single Audio file but whole of text is not displayed on one form so
|
| adding parameters to Oracle Oledb for update | 31 Mar 2006 11:04 GMT | 1 |
I am having a lot of problem adding a parameter to a oledb data sorce and execute it here is what I have I call string Pump="Yes" ResultSet = RunQuery("Update CDB_on set Resultx=:Resultx where
|
| partial namespace | 31 Mar 2006 10:53 GMT | 4 |
can we do a partial namespace ? i want split my cs file (contain all my classes) in a lot of files and then compil their into my DLL... so in this case, is more easy to work :
|