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

Software Development Network >> Windows Forms

Windows Forms

New Question

determine Smart Client app deployment strategy
Click Events with List View Items
DataGridView Focusing a particular Column
How to add Controls to a DataGrid....
Uncheck all checked items in CheckedListbox
Performance and Many Child Controls
Pass Values from Formview child controls to unbound textbox
TaskVision: Danger of BadPractices
"System.ArgumentOutOfRangeException" when I run vb.net app
Terrarium 1.2... Are there going to be 'stones' in Terrarium?

Top Answerers

Nick.Muguira
Get It Over With
Will McAfee
Angry Coder
Tom Guinther
dlt
spencery2
Nirmal Patel
Nyro
Kalagara
O'Reilly Network:
Only Title

Answer Questions

  • alevy DataGridViewCell Style Overridden

    I have implemented a DataGridView which will change the appearance of a DataGridViewCell once the cell has been edited.  This code doing this is equivalent to the following: DataGridViewCellStyle dirtyCellStyle = new DataGridViewCellStyle() ; Font font = new Font ( DataGridView .DefaultFont, FontStyle .Bold); dirtyCellStyle.Font = font; dirtyCellStyle.ForeColor = SystemColors .ActiveCaptionText; cell.Style = dirtyCellStyle;  ...Show All

  • Hoa DataGridView KeyDown?

    (VS2005 - beta 2) Hello, is there anyway to capture a keypress or keydown event in the DataGridView   I know there's events called KeyDown and Keypress, but if the DGV is in edit mode, they never get caught.  My ultimate goal is to make it so pressing enter moves to the Cell to the right, instead of to the next row but I need to know what key is being pressed before I can do that. Thanks -Adam W ...Show All

  • Joe Zott Listview Databinding to a either a datatable or business object how?

    Hi, I know that databinding has largely improved in vs2005. However I cannot seem to put together a databindingListview. Could somebody help me with an example how to do it. thanks a lot vbjunkie@hotmail.co.uk Sorry for late reply. I dont have a proper answer to that .I know that by using the currencyManager you can achieve that,but never tried.I also thought that maybe MS since they have improved the databi ...Show All

  • wildlife ClickOnce Proxy Server Authentication

      I see from a previous post that it's not possible to use clickonce through a Proxy server (real shame guys ... come on, get a service release out that throws up a dialogue box like Media Player or the like have!) http://forums.microsoft.com/msdn/showpost.aspx postid=149938&siteid=1 What are the possible work arounds for this then, how can I deliver applications and their PreRequisits to people sitting behind firewalls which r ...Show All

  • Shay Van Creveld "DataBinding could not find a row in the list that is suitable for all bindings"

    Hi All, I have a form with lots of related databound info on it. If a user loads up the form it starts creating a new 'booking' and adds new 'booking dates'. If they then decide to close the form without doing anything I need to delete all the info created. My form is bound to lists of buisness entities and I need to delete them all and remove them from the lists. Problem is I get: "DataBinding could not find a row in the list that is suitable ...Show All

  • Coldwar In need of some help.... PLEASE!!!!

    Howdy folks!  I've got a question here.  I remember seeing an article on MSDN on how to make a program, that will make your display name in MSN messenger change, depending on what you are listening to. COuld somebody be so kind as to& ...Show All

  • Rodrigo Libano How can I read current workinbg directory of the application running?

    I have a child form with few toolbar buttons each one is linked to image list which looks a directory called .\\icons When I invoke the program, it looks at the current working directory and goes to .\\icons directory. When I use openfiledialog or savefiledialog and navigates to diff directory for this purpose, the current directory looks like changed and the in some cases, during the operations, it says ....xyz.ico is not available, and applica ...Show All

  • R Kaur Windows Service

    Hi, I have created a Windows Service using VB.NET and it works fine on my Windows XP machine. I then installed it on my Windows 2000 Server which install fine. However, it does not run my code. I have set the Account=LocalSystem but it&nb ...Show All

  • kanato Changing the cursor

    Does anyone know how to change the cursor For example, when the user clicks one button, I want the cursor to become a hand, and if they click another button I want the cursor to become a magnifying glass. Any ideas smtraber and in VB.Net thats Me.Cursor = cursors.Hand   You can create an icon from a filename or internal resource: Dim icon as New Cursor("c:\cursors\mycursor.cur");   ...Show All

  • brigitte64186 How can I find out if a form (in my case a child form of MDI parent) is maximized?

    Hi, How can I find out if a form (in my case a child form of MDI parent) is maximized is there a way to know the MDIParent max size for its child forms   Thanks,   Thanks David and thanks Jelle (the other thread do supply good points for me...) hi, (sorry for the long time to reply...) I wanted to be notified (event or alike) when a child form changed its size to maximum (not to the maximum s ...Show All

  • Mustafa Al-Kaouri Select the row in the DataGrid

    I have the datagrid and I want to have alwayes one row selected. If I click on the column header none rows get selected (even if I had one row selected).  I tried to put  myDataGrid.Select(0) in the  myDataGrid_MouseUP, but it does no ...Show All

  • nospam123 Problem with printing

    I have a problem with a printer, a Zebra S4M label printer . The thing about this printer is that it can print labels from all windows applications, and this is the reason why I bought this printer. But it doesn’t print from my C# program, it’s like it doesn’t recognise the data being sent to it. I thought, that if it could print from any windows application it would be easy to do a printDocument.Print(). All the printer does is queue the prin ...Show All

  • gena fayez saad Debugger doesn´t stop on breakpoint

    HI! I´m developing a C# application using windows forms. I made a copy of my solution and saved it on another computer. Now when I try to debug my project on this computer I can set a breakpoint and the debugger stops at this certain& ...Show All

  • wsr429 Does developing and ditributing application in Microsoft dotnet framework sdk violate any law

    Does developing and ditributing application in Microsoft dotnet framework sdk violate any law.   You might want to contact your company lawyer for the official legal opinion. Or post on a more relevant legal forum. ...Show All

  • Steve Murrell Crystal Reports

    From what I have found out VB .net is supposed to come with a wizard of some sort to help make reports I can't find this anywhere in my version can anyone help me with this ...Show All

464748495051525354555657585960616263

©2008 Software Development Network

powered by phorum