| Thread | Last Post | Replies |
|
| About label? | 16 Mar 2006 22:25 GMT | 1 |
I have a label in which i display numbers. Now i wish to limit the lenght of the numbers in my label, i wish when in my label are 32 characters, anything else i type or press on a button will not show on the label. I know that this is done with the len statement, and in vb6 its ...
|
| Is there a good reason that Decimal does not have Ceiling() method, only Math class has? | 16 Mar 2006 14:33 GMT | 1 |
Is there a good reason that Decimal does not have Ceiling() method, only Math class has?
|
| Starting to write custom control | 16 Mar 2006 09:53 GMT | 4 |
I need to develop a custom control. The control is going to be something like Properties window in VS - listview (grid?) with resizable columns and collapsable sections. The control needs to be read-only, so I do not need embeded text/listboxes,
|
| Property setting order during control creation | 16 Mar 2006 09:29 GMT | 4 |
I have a control that has has some properties that are dependent on other properties. TextBox myControl.UseThisTextBox bool myControl.DisplayThisTextBox
|
| Resource File | 16 Mar 2006 09:10 GMT | 1 |
I am extending an existing control. I have 4 files: MyControl.cs MyControl.Designer.cs
|
| How to use FindBy in typed DataSet? | 16 Mar 2006 06:19 GMT | 14 |
I have a strongly typed dataset and I need to find a row by primary key. The name of the DataSet is 'database'; the name of the table is 'TableProject'; the name of the PK column is 'Project_ID' I want to get the DataRow that contains Project_ID 34.
|
| DataGrid - summary row | 15 Mar 2006 16:54 GMT | 1 |
How to I can create a summary row in DataGrid in Visual C# .NET or VB.NET? In ASP.NET available Footer for DataGrid, but in VC# I can't find this.
 Signature with regards,
|
| How to access a network file path \\foo\bar.txt from an .aspx and from a custom IHttpHandler? | 15 Mar 2006 07:30 GMT | 1 |
How to access a network file path \\foo\bar.txt from an .aspx and from a custom IHttpHandler? How to specify which account that aspx application should use when doing file IO from network paths?
|
| User cOntrol | 15 Mar 2006 01:58 GMT | 1 |
Hello i have some problems with a UC that i create. This UC only contains a textbox. When i insert the UC into a form of any app, no problem occurs. The problem appears when i change the form font. When i do that, all the
|
| PageSetUpDialog and PageSettings margins. VS2005 | 14 Mar 2006 17:16 GMT | 1 |
Just installed VS2005 in the hope that the margins bug (press ok from the PageSetUpDialog changes the settings to something different to that entered when measurement system is in metric.) was fixed - its not. This was a bug in 1.0, 1.1 and still in 2.0. Anyone know if this is ...
|
| What keeps an unreferenced Form alive? | 14 Mar 2006 01:56 GMT | 2 |
What keeps an unreferenced Form alive? For example, I can get a reference to a new Form object, call its Show method, and then let the reference go out of scope. The form stays alive even if the garbage collector runs, so some magic is keeping a reference to the form alive.
|
| Problem with vertical scroll on a ListView control | 13 Mar 2006 17:50 GMT | 2 |
I have a class (shown below) that inherits from ListView. I have an instance of this class with Scrollable set true. The ListView is in details view and it is placed on a 'panel' that is a control derived from System.Windows.Forms.UserControl. That panel is in turn placed on a ...
|
| TreeViewNodeSorter - how to implement sort? | 13 Mar 2006 16:35 GMT | 1 |
I've looked at the example at http://msdn2.microsoft.com/en-us/library/system.windows.forms.treeview.treeviewn odesorter(VS.80).aspx but I have a couple of points of confusion: Do I have to provide my own implementation? That is, do I have to "new" an
|
| viewing mhtml page in webbrowser control | 13 Mar 2006 03:22 GMT | 5 |
Can an mhtml page be viewed using the System.Windows.Forms.WebBrowser control? When I use the Navigate method it works but if I try to use the DocumentStream property it doesn't render any of the images. The source is a web page saved in IE6 using SaveAs mht I want to be able to ...
|
| Can a custom Windows Form Control be used in MS Access 2003 | 10 Mar 2006 01:36 GMT | 1 |
Since the Rich Textbox 6.0 ocx won't run with Office2003 (see below for KB article), I want to wrap a Rich Texbox control in my own custom control to be used in an Access2003 app. I know I can do this by creating an ActiveX control in VB 6.0 but I assume that a homemade .NET ...
|