|
-
Feb 9th, 2012, 04:48 AM
#1
Thread Starter
New Member
Appointment Manager
I have search a number of the relevant forums for an answer without success. My questions at this are general in nature and I hope I have the correct forum - if not please advise and I will repost.
Using Google I found the application & source code (C#) for DayView_Calendar.
I am converting an access database to VB with some success and would like to add an appointment booking form to the completed app when I finish.
I like the look of DayView_Calendar (similar to Outlook) but I wish to learn and write my own form using VB.
Questions:
- Can such a form be developed using VB or do I have to use another language?
- What is the 'structure' of the grid displaying the appointment information. It seems to act like like cells in a table i.e. triggers an event when double clicked??
I know I will have many more questions once I have some basic understanding of how these forms are designed.
I will be only too happy to publish the end result for all to use once I have something functional.
Thanking you
Peter
-
Feb 9th, 2012, 05:55 AM
#2
Re: Appointment Manager
Yes, you can use VB to build such applications/forms.
There are various grid controls, most of which will allow you to fire/trigger some action the moment the user does something to a cell in the grid.
.
-
Feb 10th, 2012, 01:00 AM
#3
Thread Starter
New Member
Re: Appointment Manager
Thanks for replying honeybee.
I now know I have some serious research do you in relation to the VB Language.
I have looked into controls within VB Studio Express and can not see a grid control (excluding the grid control used with databases). Nor can I find reference to a grid control in the 1200+ page VB manual (albeit 2003) that I have.
I would appreciate a ppinter to help my research without specifically telling how to it.
Regards
Peter
-
Feb 10th, 2012, 02:44 AM
#4
Re: Appointment Manager
 Originally Posted by PMP1
I would appreciate a ppinter to help my research without specifically telling how to it.
That kinda makes it difficult.
Datagridview is the most common grid control you will find with MS DotNet. Try working with it for a while.
It's time you put your requests for help in more specific form, so it's better you start putting together the project you want to do. You can then ask specific questions and get better answers.
.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|