Forum: Visual Basic 4 / 5 / 6 Feb 16th, 2005 |
| Replies: 5 Views: 39,890 hi,
to open password protected doc. we should know the password of the doc.
set file ->save as (select doc file)->tools > general options . . in pass word to open give pwd as sri, select... |
Forum: Visual Basic 4 / 5 / 6 Feb 7th, 2005 |
| Replies: 5 Views: 39,890 hi friend,
1. in project menu>refferences> select .. microsoft word 9.0 object library
Private Sub Command1_Click()
Dim objWord As Word.Application
' this would be faster with a "with... |
Forum: Visual Basic 4 / 5 / 6 Feb 7th, 2005 |
| Replies: 12 Views: 62,176 hi,
1. in vb dlls are created with application type ActiveX dll. (select as new project -->open it)
2. u will get one class window opened.
3. u can write code in this window.
4. in project... |
Forum: Visual Basic 4 / 5 / 6 Jan 7th, 2005 |
| Replies: 6 Views: 4,162 hi, if r not seriour about graphics in vb. go for vb.net. u can find in mdsn help. search with keyword circle,line,shape. like that. but, i am very much intrested in graphics programing but, vb not... |
Forum: Visual Basic 4 / 5 / 6 Jan 7th, 2005 |
| Replies: 6 Views: 4,936 hi, if u need exact requirement. discribe ur project. is ur project, database project or some other? is access back end or oracle. ? r u going to use ados or some other?
as ur new better go for some... |
Forum: Visual Basic 4 / 5 / 6 Jan 7th, 2005 |
| Replies: 1 Views: 18,177 Hi friends,
i have 2 issues
1. how can we write code from text file to vb6.0 form/module/class code window programatically.
2. how can i replace Existing IIF in MS acces query with equalent... |
Forum: Visual Basic 4 / 5 / 6 Dec 21st, 2004 |
| Replies: 0 Views: 3,945 pls, any one can send the doc. which can help me to write ansi sql queries which are equalent to my existing ms access quiries.
senario: i have program developed in VB6.0 AND MS ACCESS. now i want... |