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

how to create a calender control with more than one date has to be selelcted

chandru8
145 100+
hi to all

i had created a list box with dates from 1 to 30 whose style is checkbox

i designed the list box to show up to 10 dates at a time

the problem is, the user had to scroll to select the last date and they want in the horizontal with 7 dates in week like that

is there any tool


thanks in advance
Mar 26 '08 #1
4 1044
debasisdas
8,127 Expert 4TB
There is no such control inbuilt in Vb 6.0 .

You might need to search for some third party control .
Mar 26 '08 #2
QVeen72
1,445 Expert 1GB
Hi,

Why dont you use "MSFlexGrid"...? Populate with 5 Rows 7 Cols.. and Code to select Multiple Dates..

REgards
Veena
Mar 26 '08 #3
chandru8
145 100+
hi
I can create to populate the days in the grid
bu the problem is to selelct multiple days and to reterieve the selected days
i have no idea on this
thanks
Mar 27 '08 #4
QVeen72
1,445 Expert 1GB
Hi,

For Selection Change the BackColor of the Cell..

Grd.Row=2
Grd.Col=3
Grd.CellBackColor = vbRed

REgards
Veena
Mar 29 '08 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: Paul | last post by:
Hi all, I have built a page with a calender control. Depending on the selected date, certain data is retrieved from a database. To reduce load I would like to use caching. Can someone tell me...
3
by: Learner | last post by:
Hi there, I have a text box in my webform to type in a date. I want to take advantage and use the calender control to let the user just to click on the clander and select a date. How do i...
2
by: jack | last post by:
Hi, Im creating a attendence project for which im using a callender control .. in this im making the user to click on the button with will enter the current date and time in the database . is it...
6
by: Lobster | last post by:
Hey everyone, I'm having trouble manipulating the calender object in vba. I have a form with a Microsoft calender control object 9.0 embedded in it. All I want to do is upon opening this form, set...
1
by: Gladie | last post by:
Hi all, Am in need of developing a calender control, In that control, user can select the current date and previous(past) date, Control wont allow the user to select the future dates.. I hope...
1
by: Doug | last post by:
Hi, How do I get a Calender Control popup to appear near the button which activated it, rather than on the other side of the screen? (MS Access 2000)
1
by: moksha | last post by:
hi friends, In my application i have date field.To enter date i want to calender control. When i keep my cursor on textbox calender should popup and the selected value in calender has to...
21
Vkas
by: Vkas | last post by:
i had created my own web calender control!!!! it consist 1} text box (it display's the selected date) 2} button (it hide and show the calender control) 3} calender control (use for the selection...
1
by: xtremebass | last post by:
Hello Bytes, i have a calender program which is created by using Javascript. when i execute that program using Internet Explorer,it works properly but when i tried in Mozilla firefox it didnt...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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
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...

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.