473,396 Members | 1,915 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,396 software developers and data experts.

Create a graphical planner

HI,
I need to create a form that shows a planner (with
employees and working days ) where i can use a different
colors for "busy" days and "available" days (i'll read
the data from a Database). Is it an Excel sheet the only
one way to create a Planner?
Any other way?
Thanks,
Fabrizio
Nov 15 '05 #1
4 2792
Fabrizio,

You can use something other than an excel sheet. However, for something
this specialized, you will probably have to do a bunch of the UI work
yourself, creating custom elements to display the information in the way you
wish.

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Fabrizio" <fm******@gestionescorte.it> wrote in message
news:0d****************************@phx.gbl...
HI,
I need to create a form that shows a planner (with
employees and working days ) where i can use a different
colors for "busy" days and "available" days (i'll read
the data from a Database). Is it an Excel sheet the only
one way to create a Planner?
Any other way?
Thanks,
Fabrizio

Nov 15 '05 #2
Do you have any suggestion, any site to visit that could
be helpful?
-----Original Message-----
Fabrizio,

You can use something other than an excel sheet. However, for somethingthis specialized, you will probably have to do a bunch of the UI workyourself, creating custom elements to display the information in the way youwish.

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Fabrizio" <fm******@gestionescorte.it> wrote in message
news:0d****************************@phx.gbl...
HI,
I need to create a form that shows a planner (with
employees and working days ) where i can use a different colors for "busy" days and "available" days (i'll read
the data from a Database). Is it an Excel sheet the only one way to create a Planner?
Any other way?
Thanks,
Fabrizio

.

Nov 15 '05 #3

Hi Fabrizio,

Thanks for posting in this group.
For your issue, I think you can use the DataGrid control. It can be easily
bind to the database.
But I think you must do a lot of customize to your datagrid, even need
override the datagrid control.

You can search "datagrid" in www.codeproject.com, there are a lot of
samples in this site. Many of them tell you how to customize the datagrid.

Hope this helps,

Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

--------------------
| Content-Class: urn:content-classes:message
| From: "Fabrizio" <fm******@gestionescorte.it>
| Sender: "Fabrizio" <fm******@gestionescorte.it>
| Subject: Create a graphical planner
| Date: Tue, 4 Nov 2003 01:21:57 -0800
| Lines: 9
| Message-ID: <0d****************************@phx.gbl>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="iso-8859-1"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
| Thread-Index: AcOitRhehiIy9EZ0TFKEvol3uh0BbA==
| Newsgroups: microsoft.public.dotnet.languages.csharp
| Path: cpmsftngxa06.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.languages.csharp:196540
| NNTP-Posting-Host: TK2MSFTNGXA11 10.40.1.163
| X-Tomcat-NG: microsoft.public.dotnet.languages.csharp
|
| HI,
| I need to create a form that shows a planner (with
| employees and working days ) where i can use a different
| colors for "busy" days and "available" days (i'll read
| the data from a Database). Is it an Excel sheet the only
| one way to create a Planner?
| Any other way?
| Thanks,
| Fabrizio
|

Nov 15 '05 #4
If you are planning to use this on an intraner, the Office Web Components
would be another option for you. It provides excel spreadsheet type
functionality with ease of use.

--
-----------
Got TidBits?
Get it here: www.networkip.net/tidbits
""Jeffrey Tan[MSFT]"" <v-*****@online.microsoft.com> wrote in message
news:U8*************@cpmsftngxa06.phx.gbl...

Hi Fabrizio,

Thanks for posting in this group.
For your issue, I think you can use the DataGrid control. It can be easily
bind to the database.
But I think you must do a lot of customize to your datagrid, even need
override the datagrid control.

You can search "datagrid" in www.codeproject.com, there are a lot of
samples in this site. Many of them tell you how to customize the datagrid.

Hope this helps,

Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

--------------------
| Content-Class: urn:content-classes:message
| From: "Fabrizio" <fm******@gestionescorte.it>
| Sender: "Fabrizio" <fm******@gestionescorte.it>
| Subject: Create a graphical planner
| Date: Tue, 4 Nov 2003 01:21:57 -0800
| Lines: 9
| Message-ID: <0d****************************@phx.gbl>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="iso-8859-1"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
| Thread-Index: AcOitRhehiIy9EZ0TFKEvol3uh0BbA==
| Newsgroups: microsoft.public.dotnet.languages.csharp
| Path: cpmsftngxa06.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.languages.csharp:196540 | NNTP-Posting-Host: TK2MSFTNGXA11 10.40.1.163
| X-Tomcat-NG: microsoft.public.dotnet.languages.csharp
|
| HI,
| I need to create a form that shows a planner (with
| employees and working days ) where i can use a different
| colors for "busy" days and "available" days (i'll read
| the data from a Database). Is it an Excel sheet the only
| one way to create a Planner?
| Any other way?
| Thanks,
| Fabrizio
|

Nov 15 '05 #5

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

Similar topics

2
by: Raymond H. | last post by:
Hello, How to create a new sub-menu in projet vb4 when there is already no menu at all? I know this: Private Sub Command1_Click() For Rép = 1 To 5 Load MenuFich(Rép) Next Rép End Sub
0
by: Michele | last post by:
Hi all, There's a web-based project I'm working on, which my boss insists should be implemented as a java web service: I know Java, but I'm a complete newcomer to web services, so I would badly...
10
by: William Gill | last post by:
Being somewhat new to Python, and having a tendency to over complicate things in my class design, I was wondering if anyone can suggest a simple graphical or flowcharting tool that they use to...
1
by: Stephane Charette | last post by:
QUICK VERSION: How do I create an index on a field of type "MONEY"? ----------------------------- LONG VERSION: I have a table with a field of type "money". I very often need to access...
1
by: Martin Marques | last post by:
I was reading the section about Planner Method Configuration, and I just don't get why all the options have this message: "This is used for debugging the query planner". Are they all debugging...
2
by: Ed L. | last post by:
The planner is choosing a sequential scan for my query. I am trying to understand why since it is clearly not the fastest choice, and what the proper tuning dial is to adjust here. Here's the...
2
by: Maury | last post by:
Help! I'm looking for the best way to create a graphical user control in asp.net...by now I create an ..ascx that uses GDI+ to draw something on itself, then I use a tag <img...
5
by: Brian Blais | last post by:
Hello, I was wondering what the approximate minimum age to learn python is. Has anyone had experience teaching middle school students, or elementary school students Python? What brought this up...
2
by: Bram2 | last post by:
I'm trying to create a graphical button with custom images and text on it. My approach was to split the generic button image into 3 parts: http://img520.imageshack.us/img520/8263/buttonleftdg8.gif...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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
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
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.