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 TouchToneTommy 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
  • Content: Threads
  • 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

    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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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