Hi Steve, Thanks for the help. Your code really helped me understand a little more. The only other problem is I can't figure out how to get rid of characters ...
I definately help anyone out in my class that needs it. I have showed this code to a few people that were struggling with the same problem. Thanks again Ken...
Jolly Good Ken, Happy to hear that. Just remind your classmates that everyone here on this list also struggled when we first started, because there is so much...
Good Morning Ken, My Pleasure to help out. Thanks. There are several approaches to checking for, and then removing, these characters, but the key thing to...
OK, some of this may be completely bogus, but... here's my thoughts. I've got a Zaurus PDA which is unix based, which means M$ doesn't own anything on it. All...
Did you create an install package and install it, or just copy the resultant .exe or .dll file over? This may be too simplistic a response, but I wanted...
First: Thanks to Laurie,Tim, Bob, and the others who responded to my problem. Second, I thought that I had explained my problem completely, but realize that I...
I'm just taking shots in the dark here, FYI. I've not been allowed to play with .NET yet, so... I read the code and to my untutored eyes it looks fine, but I...
Fred, Ok, so it seems that the DLL is on your laptop. There is no way to uninstall SP2 other than reformatting your hard-drive, so that's probably not the way...
URL http://www.snopes2.com/spoons/fracture/microwav.htm I arrived at that page when I was following an Urban Legend Link. Pretty Neat 404 Page The Computer...
Steve you are correct it is not happening that way they hired a bloody hooker who owns an exploding whale who's gun-toting grannie ran off with a hairy-armed...
All, Need some help here. Steve and I worked online and came up creating an Enhanced Textbox for an Application That I wrote. Note also that this involved...
All, Sorry for any wasted time, Found the answer at Randy Birch Web site. Thanks. [Joe Wasko] ... From: Joe Wasko [mailto:jpw@...] Sent: Friday, April...
Chris; That is what I have been wondering but I wanted to see if anybody else wondered that or had experienced a compatability between two XP programs even...
Adelle, Many thanks. Excuse the late reply. I have been away. It will be a little while before I can put all this into effect but will report the result in due...
Thanks to all who offered suggestions to solve the problem. It turned out to be a IBM/Microsoft conflict problem envolving register conflict (or something else...
Fred, thanks for that tip. That leads me to believe that if I had tried the same thing as you did between my Desktop (Dell XP Home) and my laptop (formerly...
Hello All, This is a project I personally, have never attempted to write before. Also, I never got comfortable with the ADO data control in vb6, but know I've...
Hello again, I've realised I didn't mention that the calendar is primarily to work with a personal diary. Appointments with Doctors, hospitals, vets [No! not...
... VB.NET ?" Yes. Read your data into your program from text files. http://www.vb-helper.com/index_vbnet.html That URL above is the master listing of all of...
Hello Steve, You say: "Just a thought, ...and a lot of rambling," You may think it rambling, Steve, but very useful to me all the same. I did ask for some...
Geoff, Here's a different point of view...if you have Microsoft Office, why not use Outlook? It's quite fully featured and integrates well with the rest of the...
Ooooh ! Do you want to actually *make* your own Calendar ? Rather easy to do that in VB-6, because we can easily make arrays of controls. VB do Net seems...
Hello Tim, A very good thought, tim. I have wondered about that too. I kept coming across bits and pieces like that in the MS KB, but I didn't get much...
Hello Steve, You wrote: "I have some notes, somewhere, on VB.Net control arrays. I'll post that later." I saw something about that in passing, when looking...
Geoff..One of the things you will want to do is draw (on paper) how you want to display the information. For example do you want it to look like a monthly...
RL Taylor
usewillow@...
Apr 3, 2005 7:49 pm
15664
First decide what you want to do when an error occurs (Dialog box alerting the user? write to a log file and don't even tell the user?) then write a label into...
Geoff...try this if you have VB6 it should work but I don't know about .net start a new project on the form put the Microsoft calendar control and a text box. ...