|
-
Dec 12th, 2005, 01:06 AM
#1
Thread Starter
Junior Member
[RESOLVED] Run time codes for calender generation and formatting text
Hi everyone.
I am writing a program in VB 6.0 where I am calling data from access. I am creating a form in VB where i am calling data from access to be filled in a text box on that form. I wanted to know a code wherein the format(size, font, etc) could be changed of that text during run time. Could u please send me the code if u know?
Also I wanted to know if there is a code to create calender(which could be seen and selected from during run time) on a VB form?
If u could send me the codes it will be really helpful.
Thanks,
Ruchi
-
Dec 12th, 2005, 06:37 AM
#2
Re: Run time codes for calender generation and formatting text
 Originally Posted by ruch_de_magic
Hi everyone.
I am writing a program in VB 6.0 where I am calling data from access. I am creating a form in VB where i am calling data from access to be filled in a text box on that form. I wanted to know a code wherein the format(size, font, etc) could be changed of that text during run time. Could u please send me the code if u know?
You can load all of the fonts and their sizes into a drop down combo box and select what you want to use from that.
 Originally Posted by ruch_de_magic
Also I wanted to know if there is a code to create calender(which could be seen and selected from during run time) on a VB form?
There is a calendar control called the MonthView that ships with VB that can be loaded and used at design time. You could then write whatever code necessary to select a date.
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
|