| Thread | Last Post | Replies |
|
| String foreach problem | 12 Jul 2007 22:01 GMT | 30 |
Hi guys, i hace a question i have a datagrid col1 col2 -----------------
|
| Control Behavior | 12 Jul 2007 21:27 GMT | 2 |
Hey guys and gals, I am creating a composite control and need to expose the ImageList and all related properties of a label in this control; I do not want to expose the entire label. What I am looking for is a way to get the
|
| Get specific date (Day of Week) | 12 Jul 2007 20:41 GMT | 4 |
I need to get Date for Monday and Friday of current week. I can't seem to find any better way then to DateTime.Now and loop forward/backward incrementing/decrementing by 1 day until I reach DayOfWeek.
|
| Detecting CD drive letter in C# | 12 Jul 2007 19:05 GMT | 4 |
Hey All, I am using the following line of code to pick all logical drives on the local machine: string[] drives = Directory.GetLogicalDrives();
|
| Code snippet commands/Directives | 12 Jul 2007 18:59 GMT | 2 |
I've been searching high and low for this info but have been unsuccessful so far. I wonder if anybody knows where I can get a specification for the directives contained within the code element of a snippet.
|
| Request for permission type failed | 12 Jul 2007 18:51 GMT | 4 |
Hi Programmer People, I'm not an expert programmer, so please be understanding: I've made a program that uses a DataGridView to display and edit a DataSet. The DataSet is read from an .XML document. Changes on the
|
| Could not start application from Network,... | 12 Jul 2007 18:09 GMT | 2 |
Dear NG, i have some code/assembly here that must be executable from a network share. But it only works if i run it as a Administrator or another privileged user. But it
|
| Classes required for an application | 12 Jul 2007 18:04 GMT | 17 |
I am trying to build a rating engine for a number of users for a list of songs. I havea database design with a user table and a song table and a link table such that each user can rate many songs and each song can be rated by many users.
|
| vs2005 not auto adding controls to code behind | 12 Jul 2007 16:59 GMT | 4 |
i'm running visual studio 2005 working on asp.net projects. Suddenly visual studio has stopped automatically adding controls to the designer code behind. anyone know why or how to fix it? i can add them manually but that is annoying.
|
| using keyword | 12 Jul 2007 16:58 GMT | 1 |
I've recently started using the using keyword for my connections, but I have just seen some code where you have a using within a using, which is opening a command : using (SqlConnection _conn = new
|
| has anyone managed to call gocr from C#? | 12 Jul 2007 16:00 GMT | 1 |
Like i said , has anyone managed to call gocr from C#? I dont have any idea of C++ , if someone has done something similar or is familiar with the gocr model, could you give me an idea of how i should call it from C#?
|
| .NET Garbage Collector Question - Pinned Memory | 12 Jul 2007 15:38 GMT | 1 |
.Net - All versions I have Essential .Net Vol 1 (Don Box) and the Jeffrey Richter articles on the .NET heap - they are both excellent reads. But I am still unclear on the big pinned memory question:
|
| Re-writing COM DLLs in C#.net | 12 Jul 2007 15:17 GMT | 3 |
I have some VC++ COM DLLs and want to reuse the same DLLs in C#.net application with Add Reference but I have a requirement for my application that therre should not be any DLLs for registration in the installation. Without rewriting the VC++ COM DLLs in C#.net and without ...
|
| Is it possible to convert standard VS project to Test project ? | 12 Jul 2007 15:09 GMT | 1 |
|
| How To let all users in a Group to call a method by using an attribute? | 12 Jul 2007 15:09 GMT | 1 |
I Used this and an exception is thrown: [PrincipalPermissionAttribute(SecurityAction.Demand, Role = @"BUILTIN\Backup Operators")]
|