| Thread | Last Post | Replies |
|
| newbie: How to use global constants? | 13 Mar 2006 07:57 GMT | 10 |
I have WinForms app that uses a lot of constants. The same constants are often required by different classes - on the different forms, on subclassed controls, etc. How do I avoid repeating the declaration of these constants in each class?
|
| relationship in typed dataset (VS2005) | 13 Mar 2006 07:06 GMT | 1 |
we have a typed dataset with 2 tables - parent and child with relation and foreign key constraint. after adding 1 parent row to the parent table with 1 related(!) child row to the child table we have the following problem that never occured in VS2003:
|
| Dynamic Webservice Loading | 13 Mar 2006 07:04 GMT | 2 |
Hi I was wondering if it was possible to completly enclose a webservice in an assembly and dynamically enable this webservice through an http handler of some sort ? this would mean not having the publicly accessible asmx file.
|
| ComboBox like Address bar in IE or in Run Dialog box | 13 Mar 2006 06:12 GMT | 5 |
does anyone have idea how to achieve this functionality ?!!! thanks.
|
| Where has the target gone? | 13 Mar 2006 06:12 GMT | 2 |
In vs2003, there was a nice dropdown, which allowed you to choose whether to do a debug build or a release build. Where in the world is it in vs2005? I've looked through all the toolbars. Thanks.
|
| ComboBox doesn't have border when appearance is made flat in VS.NET 2005 | 13 Mar 2006 06:11 GMT | 5 |
i am using visual studio 2005. i could make combobox flat, but without border. is there any way to draw a border for it ?!!! thanks
|
| Change size of Context Menu | 13 Mar 2006 04:46 GMT | 2 |
I want to fix the size of the ContextMenu to 150 Pixel. How to that. Please help me. Regards,
|
| centralize a form | 13 Mar 2006 04:26 GMT | 1 |
I open a dialog with another. How do I centralize the new dialog based on the position of the parent dialog?
|
| Sending mail | 13 Mar 2006 03:27 GMT | 3 |
I'm using System.Net.Mail to send a mail. It dosen't work properly.it sends but I can't get it in the destination.but with previous namespace System.Web.Mail I can send mail successfully. I set all of properties like each other..
|
| garbled byte offset when receiving data from Socket | 13 Mar 2006 03:09 GMT | 14 |
i have a C# program that is sending data in a byte array through a socket. the VC++ application server receives data in teh following format.... typedef struct advice
|
| CheckBoxList event question | 13 Mar 2006 02:47 GMT | 2 |
I have a CheckBoxList control in my WinForm C# 2.0, I want to know everytime any checkbox in the list got checked/unchecked. I could not find any event like "CheckedChanged" of CheckBox control. Is there a way CheckBoxList can raise an event to notify any check box
|
| Finding if a column is unique in a dataset | 12 Mar 2006 23:30 GMT | 4 |
I have a dataset that has megs of data. I want to know if there is a way to find out if data in a particular column is unique or not. Does the dataset or a datatable have a built in function that i can use? Thanks
|
| Use forms authentication to protect non-aspx files? | 12 Mar 2006 23:02 GMT | 1 |
In my ASP.NET 2.0 Web app, I want to make some files inaccessible to unauthenticated users. Using Forms Authentication, this works fine for .aspx pages, but not for regular old .htm pages. How do I protect these? Thanks,
|
| Type Question | 12 Mar 2006 22:25 GMT | 4 |
I have a method that has a parameter that accepts a System.Type. How can I test to see if the type passed is one of the numeric types? I want to avoid a big if/else or switch statement if possible.
|
| Specifying an interface-implemenation as parameter | 12 Mar 2006 21:39 GMT | 2 |
it sounds simple, but i want to do the following I have two interfaces, IBrowseable and INode. A member-function of IBrowseable, 'getChildren', returns List<INode>-collections.
|