Welcome to Dream.In.Code
Become a VB Expert!

Join 150,198 VB Programmers for FREE! Get instant access to thousands of VB experts, tutorials, code snippets, and more! There are 2,004 people online right now. Registration is fast and FREE... Join Now!




calendar in vb6

 
Reply to this topicStart new topic

calendar in vb6

drynot
29 Sep, 2008 - 08:39 PM
Post #1

New D.I.C Head
*

Joined: 29 Sep, 2008
Posts: 1

i find it amazing looking for all sorts of calendar in a web, would it be possible for me as beginner in vb6 to make one for me?
thanks,
drynot tongue.gif
User is offlineProfile CardPM
+Quote Post

thava
RE: Calendar In Vb6
29 Sep, 2008 - 08:43 PM
Post #2

D.I.C Regular
Group Icon

Joined: 17 Apr, 2007
Posts: 486



Thanked: 20 times
Dream Kudos: 50
My Contributions
yeah it's possible but that much of graphics is make your applcation slow
User is offlineProfile CardPM
+Quote Post

akhileshbc
RE: Calendar In Vb6
30 Sep, 2008 - 04:22 AM
Post #3

D.I.C Head
Group Icon

Joined: 26 Sep, 2008
Posts: 177



Thanked: 3 times
Dream Kudos: 50
My Contributions
Its possible and it wont make ur system slow smile.gif
searcg google for source codes.
User is offlineProfile CardPM
+Quote Post

akhileshbc
RE: Calendar In Vb6
30 Sep, 2008 - 07:32 AM
Post #4

D.I.C Head
Group Icon

Joined: 26 Sep, 2008
Posts: 177



Thanked: 3 times
Dream Kudos: 50
My Contributions
I had posted a code snippet in this forum(today), on creating a calendar. But I don't know whether the moderators will approve that or not. You will be able to see it only after the approval. smile.gif
User is offlineProfile CardPM
+Quote Post

jaakko
RE: Calendar In Vb6
5 Oct, 2008 - 12:19 PM
Post #5

New D.I.C Head
*

Joined: 26 Sep, 2008
Posts: 21



Thanked: 2 times
My Contributions
QUOTE(drynot @ 29 Sep, 2008 - 09:39 PM) *

i find it amazing looking for all sorts of calendar in a web, would it be possible for me as beginner in vb6 to make one for me?
thanks,
drynot tongue.gif


It is quite possible for you to make a VB calendar yourself. Here are some definitions and functions to start with.

Private Sub Command1_Click()
Dim DD As Date ' you can define a variable as type date

DD = Date + 55 'this way you can go forward in your calendar
DD = Date - 100 'and this way backwards
Text2.Text = DD
mm = Month(DD) 'this gives the month of your date 1 - 12
dd = Day(DD) 'this gives the day 1 - 31
ww = Weekday(DD) 'this gives the number of the day
End Sub 'for more information about any of above go upon it at pres F1

This post has been edited by jaakko: 5 Oct, 2008 - 12:21 PM
User is offlineProfile CardPM
+Quote Post

Fast ReplyReply to this topicStart new topic
Time is now: 1/9/09 04:50AM

Be Social

Dream.In.Code RSS Feed Dream.In.Code LinkedIn Group Follow Us On Twitter

Live VB Help!

VB Tutorials

Reference Sheets

VB Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month