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     
hi I have a custom datagridtextboxcolumn called (SHdatagridtextboxcolumn) in my custom column I overrides onvalidating to check entered numbers...
shahriyar.abaspour@gmail.com
05-21-2013 01:16 AM
shahriyar.abaspour@gmail.com Go to last post
0 10
Hi I m stuck in this problem. I want to make a specific row in a gridview editable. I have made the following steps:I have a form with a readonly...
simahamed benhsinat
12-29-2011 06:38 AM
simahamed benhsinat Go to last post
0 1,228
Hello All: I also have posted this under other related groups or thought related groups and was recommended to post here. I have created a database...
ardy
09-09-2011 10:28 AM
ardy Go to last post
0 213
SmartCodeDeveloper control is feature-rich, multi-purpose barcode SDK that many be deployed in different environments. It empowers organizations...
Jason
09-09-2011 03:51 AM
Jason Go to last post
0 219
Hi I have a DataGridView on a dialog. The dialog has a Cancel button abd the CancelButton property set to this button so pressing ESC in the dialog...
Paul S
08-11-2011 11:48 AM
Denis Abramov Go to last post
7 398
Nevron Software is proud to announce the official release of the new .NET Vision suite 2011.1 – the leading Data Visualization component suite for...
ivo@nevron.com
06-06-2011 09:36 AM
ivo@nevron.com Go to last post
0 237
Is it possible to set a Treeview control to show checkboxes on root nodes only? - Don
Don
05-19-2011 10:29 AM
.Net Follower .Net Follower Go to last post
3 644
We're developing a winforms app to run on XP tablets. Occasionally, we get a InvalidArgument exception "Value of '-1992494640' is not valid for...
Grim
05-16-2011 09:29 PM
Grant Collingwood Go to last post
1 289
Hello NG I have a user control (EsComboBox) that have a (non microsoft) combobox placed on it. I have a property: EditValue that controls what the...
Johnny
05-13-2011 12:33 PM
Johnny Go to last post
0 226
Does anyone know why DataGridView.AutoGenerateColumns does not show up in the IDE Properties window (VS 2005)?
Jack Jackson
04-20-2011 03:36 AM
Andreas Balster Go to last post
1 240
I'm not sure if this group is being used or not or just for spammers or what's going on but have a question about a progress bar in a Windows forms...
NumbLock
04-07-2011 02:01 PM
NumbLock Go to last post
0 224
Hey NG I want to change the backcolor on the DateTimePicker. Mostly all Microsoft controls changes the backcolor to CONTROL when the control's...
Johnny
02-08-2011 07:25 AM
Johnny Go to last post
0 201
I have a ToolStripDropDownButton containing a ToolStripControlHost containing a CheckedListBox in C#, like so: checkedListBox = new...
Edward Beach
02-03-2011 10:18 PM
Edward Beach Go to last post
0 272
Greetings, I am seeing an anomaly in the display of check box controls in a DataGridView. I am able to programmatically set the check box state for...
Bruce
01-17-2011 06:07 AM
Pramit Bohidar Go to last post
5 423
Maybe I am missing something simple, but I am getting internal exception in FW 2.0/3.0 when setting data source for a grid to data table, which...
AlexS
12-30-2010 05:12 AM
no no Go to last post
3 322
I'm trying to do my own scrolling with the WebBrowser control (2 large buttons next to the control). I can use the...
Futronics Developer
12-05-2010 02:39 AM
Tor Vidvei Go to last post
1 286
I'm trying to do my own scrolling with the WebBrowser control. I can use the WebBrowser.Document.Window.ScrollTo method to scroll to a specific...
Futronics Developer
12-05-2010 02:27 AM
Tor Vidvei Go to last post
1 317
Is there a way to set the RightToLeft property independently for each column in a datagridview? What I want to do is have a datagridview with two...
David
12-02-2010 12:38 PM
Chris Watt Go to last post
9 395
If you are using a derived control you can do this: protected override void OnResize( EventArgs e ) { base.OnResize( e ); if ( Focused == false...
Derek Morin
11-26-2010 06:21 PM
Derek Morin Go to last post
0 220
Good day. Does anyone know how to add a context menu to a datagrid view control's column header? I'm familiar with Context menus and their .show...
Nigel V Thomas
11-21-2010 04:16 AM
Boluwade Kujero Go to last post
4 323
Hi All, I have a problem to invoke the class from the .OCX using C#.NET code and it says, "Catastrophic failure (Exception from HRESULT: 0x8000FFFF...
Suresh
11-01-2010 02:02 AM
gugan gg Go to last post
1 317
Is it possible to specify the Theam or set of system colors that my application will use? I am writing an application and I want to use the...
Futronics Developer
10-31-2010 05:12 PM
Scott M Go to last post
6 209
I have a vb.net winforms application that I need to allow others to host inside other winforms applications. I have just learned of the Windows...
Derek Hart
10-23-2010 11:38 AM
dummy ahuja Go to last post
3 376
I basically want a label (just plain text on a control). But it should be multiline which a label can't be as far as I can see. So I made a...
nooboy
09-26-2010 01:27 PM
Johan Waldeck Go to last post
15 381
I west a lot of time to put below code work. but we west time for poor Microsof Framework! see also:...
mtczx232@yahoo.com
09-22-2010 05:14 AM
suriya k Go to last post
1 392
Is there any way to disable DataGrid refresh while adding many rows - somewhat like in the old...
Jeffery Jones
08-31-2010 10:49 AM
abraham mammen Go to last post
4 215
Hi, I have a datagridview where I perform cell validation. I do not want the user to be able to leave edit mode if the value is incorrect. The...
Patrik
08-25-2010 01:14 AM
mohsen bazmi Go to last post
4 326
Hi Has anyone noticed that if you double click a label, the text of that label appears on the clipboard? If so, how do I stop this...
SMJT
08-19-2010 04:02 AM
vinit kumar Go to last post
9 400
Hi all, I'd like to cancel SelectedIndexChanged event in ListView control. I tried the following code for SelectedIndexChanged handler, but it...
Keith. O
08-08-2010 05:16 AM
Abhishek Chandra Go to last post
10 539
I need to find or develop a control like the Group By Box in Outlook. I'm not even sure how to get started. Anyone know of a sample or a control...
Michael Jackson
08-04-2010 07:09 AM
Matthias Pieroth Go to last post
1 223
Hi! I think our solution would fit your requirements: http://winforms.pfgrid.com Bye Matthias www.pfgrid.com
Matthias Pieroth
08-04-2010 07:02 AM
Matthias Pieroth Go to last post
0 276
Hi, I'm looking for a simple and free grid which support grouping. Like the outlook grid or a lot of non free grid control... I don't want any...
Jeje
08-04-2010 06:53 AM
Matthias Pieroth Go to last post
1 249
Hello world, I am just trying to get this written down somewhere, in hopes that someone at Microsoft will see it and turn in the bug. The ListBox...
Jeff
05-29-2010 07:24 PM
Herfried K. Wagner [MVP] Go to last post
1 2,442
I've got a combination of a windows forms app hosting a webbrowser control, and a web application that's displayed in that webbrowser control. At a...
Luc
05-27-2010 01:36 AM
Amir Razmjou Go to last post
1 1,118
When a user adds a new record in a DataGridView on a form I have created, the Checkbox is unchecked. Is there a way to have it be checked by...
Patrick A
05-12-2010 04:12 PM
Mr. Arnold Go to last post
1 1,265
Hi, I'm developing a usercontrol and I would like to be able to catch the MouseWheel events in it even though it does not have focus (i.e without...
Andreas
04-23-2010 09:34 PM
Gilbert Simon Go to last post
1 1,752
This is my first Custom Control / User Control in .NET, so please be patient and detailed. Unfortunately, it appears I’ve jumped off into the deep...
emc3
04-23-2010 07:59 AM
Duane Wingett Go to last post
1 961
Hello, I'm trying to figure out how to change the border colour of the TextBox control. I can't find a property that does this. I've researched...
=?Utf-8?B?Tm90cmUgUG91YmVsbGU=?=
04-23-2010 07:43 AM
m_ologin Go to last post
3 1,719
Hi all, I'm trying to create a series of DLLs for reporting -- each DLL would contain a Reportviewer control (an RDLC) and code to implemenent...
Dave
04-05-2010 05:13 PM
Dave Go to last post
0 824
In a subclassed (.Net) RichTextBox you have to process the WndProc for WM_PAINT to get text to dispaly. However, the value for...
james@nospam.com
04-02-2010 09:41 AM
james@nospam.com Go to last post
0 636
my main form opens a new form hosting a dsoframer to open an excel file. when i use axFramerControl1.Open(myfile, false, "Excel.Sheet",...
menorca
03-30-2010 12:41 AM
menorca Go to last post
0 695
When a listview is configured with checkboxes, it seems that the init process itself causes triggering of the checkbox events. This...
Rob
03-27-2010 05:43 PM
KyleFoster Go to last post
1 970
All, When I save datagridview record changes, should the current sort column and order save? I have a datagridview I placed onto a form, and it is...
Patrick A
03-26-2010 11:57 AM
Patrick A Go to last post
2 785
I need create a windows project in which using digital signature. Can someone tell me where to get this control? (free or third party) -- Message...
aspfun via DotNetMonster.com
03-25-2010 06:58 AM
Patrick A Go to last post
1 892
I am using the DataGridView control in my application. Some of the rows in the grid have more height than the DataGridView window height. For...
Prorigo Software
03-24-2010 04:01 AM
Prorigo Software Go to last post
0 871
hello Group, I'm a windows application and i need to view a pdf file inside my window. I'm using an activex but this activex give me an error when...
Staling Rivas
03-16-2010 12:10 AM
ramkumar Go to last post
4 1,708
Hi All, In the Form_Load event, I'm running the following code after populating a TextBox from a file. The TextBox's MultiLine property is enabled...
Freddo
03-08-2010 09:18 AM
Freddo Go to last post
2 978
I have set the AllowItemReorder property for a ToolStrip object. Is there an event or other method I can use to be notified when the user has moved...
pmiele
03-05-2010 12:09 PM
pmiele Go to last post
0 662
许多性能问题和您的计算机安全é€*æˆ æ¶æ„病毒,最好的办法对付,这是è¦å®‰è£…...
antivirus gratis
03-02-2010 04:54 AM
antivirus gratis Go to last post
0 760
Hi; I need to create a ListBox where each line in the list box has: 1) optionally a check box - and I need an event when it is (un)checked 2) an...
David Thielen
02-23-2010 05:46 PM
Herfried K. Wagner [MVP] Go to last post
12 2,135
Post New Thread

Display Options
Showing threads 1 to 50 of 6087
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 - 2013, Jelsoft Enterprises Ltd.