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     
Hello, data will be reset as long as the datatable is not...
AT
06-22-2004 06:44 AM
AT Go to last post
0 32
Hi Xiao Kun, To my understanding, you would like to resize a usercontrol by mouse in runtime, do I understand you correctly? In this case, you need...
AT
06-21-2004 11:36 PM
AT Go to last post
0 40
Hello, I create an open-source control to design diagrams and flowcharts and, at the moment, project is version Alpha 0.1. If someone wants to...
David L.S.
06-21-2004 10:11 PM
David L.S. Go to last post
0 35
I have a Windows Forms datagrid with a System.Windows.Forms.DataGridTextBoxColumn in it. I catch the event TextBox_Validating for the column. This...
AT
06-21-2004 06:57 PM
AT Go to last post
0 49
Hi I have a windows form(Form1) with a textbox and Next button. Once the user types something in the textbox and hits Next, he comes to...
AT
06-21-2004 05:12 PM
phoenix Go to last post
1 30
Hello; I'm trying to create a custom control for the Compact Framework. This control has a property that I'm setting using a UITypeEditor which...
Derrick
06-21-2004 02:30 PM
Floyd Burger Go to last post
1 31
Hi, I put a third-part control in my porject. Everything is ok normally, I put this control onto a form, change it's properties, build the...
Fei
06-21-2004 02:16 PM
Fei Go to last post
0 41
Is there a consistent technique for padding the cells of a datagrid? For example, I have some columns that I align to the left and some to the...
Earl
06-21-2004 12:29 PM
Earl Go to last post
2 36
Experimenting with what I can do with datagrid text formatting. In one of my datagrids, I have a column defined as such: Dim tbcNotes As...
Earl
06-21-2004 12:28 PM
Earl Go to last post
2 43
Hi, I have a data grid of comboxes. If user switches to different column using the tab key in the data grid, and then clicks the combo box, the...
Manish Soni
06-21-2004 09:47 AM
Manish Soni Go to last post
0 35
Hi all, How to customize the "Tab head" Appearebce of the Tab Control in .NET, ie i want to changed the buttoned/flat appearence of the tab control...
Suresh
06-21-2004 04:53 AM
AT Go to last post
1 43
I'm creating a set of custom controls. In some controls I have enum properties. I would to edit this properties by my own form. Any ides or example?
Alessandro Mostarda
06-20-2004 10:57 AM
Alessandro Mostarda Go to last post
0 36
Hello, I developping a .NET windows form application an need some help to create an array of System.Windows.Forms.Label in order to be able to...
jhs
06-20-2004 09:26 AM
AT Go to last post
3 37
A couple of things I was working on today got me to thinking about this issue. There are a couple of other issues with not retrieving your...
Earl
06-19-2004 07:24 PM
Earl Go to last post
0 40
No problem programmatically clearing the calendar combo, but I'm scratching my head wondering how the user would clear the calendar, if say, no date...
Earl
06-19-2004 02:11 PM
Earl Go to last post
2 40
I came across the same thing with color properties. What I resorted to doing was exposing a new property called CtlColor and in the...
Paul Qualls
06-18-2004 02:44 PM
Paul Qualls Go to last post
0 33
try from a .net command prompt gacutil /cdl Paul "Christof Nordiek" <Christof.Nordiek (AT) gmx (DOT) de> wrote
Paul Qualls
06-18-2004 02:25 PM
Paul Qualls Go to last post
0 34
When a new copy of my custom UserControl is instanciated, I assign it a uniqueID public property. The vb.net designer then persists this value to...
Jordan Bowness
06-18-2004 01:32 PM
Jordan Bowness Go to last post
0 40
not that I know of. When you say the first of those gets an exception, when it throws that exception, are there in fact any selected items? Allen...
Allen Anderson
06-18-2004 12:43 PM
Allen Anderson Go to last post
0 34
"Patrick Steele " <patrick (AT) mvps (DOT) org> schrieb im Newsbeitrag news:MPG.1b3a43577b31f5798992e (AT) msnews (DOT) microsoft.com... Yes and...
Christof Nordiek
06-18-2004 12:34 PM
Patrick Steele [MVP] Go to last post
1 43
Hello, I am writing a custom control that does its own paiting. Now I want to show tooltips at various regions in the control. Any ideas how I...
AT
06-18-2004 07:46 AM
James Westgate [Crainiate] Go to last post
1 39
hirf-spam-me-here (AT) gmx (DOT) at (Herfried K. Wagner ) wrote in message news:<2jdvomF10cqoiU2 (AT) uni-berlin (DOT) de>... I have tried that...
AT
06-18-2004 07:31 AM
AT Go to last post
0 41
Made some some tests and no the symptons seame clearer to me. If there is allready an assembly with the same name (including downloadpath and...
Christof Nordiek
06-18-2004 05:03 AM
Christof Nordiek Go to last post
0 40
Try to add the <Serializable> attribute to your custom class(the type of the Format property). Ernest "Rhy Mednick" <rhy (AT) rhy (DOT) com> wrote
Ernest Morariu
06-18-2004 04:18 AM
Ernest Morariu Go to last post
0 29
Hi All, I implemented Extender in my custom menu, so as to have a ImageIndex property for each menu item. The property appears as "ImageIndex on...
Prashanth Uppunda
06-18-2004 02:12 AM
Prashanth Uppunda Go to last post
0 38
Hi Guido, We have already got some similiar feedbacks to the alpha channel support in ImageList control. Currently If you draw a stretched image...
AT
06-18-2004 01:11 AM
AT Go to last post
0 43
I need to be able to add controls and containers at design time. I will be doing this from a wizard, a modal property dialog and after adding...
OlyWa
06-18-2004 12:28 AM
OlyWa Go to last post
0 44
You might be better off getting the ListView to display images in subitems. And then just draw the checkboxes and handle the check/uncheck yourself...
Tim Wilson
06-17-2004 04:36 PM
Tim Wilson Go to last post
0 44
* "=?Utf-8?B?R3VpZG8gS3JhdXM=?=" <guido (AT) somewhere (DOT) com> scripsit: AFAIK, that's currently not possible. -- Herfried K. Wagner...
AT
06-17-2004 03:13 PM
AT Go to last post
0 36
* "Brian W" <no-spam (AT) flywga (DOT) org> scripsit: Open the ".vbproj" file in notepad and change the 'outputtype' to 'library'. Alternatively,...
AT
06-17-2004 01:34 PM
AT Go to last post
0 34
I am trying to have some items in my listview appear bold and\or in Red. In order to make the population of the listview to appear smooth, I add all...
AT
06-17-2004 12:38 PM
AT Go to last post
1 44
Have you looked into using a DataGrid? This can display a checkbox in each row of a certain column using the DataGridBoolColumn class and...
Tim Wilson
06-17-2004 11:20 AM
Tim Wilson Go to last post
0 36
I need to be able to add controls and containers at design time. I will be doing this from a wizard, a modal property dialog and after adding...
Steve
06-17-2004 11:12 AM
Steve Go to last post
0 42
Hello all, I've searched around and can't seem to find a solution to this. I have a component that builds a tree of controls / components that are...
Don Munroe
06-17-2004 09:29 AM
Don Munroe Go to last post
0 48
With a ListView you can probably use the SelectedIndices to get the numbers. It returns a SelectedIndexCollection that will most likely change if...
Morten Wennevik
06-17-2004 09:17 AM
Morten Wennevik Go to last post
0 37
Dear all, I have an VB.NET windows application which collect data from an incoming tcp port from a remote PC and display those data in a datgrid...
calderara serge
06-17-2004 05:28 AM
calderara serge Go to last post
0 40
You're correct. It doesn't work for some reason Invoke the change asynchronously like this instead: private void textBox1_Leave(object sender,...
Claes Bergefall
06-17-2004 04:39 AM
Claes Bergefall Go to last post
0 38
Hi All, I've just released v1.0 of BKResizer. BKResizer changes the size, location, and font size, scales the background and foreground images of...
Bill Koukoutsis
06-17-2004 02:51 AM
Bill Koukoutsis Go to last post
0 47
I want to be able to alternately display the contents of a TabControl's TabPages in a different format. I know if I first force users to add a Panel...
Steve
06-17-2004 12:32 AM
Steve Go to last post
0 38
Post New Thread

Display Options
Showing threads 5401 to 5439 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.