| Thread | Last Post | Replies |
|
| help on richtextbox | 20 Jun 2007 13:33 GMT | 3 |
i'm new to winforms..... i need to display certain data on form in a texbox.. but few words in the data need to appear as colored text.... i've tried with textbox and rixhtextbox..but no luck...can anyone help me out
|
| General questions about databinding, form design in Dot Net 2.0 | 20 Jun 2007 12:32 GMT | 1 |
I've just been assigned my first Winforms development project in Dot Net 2.0. It is a given in my current company that any Winforms program will have to easily shift between multiple identical servers. I would like to design this to take maximum advantage of VS2005's design ...
|
| Embedding fonts | 20 Jun 2007 12:29 GMT | 5 |
I have an application in which I want to use a font that is not available (standard) in Windows. Now, the font is free and I would like to embedd it into my WinForms application. How can I do that without requiring the user to install the font on their computers \windows\fonts ...
|
| DateTimePicker.KeyUp is not firing | 20 Jun 2007 10:28 GMT | 2 |
I wanted to catch escape key pressed event for DateTimePicker, so I hooked DateTimePicker.KeyUp in my application. But this event is not firing when I press escape key and it is firing if I press any other key.
|
| Getting separate values for hours and minutes from a DateTimePicke | 19 Jun 2007 21:32 GMT | 3 |
I am using a DateTimePicker set to retrieve time information only. I would like to separately set the hour increment to 1 and the minutes increment to 30 but I cannot find out how I can use the different sections in the control. Does anybody has an idea?
|
| Binding names of ENUM constants to a Combobox | 19 Jun 2007 19:51 GMT | 2 |
I'm learning Visual Basic using the .Net Framework 2.0. I have been playing with consuming web services in applications. I am using a free web service that gives me information for currency conversion. The web service I am using is:
|
| Automatic version incrementing | 19 Jun 2007 17:18 GMT | 3 |
in VB6, I could set my applications, so that, with every build, it would increment the version number. However, I can't find that capability in VS.Net 2005....I can find it if I publish the applicatioin, but I don't have any need for my users running the
|
| Send Mail | 19 Jun 2007 14:33 GMT | 1 |
Pls Help. i have 2 images and some text which i want to send as mail. the imges are leftframe and top frame. left frame comes till down and top frame is on the top. inside this i mean Just under top frmae image i want to
|
| DockStyle value | 19 Jun 2007 11:51 GMT | 3 |
I try to use Dock property in UserControl (if it matters) in the following way this.Dock = DockStyle.Left | DockStyle.Bottom | DockStyle.Right; At runtime I gets :
|
| Compress & Upload files in .NET 2.0 | 19 Jun 2007 11:48 GMT | 3 |
I have function in c# program which selects a file & uploads to a directory. I want compress/zip the selected file programatically & upload the zipped version. How can I do this, is there any free library/class available in .NET 2.0
|
| Auto Hide AppBar | 19 Jun 2007 11:46 GMT | 2 |
I'm building an AppBar application, which needs to support auto hide status (and on mouse hover - to pop up). Can anyone give me some directions in how to do that? code snippets? The application is written in C#.
|
| Suggestions Invited, Form size according to Screen resolutions | 19 Jun 2007 11:40 GMT | 1 |
How can we preserve good look and feel of forms and controls according to changing screen resolutions?
 Signature Sandeep Thoppil
|
| PropertyDescriptor SetValue not called | 19 Jun 2007 02:23 GMT | 3 |
I am attempting to create a specialized PropertyDescriptor for the Location property on one of my custom controls. When I attempt to debug it, my breakpoint in GetValue gets hit when I expand the Location property in the property grid to reveal the child properties (X and Y). ...
|
| .net framework 1.1 | 18 Jun 2007 23:10 GMT | 2 |
I have installed .net framework 2.0. I notice I also have the following entries in Add/Remove Programs: .net compact framework 1.0 SP3 Developer .net compact framework 2.0
|
| ListView's SelectedIndexChanged overfiring -> time for new AfterSelectedIndexChanged event? | 18 Jun 2007 18:13 GMT | 3 |
I have a ListView control and based on the item selection, another control is updated. That update process is relatively slow. I subscribed to the selectedindexchanged event, but that event is not really helpfull in my case as it fires twice for every change in the
|