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

Software Development Network >> Windows Forms

Windows Forms

New Question

Setting up Simple Windows Form Role Based Permissions without hardcoding
"Shortcut activation over network is not allowed" ClickOnce Error
MessageBox.Show() (or rather NoShow()!?)
Binding ComboBox and DataTable including a None entry.
you can write code in the c# settings file (click view code)
Problem with value DataGridViewComboBoxCell
Moving controls doesn't work after migrating to VS2005
Moving controls doesn't work after migrating to VS2005
ClickOnce updates all assemblys!
SelectedValue DGVComboBoxCell??

Top Answerers

Chris Chubb
ifaber
mark73777
T111
Ree84
Lee Gillie
dmongosa
Revolution
Dandan He
cs_coder
User Group Italiano
Only Title

Answer Questions

  • Davidwv Draw ontop of child controls

    Hi, I have a container control and am unable to paint ontop of all the child controls.  The affect I wish to achieve is to have an image follow the mouse in the container control and this image needs to appear above the child controls ...Show All

  • zoe305 TreeView nodes --> Right to left

    Hi All I am interested in creating an application which includes tree view with HEBREW nodes in it, I would like the nodes to be aligned to the right instead of the left, I have tried setting the attributes to RighToLeft=TRUE but it failed to operate as I pleased... please help Thanks Ron I doesn't seem to work, have you got another idea for me what am I doing wrong hi, Is your problem solved by the above ...Show All

  • Omprakash contextmenu with ctrl + right click

    Hi all! I would would like to bring up a contextmenu for a listview when the user holds down the ctrl key and right clicks, how can this me done (I'm using 1.1) regards Pelle On a form with button1 Button, add the following code: private Point _mouseLocation = Point .Empty; private bool _showContext = false ; private void button1_MouseDown( object sender, MouseEventArgs e) { ...Show All

  • Mark Arnold Serialization troubles....

    Hey all, having an issue I can't resolve....I have an assembly, MyAssem, which contains has a class defined as: [Serializable()] MyClass : ISerializable {     private string myData;     private static Version version = new Version("1.0.0.0");    &nb ...Show All

  • Dan Jones MSFT .NET Application Updater Component

    Hi I have a common Data Access Layer and Business Layer that are consumed by couple of our web applications. Currently I am working on smart client application for our administrators that will consume these tiers. It is supposed to use updater component ...Show All

  • Varsha DateTimePicker column

    Does anyone know if Microsoft will be including a DateTimePicker column in the DataGridView  (for underlying date values) The current article says "TextBox, Image, CheckBox, ComboBox, Link, and Button column and cell types" will be included.  I'm hoping  ...Show All

  • FiddleStick1 Application becomes non-responsive...

    I'm not sure if this is a general VB bug, or a bug related to the ClickOnce web application feature. I have an app that I developed using VB2003 which I recompiled in VB2005. The code is for the most part the same between the two applications. The app compiled by VB2003 has no issues, but for some reason the app compiled in VB2005 will hang. My guess is that it is trying to request information from a source and is not connecting (hence the web a ...Show All

  • ursfriend BootStrapper and getting it to exit BEFORE it downloads

    I have a problem. A lot of the people who are trying to use a tool set I have developed, have or have had the beta 2.0 .Net Frameworks installed. I want to add to my Bootstrapper a check for the two beta versions that were distributed with the betas of Visual Studio. I want to be able to provide the user with useful information (a link to the Microsoft website that talks about how to properly deinstall the .Net betas), then exit the bootstrapper ...Show All

  • lynchnco Programmatically creating files for use by separate application

    Dear forum, How do I create a file in .Net, and then 'release' it so that another application can use it I am creating an application that involves programmatically creating a directory structure containing a number of text files. Once the files are created, I programmatically use the DTS (Data Transformation Services) object model to fireup DTS packages which insert data into the files. But the DTS packages are getting an error - the ...Show All

  • vinny15 Which event I should place code Cursor.Current = Cursors.WaitCursor?

    I want to show "WaitCursor" when I click column header and show "Default" cursor when that column is sorted. I have tried to place code in ColumnHeaderMouseClick , but it fire after Sorted , Which event I should place code Cursor.Current = Cursors.WaitCursor to show user it's busy on sorting Thanks for any reply. what control are you using DataGridView, thanks. No one know it Make a new Class that owns from ...Show All

  • Rod O treeview check boxes

    Hi, Is it possible to enable check boxes just for a certain node level in a treeview control. I'd like to have no check boxes visible for level 0 but have them visible for level 1. thanks, Chris No, you have to have either checkboxs at every node or none of them. The only alternative is to perform custom drawing and draw them manually on the nodes you want them. Phil Wright http://www.component ...Show All

  • Claudio V. Implementing RadioButton Clone

    I'm building a control that seeks to mimic the behavior of RadioButton.  It's basically a RadioButton with a different visual representation.  It also implements a few rules around when a particular item can be selected. I'll probably inherit from RadioB ...Show All

  • JimmySu UI Freezing when refreshing User Controls

    I have a scheduling application that uses user controls to allow drag and drop capabilities Essentially I get a full Schedule for a period. I then Create a user Control for each day and add to it another User Control Cescribing the event. I then take this Day user control and add it to a Panel. Each Day has a copy of the ScheduleDay in a Schedule Property The user can drag an drop resources onto an event or day Everything works fi ...Show All

  • illmatic45 KB 912019

    Hello, I have a problem described here: http://support.microsoft.com/kb/912019/en-us Does anybody know how to get this hotfix (KB 912019) OK. Thank you for letting me know your issue is fixed. See http://support.microsoft.com/contactus/ ws=support for details on contacting customer support. Tell them you need the hotfix for KB 912019. Hello, I got the file several months ago. It required ...Show All

  • Tulkinghorn Form Resize incorrectly

    I have a problem with Form Resize: Make a Form (autoscalemode DPI), place one button in the lower right part of the form(Autosize false - Anchoring None). When I then resize the form, either in design or run mode, the button does not keep its location. Not even if you consider it is the top left corner that should be in the same relative position. The button disapears out of the right corner when the form is made smaller. It looks as if the resi ...Show All

34567891011121314151617181920

©2008 Software Development Network

powered by phorum