Software Development Network Logo
  • Architecture
  • Microsoft ISV
  • VS Express Editions
  • Visual Basic
  • Visual C++
  • Visual J#
  • SQL Server
  • Windows Vista
  • Visual FoxPro
  • Windows Live
  • Game Technologies
  • .NET Development
  • VS Team System
  • Windows Forms
  • Smart Device

Software Development Network >> Windows Forms

Windows Forms

New Question

database deployment problem
Adding dynamic panels to a panel in C#
Programmatically Add/Remove Controls in VB .Net
Cntl - A or Cntl-F in a multiline text box
MMC 3.0 Snapin
Custom HostDesigner Implementation
Dynamically adding tabs to a tab control...
How do i sort unbound data in a DataGridView ?
Cursor
What is that control? Like the Toolbox/Server Explorer in VS.IDE

Top Answerers

Claudio Mariconti
PhilippCH
HemantSav
OnlyLemming
Cong Li
tenlbham
anilF
miqdam
bradman
ElifOn - MSFT
Telegraph Arts: The Masochistic Passion of Mel Gibson
Only Title

Answer Questions

  • MoonWalker Changing Parent Items From Child

    How can I change parent items such as menu items from a child Jason, I think what Ken is trying to say is that there's no need to update the menu when the child form closes, because the user will not actually "see ...Show All

  • Xing Zhou Main form is not active after splash form closes.

    I am running a splash screen until all of the main form controls are bound to data. Once that is complete the splash is closed but the main form is not the top form. How can I make the main form active When I start this application from a shortcut everything works fine. If I run this application from Windows Explorer, Windows Explorer maintains the focus and not the application. Thanks Mark Baird ' Application main Shared Sub ...Show All

  • Jim Shan Method '<method>' cannot handle Event '<event>' because...

    I am getting the following error where ntfHelpDesk is a NotifyIcon. <color="firebrick">Method 'ntfHelpDesk_DoubleClick' cannot handle Event 'DoubleClick' because they do not have the same signature.</color> Any help is appreciated. <quote> Now that I'm&nb ...Show All

  • Ildeon How to Use .Net Windows Applicaion in Internet Explorer

    Hi, I want to use my . Net Windows Application in Internet Explorer . What are the steps I have to adopt to use My Windows Applicaion in Internet Explorer(Web) . This is very urgent. Thanks for you reply, I need further Clarifications on this regard. My Client's requirement is as follows: We are working on a Smart Client Application. My client wanted to have the same kind of Look and Feel on the web application ...Show All

  • Stuy_b838 How to set a default value for a Combo Box?

    I’m creating a Combobox dynamicly at run time, however, I don’t’ know how to set the default selected value for it!!  Thanks. Dim MyComboBox As New ComboBox MyComboBox.Name = “MyComboBox” MyComboBox.DataSource = MyDefaultView MyComboBox.DisplayMember = "ItemList" MyComboBox.ValueMember&n ...Show All

  • V Batishchev How can I make the IDE create correct code?

    I implement a component, but I can't get it's paraent (a control which contain the component). So I want to get the paraent from constructor's parameter. But the IDE can't create corrent code for my new constructor. How can I make the IDE create correct code I want to let the IDE automatic create the correct code, because I want to get the paraent in Design Time mode. example: The  illegal code:    &nb ...Show All

  • Narayanan Dayalan Adding a Button Column to a Dynamically Created Datagrid

    I have a datagrid that is pulling some information back from a database.  Based (by row) on information i Pull back in the fields, I want each row to have a corresponding button that I can add.  Those buttons need to be tailored  ...Show All

  • Sudip Guha901 Something about FlexGrid(old thing but i have to use it)

    I am trying to show the result on the FlexGrid with fill the cell colour flexible, but i don't like FlexGrid. Is there any alternative to use  I try to use the DataGrid failed, spend money to buy 3rd party package is not in my mi ...Show All

  • yunjian Tabs with a MDI App?

    Has anyone had any success wigh making a MDI application also support a TabControl (either System.Windows.Forms or Crownwood.Magic.Controls) I know that Syncfusion Essential .NET has support for this, but I was looking for an open-source solution. ...Show All

  • Tom Atchison Tap control on WinForm hosted in IE

    Hi We are hosting a WinForm control in IE. This control spawns a dialog form. When there are tab controls on the dialog form the tab key does not respond. This phenomenon only presents itself in Visual Studio 2005/Framework V2.0. Any ideas please ...Show All

  • Luigi Conti Bug in Object.Equals method.......?while comparing boxed object...

    I don't understand whether its a bug or not... Consider this code. int i=1; int j=1; Object ii=(Object)i; Object jj=(Object)j; 1) Console.WriteLine(i==j); 2) Console.WriteLine(ii.Equals(jj)) 3) Console.WriteLine((Object)i==(Object)j); Resuls: 1) True. 2) True 3) False Why its giving difference result for == operator and Object.Equalse() method while comparing object after boxing(ie int are type c ...Show All

  • mEmENT0m0RI Location of selected DataGridViewRow

    Hi, does anyone have an idea how to get the location of a selected row or cell in a DataGridView Thanks, Tom Does that matter ... I'm trying to paint something below the selected row. Nevermind, I figured out that I can get it with the ContentBounds of a cell What are you trying to accomplish ...Show All

  • davkaev Using MDI menu strip and tool strip on a child form

    I have a simple MDI application.  Almost all of the child forms are similar, to a certain extent, therefore, the menu strip and tool strips are exactly the same.  I would like to only make one menu strip and tool strip, and use it on all child forms.  So, I created these two controls on my MDI form.  However, I can't figure out how to access the items on my child forms.  Is a merge the only way to do this, or do I have t ...Show All

  • kplaner Sorting Treenodes in treeview

    I am trying to figure out how to sort the treenodes in a treeview. I am allowing the user to add and update the nodes and their text at runtime. Therefore, I need to implement the Sort procedure in the AfterLabelEdit event. However, there are a few problems I'm not sure how to address. Has anyone done this I can't seem to find a good answer. My treeview is only 1 level deep. A parent node can only have child nodes and those child nodes canno ...Show All

  • Volki DataGridView Multi-Sort Option

    Hello to All. I'm trying to implement a multi sort option in dataGridView. I can do it by creating a new SelectCommand and rebind it to the control, by this approach have 2 disadvantages: 1. On big database, rebind data is a heavy command, and  ...Show All

151617181920212223242526272829303132

©2008 Software Development Network

powered by phorum