| Thread | Last Post | Replies |
|
| Role Based Security | 31 Oct 2008 16:26 GMT | 4 |
Hi NG, I am about to start development of the Security part of a big application. The requirements are that users must be assigned to roles and the roles then can be configured to access features.
|
| papersources and papersizes really slow on some systems. | 31 Oct 2008 13:07 GMT | 1 |
On some systems, particularly Vista x64 systems, it takes forever (5 to 15 seconds if compiled for x64, 10-20 seconds if compiled for x86) to enumerate either the papersources or papersizes collection of a printersettings object. Almost all of that time is spent before the first ...
|
| Multi-line strings in ResourceDictionary.xaml | 31 Oct 2008 12:38 GMT | 5 |
For those, who read this newsgroup via the browser: I'm sorry about the repost, but the post does not appear to be on the newsgroup server, and that could be a reason that I've not received *any* replies. How do I specify a string with line breaks in a resource dictionary?
|
| Is framework having predefined partial classes? | 30 Oct 2008 19:11 GMT | 5 |
Generally we can create parial classes in .net 2.0 version. As I understood that framework 2.0 (class library) shoud have partial classes. If it is there please list out some class names. Otherwise As I mentioned that partial classes are only supported by the
|
| Reveal a .net assembly as a COM component | 30 Oct 2008 17:21 GMT | 1 |
I have just completed writing an api class library whch will allow third partys to connect to my main appliaction via the api's Interfaces. I have just been asked to revel the assembly as a com component.
|
| Why is my Console Application limiting itself to half the screen? | 30 Oct 2008 16:36 GMT | 10 |
I have a Console Application, and when I do a "Start Without Debugging" to test it, everything works, but it will not allow me to make the window wider than half my screen. Even if I maximize it, it takes the full height, but only half the width. This is very annoying, because ...
|
| Put Column Heading on 2 lines in Access | 30 Oct 2008 15:58 GMT | 1 |
In Excel you can put your text on 2 lines and save paper when you print. Does anyone know if this can be done in Access 2007? Thanks.
|
| DataSource | 30 Oct 2008 09:19 GMT | 8 |
I use a List<object> as datasource to a DataGridView class. The datasource class looks like this: public class DataList : List<DataListItem> {
|
| Custom sorting in GridView | 30 Oct 2008 05:18 GMT | 1 |
I want to implment cusotm sorting in gridview... Ive a dropdown box on my page where ive all the fields(columsn) to be sorted.. whenever hte user selects the value in the dropdown , the gridview should be sorted...
|
| Event handling | 29 Oct 2008 19:55 GMT | 9 |
I am currently writing an app for a mobile phone. (WM6) with Compact Framework, though this probably has no bearing on my question. I am building the app as a layered app. I have my main screen, but behind this, I have for example, a class that talks to the bluetooth device.
|
| How to find OS version | 28 Oct 2008 19:49 GMT | 3 |
'Environment.OSVersion' can be used to find OS version. However how to differentiate between windows XP (64 bit) and a windows 2K3 ? both shows major version 5 and minor version 2 . Also how to differentiate between Vista and windows 2K8?
|
| Regex expression for numeric value with length check | 28 Oct 2008 18:40 GMT | 6 |
I am horrible at regular expressions so I'm hoping this might be an easy one for someone else. I need to perform a check that a string contains all numbers and is between 1 and 9 characters long. I have the first part working, but can't get the length check to work.
|
| Outlook changing email format | 28 Oct 2008 04:49 GMT | 1 |
I send out emails to approx 600 customers (20 at a time) with 1 or 2 pdf attachments and a message. I do this by creating and saving the email to drafts, then I highlight the message in the draft folder and click forward. This allows me not having to retype the message. The ...
|
| Does Object Implement an Interface? | 27 Oct 2008 20:59 GMT | 2 |
How can I tell if an object I have reference to implements a particular interface? class foo : Form {
|
| Date.TryParse and AS/400 dates | 27 Oct 2008 18:53 GMT | 1 |
Has anyone else run into this problem? I am pulling date values from an AS/400 DDS file via OleDb using an SQL statement. Sometimes (and there does not seem to be any rhyme or reason to this), when I do a Date.TryParse on a date field that is empty, I get the current date
|