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'm converting an old .NET 1.0 project over to v2 and getting it compatible with Vista at the same time. One of the things we had was a subclassed...
nx-2000@winvoice.com
05-02-2007 10:32 PM
nx-2000@winvoice.com Go to last post
2 17
Hi; How can I enable drag/drop where I drag from a TreeView node (to a control of mine). I thought this would just work but I can't even find a way...
David Thielen
05-02-2007 08:17 PM
DavidThi808 Go to last post
2 19
Hi, I have a Databound Datagridview control (Winforms 2.0). The "AllowUserToAddNewRows" is set to true. Now, when a new row is added and I enter...
angshuman.agarwal@gmail.com
05-02-2007 11:23 AM
angshuman.agarwal@gmail.com Go to last post
0 17
Maybe I'm mis-reading, but according to the documentation "By default, users can sort the data in a DataGridView control by clicking the header of a...
David McCallum
05-02-2007 10:35 AM
ClayB Go to last post
6 24
How can i get the last written word, after pressing space in a RichTextBox?
lil J
05-02-2007 08:00 AM
tinapai Go to last post
1 23
Hi, I have a DatagridviewComboboxcell and need to get the value member part of the combobox. When write to the parameter behind I need the integer...
Patrik
05-02-2007 06:38 AM
Patrik Go to last post
3 26
Hi All, Is there a way to add a checkbox(for checking all the check boxes that appear in datagrid column) in the header of a datagrid...
PD
05-02-2007 03:29 AM
PD Go to last post
0 21
I have a DataGridView instance on a tabpage that is bound to a strongly typed DataSet that fetches data from SQLServer. There are a bunch of tables...
kobraboy
05-01-2007 04:46 PM
kobraboy Go to last post
0 17
I am using System.Windows.Forms.DateTimePicker in framework 2.0. I want to provided the user with such a functionality, say, that if an item is not...
Rabia.Abrar@gmail.com
05-01-2007 11:34 AM
VisualHint Go to last post
13 37
Hi; Does anyone know of a PictureBox control with source? I need to have a control that has a bitmap in the background and I then draw some...
David Thielen
04-30-2007 07:17 PM
David Thielen Go to last post
2 16
Still a newbie at this: I'm trying to find a ways to get a textbox control to behave similar to the beahvior of the control seen in the Visual...
Dave
04-30-2007 04:47 PM
justin creasy Go to last post
3 16
I'm searching for an explanation of some odd ListView behavior (odd to me at least). My ListView is telling me that several of the items in its...
rogercnorris@yahoo.com
04-30-2007 10:39 AM
rogercnorris@yahoo.com Go to last post
0 18
In C# (VS 2005), I am embedding a Macromedia Flash COM Control. Everything is working fine but, for some reason, I cannot get the control to act...
Alex Maghen
04-30-2007 06:10 AM
Linda Liu [MSFT] Go to last post
4 21
I use VC# 2005 express edition. I need to edit my class based on DataGridView in Winforms designer. Any idea how to do it ? Currently I must usr...
Andrus
04-29-2007 04:21 PM
Andrus Go to last post
0 14
I have a DataGridView control with custom fields in it. I want to trap when the user presses the Enter key. When the custom field is in Edit mode, I...
Richard MSL
04-28-2007 05:36 AM
Linda Liu [MSFT] Go to last post
7 27
Is there a way to make one of the columns of my DataGridView a masked textbox? I'm using VS2005 (C# or VB), .Net 2.0. Thx, Robin S.
RobinS
04-27-2007 01:28 PM
RobinS Go to last post
0 21
I want to add text into a richtext box control and have it recognized as a hyperlink. The normal SelectedText method works great unless there...
David A. Schramm
04-27-2007 05:29 AM
Jeff Gaines Go to last post
1 13
Here is the code for my base DatagridView Public Class RowSelectDataGridView Inherits System.Windows.Forms.DataGridView Public Event...
Eric Cathell
04-27-2007 04:18 AM
Linda Liu [MSFT] Go to last post
1 22
Hi, i dont know if this is the correct group. Give me a hint if this group is not appropriate. i have a winforms app with a local report. The rdlc...
Georg Hickel
04-26-2007 04:27 PM
Georg Hickel Go to last post
1 35
Hi; The following code does not give me formatted text - just plain text. Any ideas? RichTextBox txtResults = new RichTextBox(); txtResults.ReadOnly...
David Thielen
04-26-2007 03:28 PM
David Thielen Go to last post
4 17
I use both splitters and split containers in my current app, and I've started to notice that I use the split container far more often. What would I...
Earl
04-26-2007 11:47 AM
Earl Go to last post
2 20
I would like to give the user the ability to click on subitems in a standard ListView. 1) When the user hovers over a subitem, the color of the text...
Henrik Skak Pedersen
04-26-2007 09:50 AM
Henrik Skak Pedersen Go to last post
3 23
I can't get the CheckedListBox to properly display items when adding an array of custom objects to...
Flomo Togba Kwele
04-25-2007 08:51 PM
Flomo Togba Kwele Go to last post
5 20
Hi all: Is there a simple way to implement a textbox control (maybe it's even built in, I just haven't seen it) like those in the Visual...
Dave
04-25-2007 01:23 PM
Dave Go to last post
0 14
I've developed a line control. Naturally, width/height (depending on orientation) of line is typically measured as 1 or 2 pixels. The IDE doesn't...
Joseph Geretz
04-25-2007 01:01 PM
Joseph Geretz Go to last post
0 20
Hi there, I have a C# .NET 2.0 windows app with a WebBrowser control. It loads an AJAX enabled website, which uses collapsible panels. My...
scootrobertson@yahoo.co.uk
04-25-2007 11:50 AM
Serge Baltic Go to last post
3 18
Hi , I have MenuStrip in a form and i've add a ToolStripMenuItem called toolStripMenuItemRoot. I want the items of this toolStripMenuItemRoot to...
Equilibrium
04-25-2007 04:38 AM
Equilibrium Go to last post
0 15
Hi , I have MenuStrip in a form and i've add a ToolStripMenuItem called toolStripMenuItemRoot. I want the items of this toolStripMenuItemRoot to...
Equilibrium
04-25-2007 04:35 AM
Equilibrium Go to last post
0 18
Hello, we've got a problem with controls that are loaded before they are initialized. The initialization takes place in an...
Martin Plechsmid
04-24-2007 05:04 PM
Martin Plechsmid Go to last post
0 16
I've never done this before, so I'm wondering if it's possible and if there is a sample. Fundamentally, is it possible to do the same thing you might...
Earl
04-24-2007 12:53 PM
Andrus Go to last post
5 25
Hi All, I must be missing something obvious, so I hope someone in here can help me out. I've got a simple RichTextBox control containing a bunch of...
John Bowman
04-24-2007 09:33 AM
John Bowman Go to last post
0 21
It looks like the 'SelectedItems' collection of the listView control is not updated right away/properly. It displays on the form as expected though....
Vince
04-24-2007 09:30 AM
Go to last post
1 21
Hi Lance, The managed WebBrowser class is a wrapper for native COM object 'Microsoft Web Browser' and the managed WebBrowser class does not expose...
Linda Liu [MSFT]
04-24-2007 07:38 AM
Tara H Go to last post
4 34
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-23-2007 06:22 PM
Billy Jacobs Go to last post
0 24
I have a DataGridView control with some regular columns, and some columns that are just for display, populated by my program. The user is not...
Richard MSL
04-23-2007 06:39 AM
Linda Liu [MSFT] Go to last post
4 28
Well, everything in the designer derives from "IComponent" AFAIK and "Component" is just a common implementation of this, is it not. In any...
Larry Smith
04-21-2007 11:21 AM
Larry Smith Go to last post
1 25
Hi, Looking for some direction on how I would go about adding an icon to a cell (at runtime because it's dependent on the value in the cell) and be...
not
04-20-2007 12:24 PM
Not Go to last post
2 22
For a shared (distributed) whiteboard I need the following: If a user writes something within a scrollable area, his new contribution should be...
Christian Stapfer
04-20-2007 12:14 PM
Christian Stapfer Go to last post
1 14
Using VS2005+NET2.0+VB.NET+SQL_Express2005 Have a TreeView and DataGridView on a windows form. When user clicks on the treeview it queries the...
handheldmaster
04-20-2007 04:07 AM
Jeff Gaines Go to last post
4 20
We are using Microsoft.Reporting.WinForms.ReportViewer control in C# to load SQL Server Report. SQL/Stored Proc is defined in report file RDL. How...
Tinu
04-19-2007 09:18 PM
Bryan Phillips Go to last post
1 27
Hi I have been constructing a form and have found a problem that seems to be repeatable. I put a datagrid on the form and added code to build a...
Doug Bell
04-18-2007 08:42 PM
Doug Bell Go to last post
2 17
Hi to all. I need to create a custom control which does the following: - It should contain a first, fixed image. - It should manage a second...
Massimo
04-18-2007 12:56 PM
Massimo Go to last post
4 31
I have an extender provider which adds a property(List<T>) on the extended control on a win form. Where T is an enumeration, code at the end of...
VRK
04-17-2007 06:36 PM
VRK Go to last post
0 26
What's the best way to validate a Date in the Textbox? The binding will ensure that the date entered is in the actual format, but will not...
Earl
04-17-2007 01:25 PM
datetimepicker@gmail.com Go to last post
8 22
How do I obtain the value of a checked item in the checkedlistbox control. I can get the index and the displayed text string but not the value...
juzzy
04-17-2007 11:23 AM
Alex Meleta Go to last post
1 22
It is possible in WPF? Thanks! Jim
Jim
04-17-2007 11:12 AM
Jim Go to last post
0 18
in an application with multiple child forms, is there a mechanism that makes the child forms appear as items in the Windows menu of the parent form?...
dani kotlar
04-17-2007 09:33 AM
hometoast Go to last post
1 18
I want to made a treeview control which like the one in outlook. In some special nodes, I need show some extra text behind the them with special...
xaep
04-17-2007 05:10 AM
xaep Go to last post
0 19
I want to made a treeview control which like the one in outlook. In some special nodes, I need show some extra text behind the them with special...
xaep
04-17-2007 05:08 AM
xaep Go to last post
0 16
I'm creating a custom user control. One of the widgets on my UserControl is a TextBox. I'd like to implement the .Text property of the UserControl...
Joseph Geretz
04-16-2007 09:31 PM
Joseph Geretz Go to last post
2 16
Post New Thread

Display Options
Showing threads 451 to 500 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.