Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Calendar problems with VB app
Name: aswatts Date: February 16, 2005 at 12:00:42 Pacific OS: XP Pro CPU/Ram: 256
Comment:
I'm running into some problems here. The guy I replaced created a VB app (version 6) that's basically running a access db. Anyway I found some problems with his code, things like not declaring variables correctly, etc... corrected it and recompiled. Now I can see the little pop up calendar fine on my machine but on the users' machine the days on the calendar are grayed out. But here's the catch, even though they're grayed out if I click on a day it would bring up the correct date. Sounds crazy I know but true. I'm slowly trying to rewrite this whole thing in Fox but I've got to keep her up and going in the meantime (which is driving me insane). This program never gave me this many problems until they put her in this position and of course the guy I replaced didn't document a freaking thing.
Summary: I an doing a project in VB. Namely I have to wirte a code for the common login program. There will be two buttons: Done and Exit and two text Boxes for login and password. I set two variables: login a...
Summary: I'm trying to make a backup program and with one of the text box's the code I'm trying to use it textbox1.text = textbox1.text + datetime.value When I use that and try to run it VB 2008 Won't respond ...
Summary: I made a vb program to automate data transfer using MS Outlook. it works perfectly when Outlook keeps open. but while Outlook closed the strange thing happens: following a successful sending out, next...