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 > september 2004 > threads for tuesday september 21

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 30

Databind combo box with our showing first row of data
Posted by moondaddy at 9/21/2004 10:39:44 PM
I'm writing an app in vb.net 1.1 and all of my forms use a combo box to navigate to different records. when the form loads I databind a dataset table to the combo box. However, the form is opening up to a blank - new record and I don't want any text showing in the text area of the combo box. I...more >>

Unanswered: Cannot bind event handler to click event
Posted by Tom Donohue at 9/21/2004 9:09:05 PM
I'm assuming the B. Chernick must not be eligible for the guaranteed two day response to this managed newsgroup, so I'll ask the same question: When I upsize a an application from vs2000 to vs2003, inherited forms which used to load fine, now come up with this non-descript error: Cannont bind...more >>

RichTextBox: Detecting when user moves cursor to new linw
Posted by Jay Ayliff at 9/21/2004 9:09:00 PM
Hi all, Is there a simple way to tell if the user changes to a new line in a RichTextBox - e.g. by up/down arrow key, Enter key, etc? Regards Jay Ayliff Stalis Ltd ...more >>

Form Inheritence
Posted by Tom Donohue at 9/21/2004 9:03:01 PM
I have a base form in VB.Net (Name and address). It has datasets. I inherit this form and add add'l Info (ie: Phone Numbers) I inherit from this form and add specific logic for the business need. I don' t think I need to discuss the advantages of inheritance within this forum, so here is the pr...more >>

Keyboard Remap
Posted by MikeH at 9/21/2004 5:25:03 PM
I want to remap the ENTER key on the numeric keypad to the TAB key for the duration of my application. I realise I can do this globally using Scancode Map in the registry but can it be done within an application? I have also tried using SendKeys within the KeyDown event but this has the ...more >>

make controls on form centered when form maximized
Posted by TS at 9/21/2004 5:12:29 PM
how do i do this first with one size monitor/ resolution, and hopefully with any size monitor/screen resolution? thanks ...more >>

Overriding graphic aspect of treeview checkbox
Posted by metalseb at 9/21/2004 4:12:25 PM
Hi there Just wondering if there is any way to change the bitmap displayed by a checkbox inside a treeview by some bitmaps of mine, loaded in an imagelist for example. Any help would be greatly appreciated if this kind of thing is possible. -- Seb ...more >>

Showdialog hangs
Posted by KenC at 9/21/2004 3:43:02 PM
My application has 3 forms - form1 invokes form2 via showdialog - form2 then invokes form3 via showdialog. Form3 hangs, however if I place a timer in Form3 to delay its execution slightly, Form3 runs as expected. Does anyone have any ideas why or how to fix the problem? Public module data i...more >>



PictureBox and TabControl objects arranged
Posted by Novice at 9/21/2004 1:07:04 PM
Hey all, I would like to position a PictureBox such that its size does not alter (with changes to the size of the window). However, I would like the TabControl object to increase in size as the window is increased in size. The PictureBox is on top of the TabControl. I have set the Picture...more >>

Adding to custom collection property in designer
Posted by Bob Dankert at 9/21/2004 12:31:45 PM
I have a custom control (inheriting from ListBox) which has a collection as a property. This collection implements IList (and ICollection, IEnumerator) and has the DesignerSerializationVisibility set to Content. The collection consists of a custom class I created, which I also created a type...more >>

set scrollbar middle slider
Posted by adam NO[at]SPAM twv.org at 9/21/2004 11:57:03 AM
This must be a really obvious question but I cant find the answer. How do you control the height of the middle bit of a (vertical) scrollbar, ie the bit that you slide up and down? Adam...more >>

Process.Start("iexplore.exe") Not Working in Windows 2000
Posted by buckbaly NO[at]SPAM hotmail.com at 9/21/2004 11:09:38 AM
I have an (VB.NET) application that utilizes a webbrowser control for displaying certain information to the user. A webbrowser control is found on two separate forms. On a third form I allow the user to link to my company's web site through a link label. When the user clicks the link label, I...more >>

problem! application slows down and registers exceptions
Posted by Igor Anic at 9/21/2004 11:05:09 AM
I'm review-in an application and found large number on (# of Excepts Thrown) in .Net Performance counters, the value constantly raises (few thousand per hour). Further investigation of that exceptions shows that they are raised somewhere in Datagrid control. Changing the filter of the dat...more >>

Sharing a DataSet between two forms
Posted by Wade at 9/21/2004 8:53:01 AM
I've made a form to display the contents of a rather large database. A friend of mine has made a form that will act as a query. It consists of several listboxes from which you can choose criteria for the query. But the dataset, the connection, and all the data adapters are declared in my form ...more >>

how do you set a cookie for axshdocvw
Posted by johnlee22 NO[at]SPAM yahoo.com at 9/21/2004 8:38:55 AM
I am using forms authentication in our reporting service. After authenticating, I get a cookie back and want to set that cookie in the axshdocvw browser control to view the report so the user doesn't have to log in again. How can I do this? I tried sending the session id as a parameter in the re...more >>

binding combobox
Posted by Edward at 9/21/2004 6:29:05 AM
Hello, I'm sure a lot of you can help... I have the following function: **************** string sSQL = "SELECT CountryId, Country FROM Countries ORDER BY Country"; string sConnectionString = "SERVER=FGMCSQL;DATABASE=Web;USER ID=sql123;PASSWORD=qwerty;"; SqlConnection sqlCon = new SqlCo...more >>

datagrid select vs currentRowIndex
Posted by Deanna Delapasse at 9/21/2004 2:53:43 AM
Hi, I've got some example code that alters the row heights of the rows in a datagrid. Everything works fine, but when you click on the row headers sometimes the row you clicked on pops up to the top of the grid, but the row in its old position is the one that shows as selected. The grid i...more >>

MyMainMenu - Urgent
Posted by Andreia Artifice at 9/21/2004 12:00:00 AM
Hi I need to catch the event MouseDown and MouseUp on a MainMenu but this classe haven´t those methods. How can i write them?? Thank You ...more >>


DevelopmentNow Blog