Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008


all groups > dotnet windows forms > february 2004 > threads for monday february 23

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29

last item in combobox
Posted by Graeme at 2/23/2004 7:29:48 PM
Hi How do I check to see if last item in list/combobox has been selected? If I could count items in box it would help! Maybe snippet for both please? Thanks Graeme ...more >>

component
Posted by william at 2/23/2004 7:01:06 PM
Hi I'm a new one on .NET development, I used VB6. In VB6, we can create component(COM) to expose some features to other applications. Is there a way to do same thing in .NET? Is the widows service or web service same as COM Thanks ...more >>

Drag and Drop
Posted by cody at 2/23/2004 6:37:23 PM
I need to implement some kind of panel where the user can put rectangles on it, move them around and resize them. Is there an API for that or do I have to code the whole stuff by myself? I don't know anything about drag&drop yet. -- cody [Freeware, Games and Humor] www.deutronium.de.vu |...more >>

Instantiate a form
Posted by SPSSG at 2/23/2004 4:56:09 PM
I am loading a form in this method. I have an accessor that is called Loginstatus within the frmMainForm. When I Instantiate the frmMainForm I want to disable the File Menu if the Loginstatus is false. In VB6 I would do something like this frmMainForm auth = new frmMainForm() auth.Loginstatus =...more >>

quick data binding question...
Posted by craig at 2/23/2004 3:22:39 PM
My edit form has an UltraToolbarsManager control which contains a toolbar with a "Save" button on it. The data object that is bound to the form has an "IsSavable" property that returns a boolean indicating whether or not the object is savable. Is there a way to bind the IsSavable property to...more >>

Change the name of the executable
Posted by Marco Liedekerken at 2/23/2004 1:32:05 PM
Hi, Does anybody know how to change the name of the executable that a Windows Service project generates? I think it will be the same as with a Windows Application. Thanks, Marco Liedekerken ...more >>

winform in asp.net
Posted by Ken at 2/23/2004 1:31:07 PM
I am trying to do rich-client code hosted in Internet Explorer, formally referred to as ActiveX. I have a couple of examples for embedding a .net winform on an asp.net page. However, I seem unable to make any of these examples to work. The control just does not render, and I don’t get any errors ...more >>

Reflection Interface
Posted by m4rt14n at 2/23/2004 12:36:06 PM
Hi, I'm trying to instantiate a class from a precompiled assembly .dll and cast it into a known Interface typ // Load the assembl Assembly externalAssembly = Assembly.LoadFrom("some.dll") // Create The typ ...more >>



easy forms question
Posted by Paul M at 2/23/2004 12:35:02 PM
I have two forms in a sample application, in my sub Main() i start the main one - Application.Run(form1) in the first form i have a button that opens up form 2: Dim f2 as new form2 f2.showdialog() now, this is where i hit the problem, i have code in a button that validates user entry, ...more >>

Datagrid cell loses digits
Posted by Luis C. Uribe at 2/23/2004 12:23:02 PM
I have a bound datagrid and all works fine but on a numeric column but I found that when the formatting for the column is set to C or N and I click on a cell and replace the entire number it works fine, but if I change one of the digits to the right of the decimal point and then I click on anoth...more >>

mousehover
Posted by Lance Johnson at 2/23/2004 12:21:32 PM
Is there any way to specify how much time to pass before the mousehover event occurs? For instance I'd like 1 second to pass before a mousehover event occurs. How would I go about doing this? Lance ...more >>

Mantain state in forms and avoid kill handlers
Posted by Nicolás Castagnet at 2/23/2004 10:16:32 AM
Hi, I have a form with a lot of ComboBox (with a lot of items), and it is used very frequently. So, I want to reduce the latency to show the form. I test to assign the instance of the form after close in a static field, and show it again (with ShowDialog). This approach reduce the ti...more >>

Data Grid Input Mask
Posted by JT at 2/23/2004 10:16:06 AM
Can anyone point me to an example of how to use an input mask in a column of a datagrid I want a mask like ##/##/#### for datetime input. Thanks...more >>

WinForms, Citrix, Infragistics and a BIG red X
Posted by Patrick O'Gorman at 2/23/2004 7:56:02 AM
We have developed a Windows Forms MDI application that runs over Citrix ICA. We use Infragistics for various UI controls. Every once in a while when a user loads data into a grid they will get a big red X in the area usually consumed by the grid and a JIT error box with no real meaningful info...more >>

form scaling
Posted by Colin at 2/23/2004 5:56:07 AM
Hi, It seems vs.net does some automatic scaling in the ide. like if i take a project develloped under 96 dpi low res and load it under 120 dpi hi res it does all kinds of automatic resizing. this is undesirable, how do you turn it off? I have a function that scales forms on the fly (form param)....more >>

How to delete checked row/s in a datagrig
Posted by Lisa at 2/23/2004 4:51:06 AM
Hi I've got this code (see below) that lets me check rows in a datagrid. I want to delet the checked rows in the datagrid, not in the database. How can I delete the checked rows I've also tried using e.Item.ItemIndex, but it deletes the whole datagrid instead of the selected row using System u...more >>

preventing only all child windows from poping up except one, how?
Posted by JBLi at 2/23/2004 12:36:59 AM
Hi All, I am trying to write a note taking program such that each note is presented in it's own window form. The note forms are created dynamically. Let say all the note windows are covered by another application's windows. When I click on one of the note windows (partially covere...more >>

Double Click Event not fire
Posted by GroupMan at 2/23/2004 12:21:05 AM
I have a vb .net program Public Class Testing Inherits System.Windows.Forms.Form <STAThread()> Shared Sub Main() System.Windows.Forms.Application.Run(New HelloWorld()) End Sub Public Sub New() MyBase.N...more >>


DevelopmentNow Blog