Resize Calendar in VB6 or VB2005 -
Does anyone know how to resize the MonthCalendar that can be added to a form? It appears like it can be stretched, but it will not resize. I have tried making the font bigger, but nothing changes.
Thanks,
BZ
Resize Calendar in VB6 or VB2005 -
Does anyone know how to resize the MonthCalendar that can be added to a form? It appears like it can be stretched, but it will not resize. I have tried making the font bigger, but nothing changes.
Thanks,
BZ
Resize Month Calendar... DUH! -
Okay... I don't like the Month Calendar.
You can't resize it.... who is the MS bonehead who thought of that?
Is there any freeware calendar out in the world that can resize???
And NO.... I DO NOT want to use the MSCAL.OCX or any vb6 control or namespace. If I am going to use .
Load Error for an ActiveX control -
Hi,
I've created an Calendar ActiveX control. When I initially place the control on a form, it works great. However, when I go to resize the control, I get "Object already loaded" error. I'm using a textbox control and I load it to create the calendar. Any ideas how I
Excel Pop Up calendar -
I've set up a pop up calendar on an excel worksheet and it works fine on my computer. The problem is that sheet is to be used by several people and it turns out they don't have the calendar module so it gives them a compile error when they try to open the calendar.
Is there a way to
VB2005 Express - Drag & Resize a Picture Box with Mouse -
Hi all,
as a VB Rookie I´ve written some code to drag and resize a picture box with the mouse.
Open the enclosed attachment, run the project, click the white picture box and drag and resize it.
I would like to get your comments.
The next step in development is to make a co
ActiveX issue -
I’m building an ActiveX control for a touch screen program. This ActiveX control is the keyboard.
I built the control and it works well, but my issue is when I drop the ActiveX on a form I want to resize it and have all the keys auto resize.
For example just like if you were to d
Equivalent codes between VB6 and VB2005 -
Hi All;
is it possible to get a complete table of VBcode equivalence between VB6 and VB2005?
I feel some times that I am learning a completely new language when trying to learn VB2005 and some times it seems to me VB2005 is close to VC++ rather than VB or I am may be wrong!
Th
Monthly Calendar -
Is it possible to get the Calendar control from the date/time dialog using a windows API?
I know there is a generic calendar but the current day defys logic when you scroll back a page.
I would like to use a more sophisticated calendar that optionally supports click and drag over
MS Calendar not in XP -
I have an app that I have been developing w/ VB6 in Windows98. I use the MS Calendar (MSCAL.ocx??) in this app. When I try to run the program in XP it errors on me saying this MSCAL.ocx can't be found. Does XP have it's own calendar .ocx file? I understand I can just ship the file
calendar code -
Hello all,
I need to build a calendar that every date can be event and will marked.
There any one can give me a link to site that give free calendar to use so
I can learn what he did and make my calendar.
Thanks
Calendar -
Is there a way to change colors of indivdual boxes on the calendar. I have a test that i do to see if it is a vaild date for the user to select. I want all valid dates to look green on the calendar and invalid dates to show up red on the calendar. Is this possible?
solar calendar and lunar calendar -
Dear Sir, or Madam,
I live in VietNam, the country near China.
As you know, our country uses a calendar called "Lunar Calendar", it's the same as China's calendar.
For now, I need to write a function in VB6 to convert a date in solar calendar to a date in lunar calendar an
Calendar - new month -
I am using the Calendar.newmonth and Calendar.newyear events and when I check the value of Calendar.month or year after the event, they are zero (0). What have I missed??
[2005] Question about css inheritance -
Hi!
I have two themes in my webapp, they use different css files to control fonts, colors etc.
I have a calendar control that I have styled using a class in one of the css files. In the other theme, I want to show the calendar exactly as it's default appearance. Do I have to def
Event Calendar Help -
I'm using VB .net standard to try and develop an event calendar where appointments, etc. are displayed on the calendar, similar to Outlook. The data is going to be stored in ms access.
I'm able to load the dataset and can get listviews, etc., but I'm unsure of how to put the data o
Calendar Control Logic -
Hello,
I have a calendar control and until now I have happily been using the onclick function to do my thing when the user clicks on the calendar. But it has come to my attention that it is quite annoying when you click the calendar but not an actual date it does its thing anyway!
calendar control support -
I'm looking for a calendar control that will support complex binding. i want my calendar to display information based upon the contents of fields in an Access database. For example: If there is a record with an appointment date for the 25th entered into the database, i want that person
Calendar Compatibility -
Im using the Microsoft Calendar Control 9.0 to allow the user to select dates. Im using win 2000, but in XP the numbers on the calendar days are missing. Does anybody know the reason for this?
Thanks
Calendar in VB -
Hi
I was wondering if anyone could help me. What I am trying to achieve is a calendar that loads saved dates from a text file. If dates are present then that day on the calendar will be displayed a different colour. I think i can do this using IF statements, however the calendar is fo
Google Calendar -
Morning All
Just browsing the net when i stumbled across Googles new calendar service, not one to turn down such an event, i decided to have a play. Its bloody good.
http://calendar.google.com
Try it out
calendar contol -
is there anyway to write a custom validator for calendar control. I have a dropdownlist and a calendar control. If the value in the dropdownlist is 0 then i dont want the calendar control to post back. Any ideass and suggestions.
Resize contols... -
How can I resize two textboxes that share a common border.
I want to be able to resize them like when you
resize the project explorer in VB for example.
The mouse cursor changes to the Twin I-Beam cursor and you can left
click down and drag the borders for resizing.
Or when you re
Calendar - month and Year -
I am using the Calendar.newmonth and Calendar.newyear events and when I check the value of Calendar.month or year they are zero (0). What have I missed??
calendar software -
my calendar is only pictures if you know what I mean
Know of a calendar proggy that looks like a normal calendar (you can type into it, etc)?
Im not looking for something appointment/task-based, like Outlook.
[2005] Calendar -
Does this cost money? And what does my asp.net application need to be/need to have to use AJAX?
I have a calendar control that I wrote based on someone else's code. You can't easily skip through years. So when it defaults to today's date, if you want today's date last year, you h
Linking calendar control to Flexgrid -
Hi all,
Im trying to link Microsoft Calendar Control to my FlexGrid. As in when I click on a certain date on the calendar the corresponding information is found in the database and outputted onto the flexgrid.
I think you get the .Value of the calendar control but Im not exactl
[2005] Setting up a calendar database -
I'm setting up this online calendar to keep track of my spending habits on eating out right? Well setting up the actual calendar object isn't a problem. I'm having a hard time figuring out how to setup the database that holds all my entries into the calendar. I don't know if I shoul
Calendar Control Functions -
My question is a straightforward one. Is there a function in Visual Basic when a form has a calendar on it, that returns a particular date when the user clicks on it? The date becomes highlighted but I cannot find any information on returning that value to the program.
Also, while I
[2005] vb2005 -
hi there
iam new to vb2005
i ve done programming in vb6
i wanted some project based books on vb2005
i ll glad if anyone can advice some books to buy
thx
1 Question on Calendar. Thanks -
Is there a possible way to make the day of the calendar pop up again when i click on it.
For example, when i click on the day of the calendar, the day sink in, and when i click on the day again, it pop up.
which changes back the day of the calendar is 0.
thanks very much for you
Populating and Restoring a Treeview -
I have a basic calendar treeview. That is, the root node is the year (2005). Each year has 12 child nodes (months). And each monthNode has corresponding day Nodes. These were all put in at design time.
Now i have calendar entries, all have dates, details, etc. What is the best
Calendar controls and datagrids -
Calendar controls and datagrids
how would i go about linking a calendar to a data grid so that for each different day on the calendar, a grid relating to just appointments for that day would show?
what type of grid would be most suitable?
i'm doing a salon appointment book and i'
Building with VB2005 -
I test out vb2005 a long time ago and I liked it. The only thing was that it used .net 2.0 for its projects. I didnt like that because then most people didnt have it so they would be required to download it. Is there a setting that I can change so that I can build programs for .net 1 i
easy window handling in vb2005[resolved] -
is there any class for windows and user32 commands to save us from api in vb2005?
to hide a window in vb.net 2003 you would need api(showwindowex)
any easier way in vb2005?
just asking...
thanx in advance,
imadthemad
VB6 appl with calendar ctl deployment problem on vista -
Hi,
I have an VB6 appl using calendar control on different forms.I have a form which has two calendar controls. when this appl is installed on vista and when run the appl the form which has two calender controls does not displays one calendar control properly(cells are enlarged with n
Finding Records with Overlapping Dates -
My PHP script has to generate a calendar. The boxes of the calendar will be red or green, depending on if a room has an opening. I have two date periods: [calendar start, calendar end] and [room checkin, room checkout].
I need to see if they overlap. It's not a given that the checki
Textbox in ASP.net -
I am used to the textbox events in VB where you have things like gotfocus, click, etc.
I have 8 textboxes on a form in ASP.net and I want to open a Calendar when someone clicks on a textbox. How can I trap which textbox was clicked on so I can move the date from the Calendar into
How to display a calendar in MS Access with an onclick event from a text box on the s -
I have created a page in MS Access with a Date field linking to a table, a calendar object (Calendar 11.0) from MS Access, and a text box that I want to click on to make the calendar visible. I have made the calendar hidden when the page opens. Microsoft Script Editor inserts this in
[1.0/1.1] Calendar -
I want to develop a Calendar, So please tell me which class i can use to develop a calendar in C#. As Calendar class is an abstruct class. So tell me the concreate class of which i can instantiate an object.
Imran Ahmad Mughal
ASP.net 1.1/2.0 Reusable calendar user control -
Need a calendar that has a text box associated with it.
Download the sample and you can reuse this calendar across multiple .aspx pages.
So simple