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

Software Development Network >> Windows Forms

Windows Forms

New Question

Draw ontop of child controls
related datagrids
Controls on tab pages
New Article on Optimizing Localization
Colors and Brushes
Design Help - Panel and more
Teaching .Net in Colleges
Override Keypress in vb.net
How a binding source makes updates
VS 2005 Winform designer Issue

Top Answerers

Chinese KongFu
Tony Ball
Max_steelz
Urip
Mike Waldron
TechieVaibhav
mon
Markus Zywitza
tyther
AshishM
Amazon.com:
Only Title

Answer Questions

  • Sayeed TimeSpan in Datagridview

    Hi there Given that the only format for storing a time (I just want HH:mm:ss.ffff) in a sqlexpress table is using the datetime format which also needs the date to be valid, I thought I might be able to store it as ticks (long - 64 bit). That will probably work, but how do I get the Datagridview to automatically display that column in a TimeSpan HH:mm:ss.ffff Also, how to I get it to allow inputing a timspan into the column and converting that ba ...Show All

  • John Zolezzi Uh, drag and drop from server explorer?

    Maybe I missed something, and if so, I apologize... In VS 2003, you could open the server explorer, expand an existing data connection, click on a table (or view or stored proc) drag it to the design surface, and bam, you had a connection object and a data adapter. Now, nothing happens. What did I miss The connection, command, and dataadapter objects are no longer in the toolbox either. I have VS 2005 professional edition. ...Show All

  • Werner Salomon Hide or cancel MDI child controls

    I have a MDO child form with no border and therefore no Minimize, Maximize and close controls. I am handling this in code for control and UI. However when I go maximized the MDI parent gets the Minimize, Maximize and Close controls. How ca ...Show All

  • casperOne How do you catch the delete event on a datagrid

    Hi All, I have a datagrid that works. When the user presses the delete button on their keyboard it seems to delete the row from the grid. How do I know what has been deleted from the grid so that I can actually remove it from my actual data. Is there an event I catch or can I compare the data in the grid with my data source. Please help, Danny PS. I am using VB.NET 2003 (C# answers are fine) No, I  am using a bindable list of busines ...Show All

  • Bhavin111 DoubleClick event effect on all controls

    Hi there I'm beginner and my problem is i want to make "DoubleClick" event effect on all controls like ContextMenuStrip you can see it's handle all the controls so is there any solution for this this is my code Private Sub Form1_DoubleClick( ByVal sender As Object , ByVal e As System.EventArgs) Handles _ Me .DoubleClick, FlowLayoutPanel1.DoubleClick, CpuGroupBox.DoubleClick, _ CpuGraphPanel.DoubleClick, CpuLabel.Doubl ...Show All

  • MichaelZ Filtering Data based on a rowfilter applied to a databound table

    Hi, I hope I can clearly describe my problem. Let's try... I have a database with a table containing a list of contacts on it. I have bound a dataView of this table to my datagrid which works really well. I am able to filter the data based upon various textbox inputs from the user. This works really well because all the data that I will filter by is stored on the same table. However I now have a problem. I just tried to do the same for ...Show All

  • Mike Kieffer Displaying selected text on an inactive form

    I'm failrly new to Windows Forms programming. I've started working on a "Notepad" like application to get familiar with this. I've recently run into a problem that I haven't been able to solve yet. My main form uses a richtextbox to display&nbs ...Show All

  • chenthorn Avoiding async queue overrun?

      Part of the reason to switch to an asynchronous processing model with forms is to keep your UI responsive while background tasks are being processed. The problem with this model is that the background processing can overrun the queue to the point where lower priority messages (e.g. WM_PAINT) never get processed. This situation can be witnessed in the "Event-based Asynchronous Pattern" example "Prime Number Calculator" by starting ...Show All

  • ShadeZero Sizing the split

    This is probably very simple but why would the snippet below in the resize event of a form containing splitcontainer nested within another splitcontainer. The form MoneyDets is an MDI child of the form Holder which sets the value of ConnStr below in its LOAD event. Private Sub MoneyDets_Resize( ByVal sender As Object , ByVal e As System.EventArgs) Handles Me .Resize Me.SplitContainer2.Panel1.Width = Me.SplitContainer2.Width ...Show All

  • Michael Pollard Unicode Form Text

    When I set the Text property of a form in VB.NET with an Arabic or Russian text string I just get a row of boxes wheras everywhere else I have tried - menus, edits, labels, combo boxes etc they are displayed correctly.   If it is ...Show All

  • Wolfey305 Move form

    Hello! :) I'm learning MS Visual J# (express edition 2005) and I ran into a problem: I know how I can move objects like picturebox, etc but how can I move the form itself (programatically) Here's my part of code where, when button pressed, picture box is being shaked: private void ShakePictureBox( PictureBox pic) { for ( int i= 0; i<100; i++) { int left = pic.get_Left(); pic.set_Left(left - shake_step); int ...Show All

  • Misu_for_friends Same context menu in multiple ListView

    I know that one conext menu can be associated with multiple controls, however I need to change the view of ListView depending on the respective ListView that was clicked. I found some stuff on msdn that talked about ContextMenu.SourceControl but for some reason I am not able to use it on Click event. I am getting a null for ContextMenu.SourceControl . Any ideas as to how I can do that private void tsTile ...Show All

  • Surly TreeView for Menu - Newbie

    Hi All, I have a TreeView setup with 2 Items on it. Node1, Node2. I would Like to be able to open a form called Form1, when I double click on Node1, Form 2 when I double click on Node 2. I`ve done a google search but can`t find to much info on it. Could somebody possible point me in the right direction with a bit of code or link please Many Thanks Si Hi, I'm doing this at the moment in a application I'm developing. Here's ...Show All

  • engp1584 missing assembly!

    I can connect to northwind and constructed a parameter query form with a table in that but when i try to do the same with my database i get the following error Request for the permission of type 'System.Data.SqlClient.SqlClientPermission, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed. pointing to the following line of code in the form1_load event: Me .Uni_TTableAdapter.Fill( Me .Student_databas ...Show All

  • XML-Dan New Submission to Control Gallery

    Can I assume that if I submit a new control through the submission wizard and 2 weeks go by without a response that the submission was rejected hrm... Not sure if that is a valid assumption or not . . .  I'll try& ...Show All

161718192021222324252627282930313233

©2008 Software Development Network

powered by phorum