| Thread | Last Post | Replies |
|
| Security permissions for .NET v2.0 | 22 Jul 2005 15:49 GMT | 1 |
We're in the process of converting our .NET 2002 apps into 2005 and have run into a security issue. We are trying to attach to an assembly using a UNC path. We sorted the issue out in .NET 2002 by using the 'Adjust .NET security'
|
| Windows Forms, change font of the controls at runtime? | 22 Jul 2005 15:31 GMT | 2 |
I have a window form with controls (labels, buttons...). I want the user to have possibility to change the font (name and size) of the controls. But when the font is changed the size of the controls changed and some of the controls overlap each other.
|
| Double Click in titlebar | 22 Jul 2005 15:29 GMT | 3 |
does anyone have any idea how to trap a double click event in the title bar of a form? I'm wanting to use help icons on titlebars, but this means that I can't have minimize or maximize buttons, and as a compromise I wish to enable
|
| Can't declare a usercontrol in a Class | 22 Jul 2005 15:28 GMT | 1 |
We can declarre a web controls in a class, like: public class HealthClassBase: System.Web.UI.Page { public TextBox myTextBox;
|
| Comparing two text files | 22 Jul 2005 15:21 GMT | 3 |
I am looking for a fast and efficient way to compare two text files and create a thrid one. E.g. Input file 1:
|
| Change the control class at runtime | 22 Jul 2005 15:18 GMT | 1 |
I have a label on my form, but at runtime I would like to change it to a LinkLabel. Is it possible to change the class of that label control at runtime after the window is open? Is this possible? Please advise.
|
| C# sharp ability to append information to a file saved in any wind | 22 Jul 2005 14:31 GMT | 3 |
I am trying to find out if C# has the ability to tie into windows so that when a user tries to save a file from any windows application a save as dialog box opens that is written in c# with other save properties such as owner, person saving, notes etc.. that are not normally ...
|
| images in arrays.. | 22 Jul 2005 14:21 GMT | 3 |
How i can store images in array @ runtime..? What are the possbile ways.. Thankz.. - Mähésh Kumär. R
|
| Get a TreeNode reference to the root node in a TreeView | 22 Jul 2005 13:39 GMT | 1 |
I'm doing a recursive function that receives a TreeNode object. It's traversing an XMLDocument and putting the data in a TreeView. The problem is that to start out, I only have a TreeView object. So to add nodes in the beginning, I have to call
|
| Full-Screen Forms question. | 22 Jul 2005 13:25 GMT | 13 |
How can we run the app on full-screen. I mean all the controls such as, text boxes, data grids on the form would also be resized or re-located automatically when we press maximize button on the top right corner of the form.
|
| .avi and .wmv files protection | 22 Jul 2005 12:22 GMT | 4 |
I am going to make a player for .avi and .wmv files. How protect .wmv and .avi from playing. I would like to play these files only with my player. Thanks J
|
| Ask windowsidentity IsInRole but about NOT current user | 22 Jul 2005 11:56 GMT | 1 |
I need to ask if a user (I have login and password) belongs to a particular group of Windows 2000 users. There are methods for doing this but with the current user.... I have found some examples using impersonate method, but with this
|
| popup and timeout problem | 22 Jul 2005 10:52 GMT | 4 |
I have a little problem and I can't solve it. I have a webpage and in the aspx i have this code: if (exists) Response.Write("<td align='center' bgcolor=#0033ff
|
| Assembly and source - design question | 22 Jul 2005 10:42 GMT | 5 |
I have a big Visual Studio class library project from which I create an assembly. This assembly for example might contain 100 public entry points (for example custom server controls) and a load of shared back-end library code that they use.
|
| How draw 3D buttons by code? | 22 Jul 2005 09:25 GMT | 1 |
I want to draw 3D buttons by code nice like this one: http://www.download.com/AquaButton-Control/3000-10253_4-10414398.html?tag=lst-0-1 The code may be anyone of .NET languages. Please help me out.
|