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

Software Development Network >> Windows Forms

Windows Forms

New Question

How to read multiple files from a folder?
ImageList in VB.NET - Require VB6 Equivalent
Help: Hosting .net form controls in IE
AAAARGH!!!!! visual studio just erased all my controls permanently
Improve TableLayoutPanel with large amount of controls
Regarding Windows control
How to detect the mouse event in form
TreeListViewItem Check
statusbar panels question
Can a Listbox do this?

Top Answerers

Visual Basic Fan
Vasil B
Meged
qx
BryanM-NZ
Pedro Pimentel Figueiredo
Ham Selv
CyberYodaCY
savage650
Shagey
Grupo de Usuarios Microsoft de Argentina - MUG
Only Title

Answer Questions

  • David Lanouette Viewoptions for WebBrowser as DirectoryBrowser

    Hi all, although this topic was already posted by someone else a few weeks ago, let me put it on the desk again. It's the problem of how to assign the WebBrowser Control a view property value, when using it as DirectoryBrowser. One may argue, that this is not the appropriate usage of a WebBrowser, to display the content of a diectory. OK, every alternative suggestion is welcome, what other control is avaiable, to get exactly the view of a ...Show All

  • pena_a Eliminating MDI parent form scrollbars?

    I am implementing an MDI app where the parent and all of its children have maximized views.   I am experiencing a problem that when the first child form is added I initially get horizontal and vertical scrollbars on the parent form.   ...Show All

  • ramprasad62406 "Cannot find keycodev2.dll or invalid keycode"

    Hi,    I created winforms and was able to deployed it using NTD. I used VS.Net 2002 and VB.Net. I have crystal reports in my forms. Everything is working except when i tried to view the reports in client (Win 2000, installed w/ . ...Show All

  • USMCNJ .NET HTML WYSIWYG control

    Hi All, I am trying to find a decent HTML WYSIWYG control for a Windows Forms application. I noticed that when you open a HTML document in VS.NET it is displayed in a nice WYSIWYG editor. Does anyone know: 1) If this editor is indeed a&nbs ...Show All

  • GeoffK standard countries & cities in comboboxes

      Hi, I want to incorporate standard city and country comboboxes. i.e. the first combobox displays the standard countries and the second combobox displays the standard cities corresponse to the contries the user first selected. I've search the forums but only found those binding with database. 1. Is there any class for standard countries and cities 2. How to match the cities with a country Thanks in advance   ps. I ...Show All

  • Andy Tso Programmatically select a row on DataGridView

    How do you select a row on a DataGridView control programmatically   Best way I could find to find and then select a row foreach (System.Windows.Forms. DataGridViewRow row in m_dataGridView.Rows) {     // check if this is a row i want     if (row.Cells[ "Column1" ].Value.ToString().Contains( "123" );       row.Selected = true ; }     ...Show All

  • james bond Error installing Winforms 2.0 application with ClickOnce deployment

    Hi. I have an Winforms 2.0 application that I want to deploy using ClickOnce deployment. I have tried it and the deployment seems to work. I get the webpage where I can install the application from, but when I try installing the application I get an Windows error dialog and a '.NET Runtime 2.0 Error Reporting' entry in my Windows eventlog. Detailed error message: EventType clr20r3, P1 app.exe, P2 1.0.2211.28810, P3 43d0fb04, P4 mscorlib, P5 ...Show All

  • NihalChand123 passing variables between forms again :)

    I have read about five different threads about passing variables between forms and none of them have made much sense to me or helped me. I know i am very new and green but can't seem to figure it out. So one more time could some one help me in simple terms. Show me how to be able to access data from one form to the next. I am wanting to for example access a string that i have assigned in form1 and use it in form 2. Don't know how to do it. I am ...Show All

  • MSVCUser Code for adding new entry to Access DB not working (Vb6 to Vb.Net 2005)

    Ok, I know I'm posting lots of questions, but I really figured this code would work, or be easy to hack around and get to work, as loading the information successfully was relatively simple to convert from Legacy to .NET.         Dim rs As ADODB.Recordset         Dim com As Object         Dim dbPath As String       ...Show All

  • john mcgartland concerning caching the GUI

    I've been searching for a "how to" or a demonstration programm, thats explains how i can make a application fully skinned. And by skinned i don't just mean an shaped form using regions. The same thing should be possible for butons and  ...Show All

  • hooligannes Prevent Child form from leaving Parent form bounds

    I have a couple of child forms in a MDI parent (main form) . I wnat these child windows to be movable. But I want to prevent the user from moving them to outside the bounds of the parent. When I try to move the child outside the bounds of the parent, scrollbars appear in the main form.Can I stop from this to happen I thought of disabling the Autoscroll property (setting it to false) but that did not work. I think it can be done ...Show All

  • Saftevand DataGrid row selection help !!!!

    Hi All,  I might have a stupid question but I really need to know how can I make a full row selection of the datagrid like TaskVision Shame on Microsoft, where there designers doped  Why cant they have a FullRowSelect = t ...Show All

  • Greg Dillon Is there BeginUpdate() functionality for the DataGridView?

    I have a DataGridView bound to a DataView. A certain points I temporarily sort the DataGridView on specific columns to build filter lists. During these "temporary" sorts on the DataView I would like stop the sort from being applied on the DataGridView, which causes it to redraw. Then after the filter list is created I reapply the DataGridView's last sort. ComboBoxes have BeginUpdate() and EndUpdate() for when changes are made t ...Show All

  • Vegabyte How do you guys work with VS.NET like this? CONTSANT DESIGNER ISSUE??

    Nearly EVER TIME I open a form, the designer is unable to load the form with weird & mysetrious errors (see sample errors below). How is anyone supposed to develop like this To try and resolve the problem, I have to try any of these: 1) Close the form and open it again 2) Close form, recompile solution, open form 3) Close visual studio and open up project again Again, this is 80% of the time I try and open up a form inside Visual Studio 2005 ...Show All

  • chipscap Inherited forms and the designer (again)

    Hi I've found many threads in this and other forms dealing with similar issues to my this, but none which provided what should be a simple answer. I have a form which inherits from a base form. In the constructor of the base form controls (typically lists) are populated with data. We're currently using firebird embedded database. The designer pops up with the familiar red message, and the following exception text: Unable to loa ...Show All

626364656667686970717273747576777879

©2008 Software Development Network

powered by phorum