Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Windows Forms / WinForm Controls / August 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
DataGrid custom object binding31 Aug 2005 12:47 GMT1
I have created a custom strong-typed collection (inhertited from
collectionbase) named 'MyNameSpace.CustomerCollection' which contains
'MyNameSpace.Customer' object.
The collection is bound to a datagrid, which should (by default) all the
Programmatically Bind Datagrid to Custom Colllection31 Aug 2005 07:58 GMT2
I have written some code for an ASP Datagrid that works quite well and I
would like to do something similar for a Windows Forms Datagrid.  Could
someone advise me how to convert my code.
tia
'Modifying' the OpenFileDialog window30 Aug 2005 17:41 GMT4
I've had a bit of a look around and I cannot find anything (except the
HookProc method) about being able to change the look of the OpenFileDialog
window. I'm just wondering if anyone can point me in the right direction for
implementing my own window template for the common dialog ...
UltraWinGrid  Samples30 Aug 2005 12:38 GMT1
I would like to buy UltraWinGrid  soon .
I search for some samples code in their web site and i did not find any
.
Any one can help Pls .
Custom controls, disigners and the Toolbox29 Aug 2005 06:57 GMT3
I want to create a customized control that will override only the parent's behaviour, not appearance.
For example: MorseTextBox, which inherits from System.Windows.Forms.TextBox but only allows dots, dashes and spaces.
I do not want the control to be customizable in the designer.
.NET / C# equivalent of GetFocus()?28 Aug 2005 19:42 GMT4
On my form, I want to know which child control has the focus.
From all the searching I've done to figure out how to call GetFocus, I
either have to P/Invoke it, or enumerate all the child controls (and
children of children) and call ContainsFocus() on each one until I get a
Button Control Images in .Net 1.027 Aug 2005 15:05 GMT2
Using .Net 1.0 and VS2002, I am adding a Button to a form. I have set the
Image property of the button to reference a bitmap file.
The image displays correctly on the button, but when you click the button,
the image stays static while the text moves. Is there some way round this?
ComboBox.SelectedValue, will not set a selected item27 Aug 2005 02:00 GMT3
Can the SelectedValue property on a WinForms ComboBox (Net 1.1) set the
SelectedItem within the list?
I'm using the following code
<code>
round/oval form example26 Aug 2005 12:28 GMT1
hello, im searching for an easy example how to create a round/oval
forms and controls
someone nows an god example?
thanks
Invoke (and other actions on a ListView) are hanging26 Aug 2005 10:18 GMT10
The following code works sometimes and not others.  When it fails, it actually hangs in the call to Invoke.
private void InsertRemoveMLVI (ListView lv, ListViewItem lvi, bool do_insert)
{
    if (lv.InvokeRequired)
Remove row from datagrid25 Aug 2005 19:11 GMT1
How can i programatically delete a row from a datagrid?
I'm trying this code:
gridFiles.SetDataBinding(null, null);
files.RemoveAt(e.RowIndex);               
Dynamic context menu... should be simple - which item got clicked?25 Aug 2005 18:22 GMT3
I'm trying to create a dynamic context menu. I can add items etc. without
problem and I can add event handler to the click event ok.
Problem is that I want to know which menu item was clicked. The items are
created from a parameter list and are being used to create new records ...
loading web application project suddonly takes 5 mintues and says "Contacting server to open Web project.." wile it takes 5 minutes to load. how to fix? i tried reregistering asp.net and iisreset. no progres.25 Aug 2005 18:18 GMT1
loading web application project suddonly takes 5 mintues and says
"Contacting server to open Web project.." wile it takes 5 minutes to load.
how to fix? i tried reregistering asp.net and iisreset. no progres.
DataGrid - 'Ghost' Cell Refresh Issue25 Aug 2005 17:14 GMT1
Dear Group
I really need your help on this issue.
I've a datagrid which source is a dataview based on a dataset.
The columns of the grid are datagridtextbox columns created like the
recommended Grid25 Aug 2005 10:52 GMT2
I want to develop new application with smart client tec .
I am looking for good Grid control for fast development.
Can Anyone recommended  one .
Thanks
Pages: 1 2 3 4 July, 2005
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.