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

Software Development Network >> Windows Forms

Windows Forms

New Question

Dataset mode?
How can set font of a Control, programmatically ?
How to refresh/reload form
C# .NET 2.0 Serial Port
BaseDirectory is not what I expected
Making a form a control
a small listbox clearing prob.
CHild close when parent form closes
Problem with file.delete()
Binding Navigator Problem

Top Answerers

Paul Arena
VigneshKumar
ueo
Lawrence Parker
tomeds
kamila
BrianMitchellTX
MikeWeaverC#
Arthur_M
JJM88
WebGuyz.Net
Only Title

Answer Questions

  • Ganesh_.NET Loading ToolstripButton Images from another component ( rather than from Resource )

    We have implemented a shared resource component, which is shared between all of our GUI libraries. The resource component has an Imagelist and a Bitmap collection, and we would like to be able to assign the bitmaps from the resource component to ToolStripButtons. However whenever you browse the image property on the ToolStripButton the designer will not allow you to select any images that are not in the Project resource file. Does anyone know ...Show All

  • jemiller Designers and Partial Classes

    We played a bit with the Whidbey designers today, and then switched to View Code. And oops, surprise - the code one sees is now a partial class. You can't see the designer-generated code anymore. That sounds baaaaaad to me. I want to see the&nb ...Show All

  • gabo_uy How many projects should I use for my solution?

    I am working on a custom software for a local private school.  The application has four distinct functions. 1)  A calendar function similar to Microsoft Works Calendar. - The user can add appointments, workdays, days off, etc. and the event and time ...Show All

  • Marjorie K MDI Problems

    Am getting the following problems with MDI forms: 1. Child forms set to maximised at design time do not appear maximised when shown. 2. Icons of maximised child forms do not show in the control box menu until the MDI form is resized. 3. I can't get the toolbar buttons of child forms to merge with those of the MDI form. I've set the AllowMerge property of the MDI form toolstrip to True, and MergeAction of the child form toolstrip buttons to Appen ...Show All

  • kmdavisjr Could not find InstallState

    I add a custom action to the Commit node of Setup project. The custom action is a .dll. But when I execute the install project, it result in an error message at the end of installation: Could not find files 'C:\WinProg\CutomAction.InstallState' Where c:\WinProg is the target folder. How can I do I think that in your install method, you need to use the "statesaver" object and save the o ...Show All

  • Raj Parmar Problem adding items to combo box

    Hello. In asp.net I can add items to a dropdownlist like   ddlStuff.Items.Add(new ListItem(<name>,<value>)) But I can't seem to find a way to do this in WinForms. I am using a data reader and iterating through the query and adding one item at ...Show All

  • Guillaume Negre c:\programs files\"application name" in vb.net setup

    Hi guys.... During vb.net application installation, I would like to set the folder path: c:\programs files\"application name" as a default choise for user (of course user can change the custom folder). How can I do it in the vb.net application SetUp deployment Thank for any useful suggestions. You just have to make sure the ProductName property on the setup project's properties (in the Properties ...Show All

  • Chyi Pin TabControl bug?

    I've come across some odd behavior involving DataGridView controls and TabControls. Have I stumbled across a bug, or is there something I don't understand about these controls My app uses a TabControl with five TabPages. Each TabPage has its own DataGridView, which I bind to DataTables in the main window's FormLoad event. I  set the HeaderText property of each column of the DataGridViews at run time, because I don't know in advan ...Show All

  • jayneag .net 2.0 security breaks my app

    Hello, I've written a windows control that runs in an asp.net page using an <object> tag. The control accesses a scanner on the local machine. Everything was working fine until I installed .net 2.0 as part of the SQL Server Management Studio Express. Now the control throws an error "Application attempted to perform an operation not allowed by the security policy" I've tried giving the .dll permisson using the .net fra ...Show All

  • lostagent2 XP Style Controls

    I am developing a Window Forms application and want all my controls to be XP style, or even Visual Studio 2003 style. I have looked around for how to do this and found info on incuding version 6.0 of the Comctl32.dll. When I do this it works fine when my style (theme) is set to XP Style, but when I'm in Windows Classic Style it reverts to the older control styles. I know that Visual Studio's controls remain with the new XP look when I am in Wind ...Show All

  • kyeran DataGridView resize issue with last column

    I am having an issue with resizing the last column in my DataGridView. The problem is that I cannot increase the width of the column if it is the last column in the grid -- I can only reduce. The work around is to reorder the columns and resize when it's not the last column or double-click to auto-size, but this is not how I would expect it to work. It should work like the ListView control where you are able to drag outside of the container and ...Show All

  • goldsteinm Can you run a seperate process as a child form?

    We'd like to write some functionality in a child MDI window that can be "plugged into" several different applications but we don't want to have to recompile those container apps when the child changes (nor vice-versa). Is there a way to run a different process (exe) as a child MDI window in other exes I only get it as a child window, not as a MDI child window. I pass the MDI forms Handle proper ...Show All

  • Bejoy want to hide checkbox in DataGridBoolColumn

    Hi All, I want to hide some cells in DataGridBoolColumn as per my requirement. is it possible Thanks Aadi How do you handle this one in DataGrid class You can do that using CellPainting event of a DataGridView class. For example, let's "hide" contents of a cell in the second row and third column: If e.RowIndex = 1 AndAlso e ...Show All

  • Ann Zhou WndProc not Respond to Windows Shutdown

    I have a application using a override of WndProc to control appz minimization and closing down I know the code is right because i tested it separated in another winform application and it worked but on my application it will stop the machine from shuting down. the application closes, but the log off/restart and shutdown will stop and not proceed unless you try again Is there a way to trace what could be bloking it i tried a try catch bl ...Show All

  • MattMc3 Persist Hashtable property

    Can anyone help me figure out how to persist the data in a control property thats of type Hashtable I created a TypeConverter for the Hashtable, and added these properties to the control property: [Browsable(true)] [Description("ServiceAlias parameters")] [Editor( typeof(O ...Show All

858687888990919293949596979899012

©2008 Software Development Network

powered by phorum