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.
Visual Basic Password setting for a
Name: shabi_san Date: August 29, 2002 at 20:14:52 Pacific
Comment:
any body knows that how can one apply password on MS WOrd or like other office applications.
Name: VBKing(ish) Date: August 30, 2002 at 03:20:36 Pacific
Reply:
Do you mean within an office document itself or via a VB program?
0
Response Number 2
Name: shabi_san Date: August 30, 2002 at 20:22:39 Pacific
Reply:
thanks for concentration,
dear KING, i want it withing the VB.
VB KING CAN DO IT?
0
Response Number 3
Name: Madman Date: September 6, 2002 at 10:26:35 Pacific
Reply:
It is that you want to launch MS Word from vb? If so, pop-up a frame with a textbox for the password, check the password entered...if good, launch the app.
Is this anywhere near the question?
0
Response Number 4
Name: shabi_san Date: September 6, 2002 at 22:16:31 Pacific
Reply:
You Don't Seem Mad
0
Response Number 5
Name: Ravi Date: September 9, 2002 at 08:37:09 Pacific
Reply:
Yes it is possible
Try writing a macro Now type Thisdocument.(u will get option as set password) or try ActiveDocument.Setpassword() ans save the file as normal.dot
Summary: I am making a Visual Basic 6.0 based password generator for fun. I need to know - How to make the code generate a certain amout of numbers/letters when u select a button and press generate - And for...
Summary: Dear Nida: I had a similar problem (interfacing standard logis hardware with the parallel port)and solved it wonderfully by using a simple SW module easily downloaded (free) from the web. The only ser...
Summary: You have one choice with Visual Basic as far as a compiler goes and that is Microsoft. There is a VB clone available but that is almost as expensive as the original. Vb.Net is the latest version of V...