Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Is there any calendar function in VC++

Status
Not open for further replies.

JebeDIAHSpringFieLd

Programmer
Jul 3, 2002
5
0
0
DE
Hi there,

is there any possibility to use a calendar function in vc++. Is there a multi-selection possible?

And I have another question:
I'd like to write a little program where I can manage my customers. Which database would you use (considerating, that I might extend the fields, describing my customers in the future?):
XML/SQL/DAO?....
Why would you use that database?

Thx
Jeb
 
Hi,
I don't know which compiler you are using.
I'm using MS Visaul C++ and it is very easy to insert a calendar element.
If you're using the same system just try the following:
Project - Add to project - Components
Mark the entry Registred ActiveX Controls and choose Calender ... 8.0

This will add a calendar component to your project wich you can use in the resourcen editor.

Hope this was the answer you expected,
SAM


P.S.: Database: I'm using MySQL ( cheap easy and great features )
 
Hi there,

thx for asking, it really was very easy. Sorry for asking such a stupid thing :).

Thx for answering.
Jeb
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top