HighTechTalks DotNet Forums  

Sponsored Links


Dotnet Framework (WinForms Controls) microsoft.public.dotnet.framework.windowsforms.controls


Discuss in the Dotnet Framework (WinForms Controls) forum.



Post New Thread
Threads in Forum : Dotnet Framework (WinForms Controls) Forum Tools Search this Forum
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
I am working on creating a ComboBox extender that adds several properties to a combo box. I have done this successfully, but when dropping the...
DOsborn
04-16-2007 05:16 PM
DOsborn Go to last post
0 18
I have the following application setup Windows Form application with one form On the form is a Report Viewer control I have a local report (.rdlc)...
Billy Jacobs
04-16-2007 12:28 PM
Billy Jacobs Go to last post
0 27
I have custom report viewer control in form. Form has the following code in keypress event: private void BaseForm_KeyPress(object sender,...
Andrus
04-15-2007 05:56 PM
Andrus Go to last post
0 18
I have C# WinForms MDI application. MDI child forms are created by menustrip click event handler AppDesktop.FormMgr.Show(new ChildForm1("param1",...
Andrus
04-15-2007 02:10 PM
Andrus Go to last post
0 20
Nobody ever seems to answer these questions, but I'll ask anyway... When defining our own non client areas by intercepting and modifying...
Mick Doherty
04-15-2007 11:50 AM
Mick Doherty Go to last post
2 17
I've noticed that the MouseUp event does not consistently fire on the DateTimePicker when selecting a date. Anyone know why?
Earl
04-14-2007 08:31 PM
Earl Go to last post
0 24
Hello, i googeld around almost half the day to find a solution for imho simple problem. At first i am using VS2005. I want to create a form where...
IngoG
04-14-2007 06:27 PM
Bryan Phillips Go to last post
3 24
After clicking a button, this button becomes the default button, so that if I hit enter, this last button will be clicked. How can I set a different...
dani kotlar
04-14-2007 02:03 PM
dani kotlar Go to last post
2 22
Hi; Right now we need a RibbonUI control that runs on any version of Windows that supports .NET 2.0. But I'm guessing we will need more controls as...
David Thielen
04-13-2007 11:03 PM
Bryan Phillips Go to last post
1 16
I added a new user control I went in and changed the control to inherit from DataGridView I want my new DataGridView to have a fixed number of Rows...
Michael Howes
04-13-2007 07:53 AM
Kevin Spencer Go to last post
1 20
Hello, I am trying to set the current focused row in a DataGridView programmatically, and I want to do this without changing the current (multiple)...
adrian.tosca@gmail.com
04-13-2007 02:53 AM
adrian.tosca@gmail.com Go to last post
1 22
Subject pretty much says it all. I was wondering if it was EVER necessary for me to do this: string myString = TextBox1.Text; if (myString ==...
Jeff Johnson
04-12-2007 02:41 PM
Bob Powell [MVP] Go to last post
12 45
(Sorry for multi-posting this in "microsoft.public.dotnet.languages.csharp") Hi there, Can someone enlighten me on how to trap a keystroke in my...
Larry Smith
04-12-2007 02:37 PM
Bryan Phillips Go to last post
5 20
I read the thread http://www.ureader.com/message/1268514.aspx It explains some of my problems. Now I have datagridviewcombobox column which I set...
Helen Chen
04-12-2007 01:09 PM
Helen Chen Go to last post
0 20
Hello, how should I suppress the Shift-Insert keypress in a custom DataGridView column or in a custom TextBox? I tried to catch it in the overriden...
nvx
04-12-2007 10:58 AM
Bryan Phillips Go to last post
4 22
I am working on a set of controls and have started by building a base control with a customisable NonClientArea. One of the features that I wish to...
Mick Doherty
04-12-2007 08:11 AM
Mick Doherty Go to last post
1 24
is there any limit for number of controls which can be hosted in a winform? We have a case that we need to put a large amount of controls onto a...
Zongwen
04-11-2007 02:47 PM
Rad [Visual C# MVP] Go to last post
2 23
I need a way to detect when the WebBrowser control I'm using has navigated into a situation where errors such as 404, 401, etc have occured with...
Patrick Bates
04-11-2007 12:10 PM
Go to last post
1 27
Hi, I have a tab control that contains tabs with DataGridView controls. I can't seem to get the events for the DataGridView control to fire... For...
Bill
04-10-2007 01:43 PM
Oliver Sturm [MVP C#] Go to last post
9 23
Hi friends, I would like to know how to bind a column in database (number(1)) to a datagridboolcolumn. If 1- it should be checked else-not...
bineesh006@gmail.com
04-10-2007 09:13 AM
Bryan Phillips Go to last post
2 18
Hi; How do set value for the member's attribute values? Thanks Alvaro.
Alvaro E. Gonzalez V.
04-09-2007 10:05 PM
Bryan Phillips Go to last post
1 11
Anyone know of an easy way to re-arrange items in a ListView control? Thanks.
bstauffer@oldrepublictitle.com
04-08-2007 05:41 PM
Bryan Phillips Go to last post
1 28
I am trying to use the System.Windows.Forms.Control.RaiseMouseEvent method. According to MSDN documentation, this method takes two arguments,...
Joe Nastasi
04-07-2007 05:26 AM
ClayB Go to last post
1 30
Ok, I've seen this asked several times - but no response has been given. I have a .NET 1.1 ListView object on a form. View=Details, multiple columns...
SmilingJoe88
04-06-2007 06:57 PM
Aaron Go to last post
12 37
I have RTF document that references external image files using an INCLUDEPICTURE directive, for example {\*\fldinst...
dpirkle
04-06-2007 03:24 PM
dpirkle Go to last post
0 21
Thanks in advance to anyone who responds :) I'm trying to use a class for unbound data in a DataGridView in VS 2005. Bascially, I have the...
bstauffer@oldrepublictitle.com
04-05-2007 08:52 AM
bstauffer@oldrepublictitle.com Go to last post
4 21
Is there any way I can insert a JPG image in a RichTextBox control ? I'm developping a knowledge base application and use an editor the same...
Thierry
04-05-2007 05:06 AM
Thierry Go to last post
0 23
How can I not have that triangle show up on the row header of the DataGridView? thanks mike PS remove the x from my email address if you want to...
Michael Howes
04-04-2007 08:27 PM
ClayB Go to last post
3 54
I have a DataGridView (Virtual mode, non-databound) used to monitor data being added to a file. The first row of the dgv is frozen so it's always...
Mike Blake-Knox
04-04-2007 11:07 AM
Mike Blake-Knox Go to last post
0 32
Hi All: Does anyone have suggestions for copying selected items of a listControl to the Clipboard in such a way that other applications (Notepad...
Aaron
04-03-2007 02:38 PM
Aaron Go to last post
3 26
Hi, I'm quite new to .NET and I'm currently adding some functionality to existing windowsforms app running on Windows Mobile 5. The application has...
jan.loucka@gmail.com
04-03-2007 06:57 AM
Kevin Spencer Go to last post
1 23
Lidor Systems TreeView : http://www.lidorsystems.com/products/integralui/treeview/default.html PureComponents's TreeView...
Bill Woodruff
04-03-2007 01:57 AM
Bill Woodruff Go to last post
0 20
I copied the line of code from Mictosoft: MsgBox (My.Computer.Clipboard.GetText()) and of course it doesn't work becasue the is no object (error...
John Lane
04-01-2007 09:28 AM
Wibberlet Go to last post
1 34
Hi All! I have tried for a few hours to create a contextmenu based on a clone off one of the menus on my mainmenu.. No result! Anybody that have a...
Per Rollvang
03-31-2007 11:06 AM
Per Rollvang Go to last post
2 26
How to setup ColumnWidthChanged Event for ListView? I don't see it in the list. From...
SudhirK
03-31-2007 05:11 AM
ClayB Go to last post
1 30
I am working with the DataGridView in vb.net... I have a dataset with 100+ rows and 20 rows are visible. What I am having trouble doing is on...
shsixman
03-31-2007 04:56 AM
ClayB Go to last post
1 30
Hi there, Can anyone explain why I'm able to resize a "GroupBox" control at design time after setting its "AutoSize" property to "true" and its...
Larry Smith
03-30-2007 01:14 PM
Larry Smith Go to last post
0 25
This question is actually for the Compact Framework but is about controls. I have created a control that inherits the UserControl (I need the...
Ole
03-30-2007 01:08 PM
Ole Go to last post
3 17
Hello, I've got a list view in details view. Two questions. I've got four columns. I want to be able to update either column 1 or column 3 by double...
Nick
03-30-2007 09:39 AM
Linda Liu [MSFT] Go to last post
2 22
Hi All, (regarding Context Menu strip) I am trying to insert a custom control / .Net control in Context menu as a context menu strip. I tried...
Patel
03-30-2007 08:28 AM
Patel Go to last post
0 22
Hi, Is there a way to hide the scrollbars in a UserControl ?? If i'm setting AutoScrollMinSize to a size larger than the ClientRectangle, the...
Peter Larsen []
03-30-2007 08:09 AM
Peter Larsen [] Go to last post
4 27
I am creating a bound DataGridView that has a typed list as its datasource. The type used in the list is a class that has fields that I want to...
Steve Miller
03-29-2007 11:30 PM
newbie Go to last post
3 29
Hi all, I am using Webbrowser control 2.0 in Visual Studio 2005 but I don't know what I have to setup it to let user edit HTML page which contains...
Nguyen Van Binh
03-29-2007 10:53 PM
Nguyen Van Binh Go to last post
0 27
Hi, I'm trying to archive orginal records, so what I am trying to do is upon saving the changed record also writing the orginal record version to...
Rob Dob
03-29-2007 10:39 AM
Rob Dob Go to last post
2 19
Hello, Given a form(Form1) that defines it's active region on load with the following code: private void Form1_Load(object sender, EventArgs...
Liviu Balan
03-29-2007 10:30 AM
Liviu Balan Go to last post
4 28
hi all, Could you help me out here. I need to accomplish this: I need to filter listbox items from by entering some characters to the textbox. But...
marcelo
03-28-2007 06:36 PM
marcelo Go to last post
0 21
Hello, I am creating a form with Rich Text Box control on it (using .NET 1.1). The form will be used to iterate through a list of spelling errors...
Brian McCullough
03-28-2007 05:56 PM
Brian McCullough Go to last post
1 19
Hello, In my application I want to use the WebBrowser control to display some data containing text and images in a nice layout. I generate the...
jens.ro
03-28-2007 02:29 PM
jens.ro Go to last post
0 20
Hi. I am using the AxSHDocVw.AxWebBrowser control inside my C# application for navigating the web. I am using the HTMLDocumentEvents2 in order to...
ILAZAR@gmail.com
03-28-2007 08:26 AM
ILAZAR@gmail.com Go to last post
0 26
Hi, I am "upgrading" from the datagrid to the datagridview. I currently use a datagrid button column that allows me to set the button text property....
JT
03-27-2007 09:09 PM
Shortie Go to last post
4 399
Post New Thread

Display Options
Showing threads 501 to 550 of 5439
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.