| Thread | Last Post | Replies |
|
| Help Needed on ASP.Net Deployment | 08 Aug 2007 14:52 GMT | 1 |
Hi Friends... I have a simple query on building the Web Setup project. When i build my setup, i see that the code behind the .aspx pages (.cs code pages) are also included. And when i deploy the project i can see
|
| how to change progressbar color? | 08 Aug 2007 14:35 GMT | 1 |
how can I change the progressbar color and make it simple just like the old style progressbar in windows 98
|
| Image in DataGridView does not show!! PLEASE HELP! | 08 Aug 2007 12:30 GMT | 1 |
I have problems using DataGridViewImageColulmn: The Image does not show (only a red X is shown). I tried this: - Create New WindowsForms app
|
| Bug in FindRows | 08 Aug 2007 11:56 GMT | 6 |
I have the following issue on FindRows. Below is my simple little method -------------- public static DataRowView[] GetCountryDestinations(string
|
| Help Needed on ASP.Net Deployment | 08 Aug 2007 11:35 GMT | 1 |
Hi Friends... I have a simple query on building the Web Setup project. When i build my setup, i see that the code behind the .aspx pages (.cs code pages) are also included. And when i deploy the project i can see
|
| Activator Question | 08 Aug 2007 10:18 GMT | 1 |
My goal is to pass in an assembly and have the method return an instance of any classes that inherit from the generic type T. My problem is that I'm unable to cast from the result of Activator.CreateInstance(curType) to T even though curType is a
|
| Static Constructor Called Twice | 08 Aug 2007 08:29 GMT | 6 |
I'm having a problem with a static class constructor being called twice. I have the static class MasterTaskList which uses a BackgroundWorker to execute multiple methods on a separate thread. The static constructor calls a reset function which creates a new instance of ...
|
| stopping windows service. | 08 Aug 2007 08:29 GMT | 10 |
I am having one windows service which is updating to database. On 'Onstop i want to wait till current updation complete. How will i do this? Because if i write some lengthy code on onstop it fails to stop and
|
| Why is IPC communication so slow? | 08 Aug 2007 08:09 GMT | 2 |
I use Ipcserverchannel class and Ipcclientchannel to do IPC. I try to read a file to memory using process A and then use IPC to transport it to process B. However, IPC use nearly as much time as from a from disk, which is very surprising ( I expect it to be much much faster).
|
| lookup databinding combobox using stored procedures | 08 Aug 2007 08:04 GMT | 2 |
I have a lookup table with and ID field and a Description field, and another table that has its own ID field, the ID field from the lookup table, and other data. LookupTable
|
| Visual Studio and .Net Runtime Framework dependency | 08 Aug 2007 08:03 GMT | 6 |
If I am using Visual Studio 2005 to build a C# Class Library (COM), it is as default dependent on .Net Runtime Framework 2.0 when running? If I am using Visual Studio 2003 to build a C# Class Library (COM), it is as default dependent on .Net Runtime Framework 1.1 when running?
|
| DataGridView as Custom Control with a default column: Code executes twice... | 08 Aug 2007 07:08 GMT | 3 |
I'm doing a Component class that inherits from DataGridView. One thing that it does is to add a default column in the grid. I put the code for this in the class and when I drag the control to my form i VS2005 it appears just as expected in the designer.
|
| Best way to check if a User is in Admin group | 08 Aug 2007 03:31 GMT | 1 |
Not sure this is right group to post my question. What is the best way to check that current logged in user has local admin/domain admin rights on a computer? My application needs to be ran under admin account so I need to warn
|
| How can I hid the Dos window using Process lauching a C appliation | 08 Aug 2007 01:58 GMT | 4 |
Hi, I'm using vs2005, .net 2, for windows application. How can U stop the DOS windows creation when I redirect the stderr output from the C-code application that I launch running from my C# program? I've tried setting the process CreateNoWindow to true and set ...
|
| DropDownList control, select item problem | 08 Aug 2007 00:50 GMT | 1 |
I am using predefined membership and roles managemant approach characteristic for framework 2.0 Basic idea is that we select some value from DropDownList which represents a role and we get all users for selected role.
|