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

Software Development Network >> Windows Forms

Windows Forms

New Question

DataTable EndEdit uniqueidentifier NewRow
How can I load an image into picturebox at runtime?
Send text to another form
initial size of control on TabPage
Creating List and Details view with Usercontrols
Bad bad memory problem
Context Menu Size
Validation & Tab Control
basic Form icons
Guru ? on Error msgs

Top Answerers

Pluey
Dr. Pizza677
msulmanch
wolfpack98
Greg Enslow
cdbrown
abcdefgqwerty2
JeremyH999
Tony The DBA
Bart Devriendt
mssqlserver.com:
Only Title

Answer Questions

  • djenerate Listview causing an exception in vs2005

    I've just added a bit of code to the .net2 listview and its causing an exception in vs2005. The additional code just autosizes the last column which i learned how to do from the code project. protected override void WndProc(ref System.Windows.Forms.Message message) { const int WM_PAINT = 0xf; switch (message.Msg) { case WM_PAINT: if (this.View == System.Windows.Forms.View.Details && this.Columns.Coun ...Show All

  • davegl multiColumn Combobox

    I am looking for a way to have more than one column in a combobox.  I also need a hidden value property to be the "SelectedValue".  If anyone knows how to do this it would be great. Kevin Joe, I'm doing this  ...Show All

  • Nelson Vega controls not rendering on the form

    Controls on my windows application form render as as white rectangles with red border and red diagonal lines. It happens very rarely. Has anyone ever encountered such a thing If yes, then what maybe the cause of it Thanks Nitin That means that there was an error when loading the control into the designer. If you resize the control larger, the error should be a part of the image (the white rectangle with ...Show All

  • Martin Klopp Jensen Custom Control Click Event

    I Have created a custom control which has a couple of labels on it and a progress bar. When i use it on a form, i want to assign a click event to it, so that if you click anywhere on the control, its registered as a click on the control. Adding the control.click event to an eventhandler doesnt seem to work. What am i doing wrong What do i need to do to get it to do what i want Cheers Thanks, that was exactly w ...Show All

  • Shotmaker Can't get images on toolbar buttons when running

    Hi everyone,  I have a VB.net application that has a toolbar with several buttons.  The first two buttons are the standard "save" and "print", with those typical images.  My problem is they show up and work fine in the form designer,& ...Show All

  • apaspula Online/Offline Quirk

    I've been tracing through TV while going on and off-line about 3 dozen times today. On only two occasions, after adding tasks while OFFLINE and going ONLINE, I have lost the added tasks. Each time the .HasChanges() prop returned FALSE even though&nb ...Show All

  • Ludo from Belgacom VB.NET DataGrid

    Hey, I am trying to display a column at the far right of the datagrid which would have the total of all the values for each individual row. I added a datacolumn by setting it's expression property, but, this works only if you change rows f ...Show All

  • Ori234454 TextBox OnValidating hides exception rised by databounded objects property set

    I bound textbox to objects property through BaindingSource. I want to put all business logic in my business object. Therefore I want to put validating logic in properties set code. When there is problem with validating I throw exception. TextBox OnValidating correctly does e.Cancel=true staff but eats my exception, that I do not like. I would like to catch my exception myself. Is there any other method OnValidating calls ...Show All

  • bart165945 How to set default item in ComboBox

    How can I set a default item as selected in a ComboBox when a form loads I tried adding "this.FilterCostOperatorComboBox.SelectedItem = 2;" to the InitializeComponent function, but when the form loads, the combobox is still blank... I'm writing in C#/VS 2005, if it makes a difference... Gabe Is what is seen in the box numbers Have you set a value for each item Try this, using the index of the box instea ...Show All

  • Ken Shook IssueVision: Server Web Deployment Issue

    Hi all....I have a problem hopefully someone can point me in the right direction. Background first: 1. I've installed IssueVision locally on my pc and everything works perfectly. 2. I've installed IssueVision on a network server (Win 2k3, II6) and everything works perfectly. 3. I've pointed my local IssueVision project setup files ("http://xxxxxxx/IssueVisionWeb/IssueVisionServices.asmx, ect) to this server and eve ...Show All

  • KasperWessing error for Retrieving Resources with the ResourceManager Class

    I have created an image resource file following the way "Creating and Retrieving Resources" in msdn .net  development using resEditor. It is ok. Then I followed the article "Retrieving Resources with the ResourceManager Class" using its vb.net  ...Show All

  • TobsTec Applications Settings shared between projects

    I have a VB solution with two projects in it. How can I access the settings of the second project from the first   Thanks... ShadeZero Hi ShadeZero, Here's a link on " How to share custom application configuration settings across projects in .NET " for your reference: http://support.microsoft.com/default.aspx/kb/555396 Besides, before you start with the instructions in the link ab ...Show All

  • WineMan Custom Styles

    Hello, I'm familiar with custom styles in ASP.NET development, but I was wondering how styles are applied in windows forms controls; I'm developing a custom controls that I want to provide styling for.  Do you use Style objects, or just expose the style properties directly Thanks. Hey, I mean like setting forecolor/backcolor.  ASP.NET uses a style object; how is it typically done in windows app ...Show All

  • Tejas_v DataGridView Scrollbar bug

    If you have columns which extend beyond the DataGridView window, the horizontal scrollbar is never displayed. The vertical scrollbar displays, but the horizontal bar never displays. I've tried with the scrollbar settings set multiple ways. Is this something I'm doing or is this a known defect Jeff i've had the problem with both vertical and horizontal bars. finally i fixed both for vertical scrollb ...Show All

  • jlawing Binding an IList to Datagrid

    I've written a subroutine to bind and format a datagrid (SubscriptionsGrid) to an object which inherits ArrayList (and therefore IList) (Subscriptions), each member of which is an instance of a CSubscription object.  CSubscription has five properties Id, Descripti ...Show All

757677787980818283848586878889909192

©2008 Software Development Network

powered by phorum