Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: cdls
  • Order by date
  1. cdls

    To get NT groups & users for a file

    Hi, I would like to get the list of all user, groups and permissions associated with a file. I can use CACLS command , but that gives the full information and I have to do analysis on that to get the indivula users and groups and the permissions associated with each of them.. I would like to...
  2. cdls

    To Get File permission in VB

    Thanks a lot to both of you. It did work when I put cmd /c before cacls command. Thanks again. Your answers were very useful to me.
  3. cdls

    To Get File permission in VB

    Hi, I need to get permissions associated with a file in VB. I can use Cacls command in Command prompt and re-direct the output to a file. For eg: cacls c:\test.doc > c:\permissions.out A file called permissions.out gets created and the permission information for test.doc gets...
  4. cdls

    To show tooltiptext while browsing a combo box

    Thanks a lot for your help, I will try out with SendMessage and other API functions and will let you know.
  5. cdls

    To bring messageboxes to the front

    Thanks a lot for your help, I will try out and let you know.
  6. cdls

    To show modal forms in TaskBar

    Thanks a lot, I used the WIndows API functions that you had mentioned and it worked. It was very useful.
  7. cdls

    To bring messageboxes to the front

    Hi, I have an VB ActiveX Exe which gets called from an event in Outlook. This in turn invokes Microsoft word and does a lot of processes. Finally a messagebox comes from the ActiveX Exe to ask the user whether to delete the selected email or not. But the message box does not come to front and...
  8. cdls

    To show modal forms in TaskBar

    Hi, I would like to show a modal form in taskbar. Is it possible to do in Visual Basic? I have form1 which appears in the Taskbar.This form hides itself and calls form2 modally and form2 appears in the taskbar.When form2 is closed, it gets unloaded and form1 gets shown modally, but now form1...
  9. cdls

    To show tooltiptext while browsing a combo box

    Hi, I have a requirement where I have to show the tooltiptext in a combo box for items that are longer than the width of the combo box. I couldn't find any event from where I can pick the highlighted item in the combo box when you are navigating from one item to another. I thought I will use...
  10. cdls

    To invoke Lotus Notes email client s/w in word 2000

    Thanks for replying. Ya, I would like to know if there is a Lotus Notes interface from Microsoft office. It seems Microsoft had told that it was working on building an interface with Lotus Notes in march 2001. I am not sure whether it has been done. Since Word 2000 is able to send mails as...
  11. cdls

    To connect to Lotus Notes email client via VB

    Thanks a lot. It did work and it helped me a lot. I executed the code an dI received the email with an RTF attachment. Is it possible to embed the RTF attachment in the email body instead of showing it as an attachment?(like copying and pasting an pbject into the email body) I saw that you had...
  12. cdls

    To connect to Lotus Notes email client via VB

    Hi, I need to connect to Lotus Notes email client through VB and embed a document in RTF/HTML format and send the mail.It is possible to connect to Microsoft outlook through micrsofot outlook component. Can anybody can help me out? Are there any components available through which I can...
  13. cdls

    To invoke Lotus Notes email client s/w in word 2000

    Thanks a lot. I tried by setting the Email as Lotus Notes in Internet Explorer and clicked on File->Send To -> Mail Recipient(as Attachment) and it invoked the Lotus Notes client. But the menu File->Send To ->Mail Recipient (i.e without the attachment) disappeared from the menu. If I choose...
  14. cdls

    To connect to Lotus Notes client/server through VB

    Hi, I need to connect to Lotus Notes email client through VB and embed a document in RTF/HTML format and send the mail via Lotus Notes email server.It is possible to connect to Microsoft outlook through micrsofot outlook component. Can anybody can help me out? Are there any components...
  15. cdls

    To invoke Lotus Notes email client s/w in word 2000

    Hi, When I use the following menu in word 2000 file->send to -> mail recipient , word automatically starts Microsoft outlook client. I also have Lotus Notes Email client in my m/c and I would like to start Lotus Notes Email client when I click file->send to -> mail recipient in...

Part and Inventory Search

Back
Top