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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|