473,322 Members | 1,703 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,322 software developers and data experts.

Data Grid Selector Bars

I am migrating a VB6 application to VB 2005 Express. In VB6 I am
using the following code to suppress the selector bars..

f.dtg.RecordSelectors = False

where f is the form and dtg is the data grid control.

What is the equivalent code in VB 2005 Express to turn off the
selector bars?
Jan 16 '06 #1
1 1173
f.dtg.RowHeadersVisible = False

Jay Taplin, MCP

"Monster Mash" <mo*********@nospam.net> wrote in message
news:24********************************@4ax.com...
I am migrating a VB6 application to VB 2005 Express. In VB6 I am
using the following code to suppress the selector bars..

f.dtg.RecordSelectors = False

where f is the form and dtg is the data grid control.

What is the equivalent code in VB 2005 Express to turn off the
selector bars?

Jan 16 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Simon | last post by:
Hi, I am having a little problem with my PHP - MySQl code, I have two tables (shown below) and I am trying populate a template page with data from both. <disclaimer>Now I would like to say my...
2
by: Mike P | last post by:
Is it possible to get horizontal or vertical scroll bars on a data grid? I ask because I have to display data from a table which has way too many columns to fit on screen. Any help would be...
2
by: Brian Henry | last post by:
Hi, I have a data grid that is set up like this Page items displayed = 10 EnableViewState = false (i dont want to send large amounts of data over the internet!) CustomPaging = false...
1
by: Elhanan | last post by:
hi... i have a scrollable data grid with which is sortable via table control above that datagrid (i took it from an article somwhere).. trouble is i can't seem to set the columns width for...
2
by: Stephen Costanzo | last post by:
I have noticed that if I have a data grid with scrollbars and scroll it off screen and back again that the scroll bars are missing. Thinking that this was just a repaint issue, I attempted to...
5
by: Enigma Curry | last post by:
I'm playing around with matplotlib for the first time. I'm trying to make a very simple histogram of values 1-6 and how many times they occur in a sequence. However, after about an hour of...
0
by: Taftheman | last post by:
Hi, I have a problem, on a form I have two true DB 6.0 grids they relate to each other. when you highlight a row in one of the grids, the other grid should loose its highlight and vicea versa, this...
12
by: WaterWalk | last post by:
Hello. I am rather confused by the type of a pointer to class data member. Many c++ texts say that pointer to data member has a special syntax. For example the following class: class MyClass {...
3
by: gaya3 | last post by:
Hi All, I have painted the dojo grid 1.1 with height of 20em as follows.. # gridName { height:20em; } The input for that grid is about 1000 records.so, number of...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.