Groups | Blog | Home


Archived Months
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


all groups > vb.net controls > july 2004 > threads for july 8 - 14, 2004

Filter by week: 1 2 3 4 5

Adjusting form height for Windows theme
Posted by Vilem Sova at 7/14/2004 3:10:26 PM
Hi, When I try to adjust a form's height, I get different results depending on whether running a Windows XP or Windows Classic theme. It looks like this is because of a different TitleBar/CaptionBar height applied for the two Windows themes. Can I find out the TitleBar/CaptionBar height so ...more >>

Calling ProcessCmdKey in control
Posted by csgraham74 NO[at]SPAM hotmail.com at 7/14/2004 2:23:48 AM
I am using the following code on my form to capture whether the tab control has been pressed. Protected Overrides Function ProcessCmdKey(ByRef msg As System.Windows.Forms.Message, ByVal keyData As System.Windows.Forms.Keys) As Boolean Select Case keyData Case Keys.Tab ...more >>

FullRowSelect problem with a datagrid.
Posted by Andrew Baker at 7/13/2004 10:31:13 PM
I have a problem while using a datagrid that I just cant solve. First, the client wants the entire row to highlight when the row is selected. However when FullRowSelect is true, the entire row selects and it is not visible which cell is selected. Additionally when this happens, the values ...more >>

new dot net'er -- DataGrid, List, Table?
Posted by eagletender at 7/13/2004 4:25:44 PM
It seems that it has gotten harder to do this: I want to make a list where there is a break each time a certain value changes with that value as a subheader, in this case, I am listing names and addresses and separating by county: County 1 John Doe, address, city, state, zip Mary Jon...more >>

semi-complicated query with joins and Distinct -- need to select distinct on only some columns
Posted by eagletender at 7/13/2004 12:19:02 PM
My query: select distinct c.lastname, c.firstname, c.state, c.phone, cp.regionname, cp.countyname from primarylist pl inner join contact c on c.contactid = pl.contactid inner join corp cp on cp.id = pl.id where(primaryperson = 1 And ...more >>

VB.Net DataGrid annoying "(null)"
Posted by Justin Emlay at 7/12/2004 8:42:34 AM
Is there any way to suppress the DataGrid from displaying (null) for each empty cell? I'd rather it just be blank. Thanks for any input, Justin ...more >>

Browse Folders on Windows Form
Posted by josefszeliga NO[at]SPAM hotmail.com at 7/11/2004 12:53:25 AM
I am trying to recreate the drive/folder explorer control that you normaly see on the left of your windows explorer. I want it to appear on the left of the windows form that I am creating so that users can drag and drop a folder off any drive, mapped drive or network drive onto another part of t...more >>

Where is the browser control?
Posted by J. Garrido at 7/8/2004 8:31:43 PM
I refuse to believe that it doesn't exist in VB.NET, but I sure can't seem to find it. Just to clarify, I'm looking for the control that sits in my Toolbox that can be used to create a browser window within an application. Thanks in advance. - J. Garrido ...more >>



Custom MessageBox in vb.net
Posted by Viktor Zadro at 7/8/2004 12:39:44 PM
How make custom messagebox in vb.net (Croatian)? ...more >>


DevelopmentNow Blog