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

Software Development Network >> Windows Forms

Windows Forms

New Question

DataGridView RowValidating event
inherited control won't attach to form
datagrid zorder bug
How to: Webbrowser NewWindow and Navigating equivalent to axWebbrowser
DataGridView UserDeletedRow event does not always fire
Clickonce can't find System.deployment assembly
assigning a ListBox.DataMember & ValueMember from ArrayList...
Explanation about "Active control change event?"
Test Certificate Signing problem
New to .NET and UIP Application Block

Top Answerers

Jan Stranik
gsbraun
Sergio Costa Faria
Coder_John
Minad
AIMDBA
kjmsolutions
SSTXX
JVH
Mike.PD
HazteK Software
Only Title

Answer Questions

  • Chris Darrigo Saving Data in a Related Table

    I'm having a problem saving my data.  I have a main table with a child table.  Each table has it's own Datagrid.  The child datagrid is linked with the Datasource set to the maintableDataConnector and the the DataMember set to the Rel ...Show All

  • BladeWise Installation Failure

    When I install Taskvision on my Win2002 Pro develoment workstation, I get the following error the a complete rollback of the installation Incorrect Syntax near the Keyword 'On' Incorrect Syntax near the Keyword 'On' Regards ...Show All

  • Mark Dorey calling function in form

    i have a function in form1, and i want to call it from form2.  does someone knows how can i do it make the method static public static void MyFunction() that way form2 doesn't need to know what the instantiated name of form1&nbs ...Show All

  • tatero GetOleDbSchemaTable

    with dt = Connexion.GetOleDbSchemaTable(OleDbSchemaGuid.Tables, New Object() {Nothing, Nothing, Nothing, "TABLE"})  For i As Int32 = 0 To dt.Rows.Count - 1  sc.Add(dt.Rows(i)!TABLE_NAME.ToString)  Next i  I get all the tables names  how can I get all the storedProcedu ...Show All

  • Beachbt Change Focus after Move

    We have a C#/VS2005 application with a modeless ToolWindow form that sits over the main form. After any action is performed on the ToolWindow, focus is set to the main form, so that the main form will receive user keystrokes, shortcuts, menu mnemonics and the like. The only action we are having trouble is moving the ToolWindow (i.e. dragging its title bar). We've captured both the Move and LocationChanged events and they have two problems: 1) ...Show All

  • AndrewBaylon Select Row in the DataGridView

    Hello... I know just the key value and  want to select the row in the DataGridView using that value. I tried to use the TypedDataSet and DataGridView. But, I don't know the row index in the DataGridView. The job what I want is as below... int liIndex = xxxxxxxxxxxxxxxxxxxx; dgWindow.FirstDisplayedScrollingRowIndex = liIndex; dgWindow.Rows[liIndex].Selected = true; dgWindow.CurrentCell = dgMenu[0, liIndex]; And, "liIndex" is what I ...Show All

  • Josh Smith Nested InstanceDescriptors (short)

    I apologize for double-posting, but despite the view count on my previous post, I have a feeling no one is actually reading it because it is too long. So I am trying again, shorter this time. Basically, I want to have a property on my form that is serialized to InitializeComponent like this: myForm.MyProperty = new MyClass(typeof(MyOtherClass), MyOtherClass.FldMyField); where FldMyField is a constant string. MyClass has a TypeConverter th ...Show All

  • serhio Simple threading question

    Hi. I've got a very simple problem I just can't get my head around! My main form allows a user to save a file across the WAN. This might take some time, so I'd like to show a "please wait..." modal dialog until the file is saved. I've got a few problems: 1. If I have a tread to do the save, I can't get rid of the modal dialog when the thread aborts (i.e. the file has saved) 2. If I don't use a modal dialog, the user can start doi ...Show All

  • BJ2000 Login Controls - Could DB2 be used?

    I have a problem, I want to develop in .NET 2.0 but I have no access to any type of MS-SQL based server. I'm forced to use a DB2 database. So I'm wondering, how could use the Login Controls in .NET 2.0 and have it talk back to the already existing DB2 database for Username and Password. How can I force it to check an already existing columns and associate them to the username/password in a table in a DB2 database So I can use all t ...Show All

  • Hans K. control, usercontrol, panel

    Many times I don't know what control to derive from.  For example, if I want a control that will just have two docked panels on it, what's a good choice   Also I noticed that TabControl derives from Control even though it has child controls and I thought panel would be a good choice. It depends on which methods and properties you want to write by yourself and which you want the object to han ...Show All

  • Mic-1 How to print true black barcode?

    Hi, I have a problem. Barcode printing on plastic card from program develloped with Visual Studio 2003 using PrintDocument component or Crystal Reports for .NET goes wrong - barcode prints "in composite black using YCM colors" instead of printing "in true black using only K color". Without problems I can do the same job from Delphi 4 QuickReports or from MS Access 2003 Report. Please help me with any ideas Thank you, Juozas ...Show All

  • gexaman Creating Custom Dialogs

    Hi, I try to create a custom dialog in VS2005(C++), but the result is, that the dialog’s behaviour is like a "normal" control. It should behave like all the standard dialogs, which means, that you can place the control at design time on the "component tray" like i.e. the printDialog. Searching around, I found, that I have to set: TopLevel to false, and the FormBorderStyle to none/FixedDialog. But this is not working for me. What’s going wr ...Show All

  • MmmBeer Accessing Controls Located in a GroupBox

    I'm fairly new at this, so please bear with me. I am trying to reset the background of text boxes that are located within different groupboxes. The code I am using is as follows: Private Function ResetBackGround(ByVal form As System.Object)      ...Show All

  • jcwishart filter of a datatable problem with parameters

    When the user click a cell I am setting two values selCol as the col header value selCell as the Cell value I then have the user click a button that calls a procedure to filter the data table based on selCol, and selCell. if I hard code the values Dim prodview As DataView = New DataView(table, "boardname = '1001-937'", "boardname", DataViewRowState.CurrentRows) Works great but Dim prodview As Data ...Show All

  • Steve Ward Update Application

    I am looking for a way to update my application. Does anyone have any ideas  I was thinking of having a System Process call a network app called RunUpdate and would Shutdown the original app. Then the RunUpdate app would check to see if&nb ...Show All

2345678910111213141516171819

©2008 Software Development Network

powered by phorum