473,472 Members | 1,715 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Noob Question - Best Control for a TV Guide?

Hello-

I am writing a program that loads a tv guide listing into a
control. I looked at the datagridview control but it doesn't seem to
have the ability to overlap columns. Basically, I would like a
control to list the tv channel on the left side, the time at each half
hour at the top of each column, and then of course all of the listing
in each of the cells. BUT, I need a control that I can overlap the
column cells. Can you with the datagridview? If not, any ideas? I
could do it entirely by hand but I am not THAT noob... hehe.. There
HAS to be a better way.

Thanks,

Josh
Feb 15 '06 #1
2 1352
CMM
We're talking WinForms here, right? You might want to check out the souped
up grids from Infragistics or ComponentOne. I don't think the built-in
DataGridView can do what you ask.

Also, have you considered rending the listing using HTML... somehow (like
building the output with a string builder)... and display it in an embedded
webbrowser control? I dunno. HTML tables with its mergeable columns
(colspan=x) seems like a perfect thing for "TV Listings". Just a thought.

--
-C. Moya
www.cmoya.com
"Nonee" <No**@none.com> wrote in message
news:qo********************************@4ax.com...
Hello-

I am writing a program that loads a tv guide listing into a
control. I looked at the datagridview control but it doesn't seem to
have the ability to overlap columns. Basically, I would like a
control to list the tv channel on the left side, the time at each half
hour at the top of each column, and then of course all of the listing
in each of the cells. BUT, I need a control that I can overlap the
column cells. Can you with the datagridview? If not, any ideas? I
could do it entirely by hand but I am not THAT noob... hehe.. There
HAS to be a better way.

Thanks,

Josh

Feb 15 '06 #2
THANK YOU!!! Yes, an html form would be perfect. I could parse the
xml data, output it to a formated html, and load the file into the
form. That would work great! Thank you.

On Wed, 15 Feb 2006 02:09:29 -0500, "CMM" <cm*@nospam.com> wrote:
We're talking WinForms here, right? You might want to check out the souped
up grids from Infragistics or ComponentOne. I don't think the built-in
DataGridView can do what you ask.

Also, have you considered rending the listing using HTML... somehow (like
building the output with a string builder)... and display it in an embedded
webbrowser control? I dunno. HTML tables with its mergeable columns
(colspan=x) seems like a perfect thing for "TV Listings". Just a thought.


Feb 15 '06 #3

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

Similar topics

1
by: Dave Williams | last post by:
First off...total noob to VB. So far have learned a lot in 1.5 days and feel fairly comfortable at throwing screens up. However, I want to start writing forms that revolve around an access...
2
by: Hemant | last post by:
I am using the Kodak Image Edit Control in one of the applications that I have been working in .Net. However, one of my requirement is to zoom the image to best fit the window size available. ...
11
by: DrUg13 | last post by:
In java, this seems so easy. You need a new object Object test = new Object() gives me exactly what I want. could someone please help me understand the different ways to do the same thing in...
8
by: Rich Grise | last post by:
I think I've finally found a tutorial that can get me started: http://www.zib.de/Visual/people/mueller/Course/Tutorial/tutorial.html and I've been lurking for awhile as well. What happened is,...
2
by: Chris Dunaway | last post by:
I was looking over some asp.net code and saw this asp:Image control: <asp:Image ImageUrl="~/images/logo.gif" runat="server" ID="Image1"/> What does the tilde (~) mean in the ImageUrl...
9
by: davetelling | last post by:
I am not a programmer, I'm an engineer trying to make an interface to a product I'm designing. I have used C# to make a form that interrogates the unit via the serial port and receives the data. I...
0
by: webmaster | last post by:
I've been playing around with asp.net 2.0/vs.net 2005/C# 2005 - I had a few noob questions. 1. Is there a setting that sets all current and future controls on a page to position absolutely...
0
by: webmaster | last post by:
I've been playing around with asp.net 2.0/vs.net 2005/C# 2005 - I had a few noob questions. 1. Is there a setting that sets all current and future controls on a page to position absolutely...
1
by: Japskunk | last post by:
I am having trouble updating a SQL table through the GridView "Auto" Enable Edit Feature... I am connecting to a SQL 2000 Server with a SQLDataSource I have created the Update Query in the Command...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

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.