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 IamaSherpa 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: *

  1. jaydave6

    DWG, DXF Files & VB

    Hi, I want to make a vb application to show CAD files ie. Dwg, Dxf, Dwf. My aim is to display the drawing files on vb form and establish links between them to open different CAD files on same form depending upon the part of the drawing clicked. Basic idea is to make drwaing mapping in vb...
  2. jaydave6

    Layers on images

    Hi, I want to make a vb application which is like Photoshop. We can draw, edit, save Images with LAYERS!! My intention is to learn how to make layers on images in vb, which can be saved & deleted separatly!! Can any one guide me ? Thank you, Jay
  3. jaydave6

    Need C++ help to get file names from $File...

    Hi, I need to know the name of attached file in a message so I can retrieve it using GetAttachment(). Do any one know a way I could retrieve the file name from the $File field on the document? I am trying this, but it returns empty string ! HRESULT hr; IDocument* pDocument; IItem* pitem...
  4. jaydave6

    How to Import nnotes.dll in VC++ ?

    Hii, I want help regarding importing nnotes.dll into VC++ code. I have used some inbuilt functions of nnotes.dll in my VB code just by declaring those in module file...i.e. Public Declare Sub NotesTerm Lib "nnotes.dll" () Public Declare Sub NotesInit Lib "nnotes.dll" ()...
  5. jaydave6

    How to close database ?

    Hi, I am using Lotus toolkit for COM with VB6. I am opening database using GetDatabase method i.e. mySession.GetDatabase("Server1/training", "mail\User1.nsf") Can anybody tell me, how to close that database after use ? Jay Dave
  6. jaydave6

    How to close database ?

    Hi, I am using Lotus toolkit for COM with VB6. I am opening database using GetDatabase method i.e. mySession.GetDatabase("Server1/training", "mail\User1.nsf") Can anybody tell me, how to close that database after use ? Jay Dave
  7. jaydave6

    Terminate Session (COM toolkit + VB)

    Hi, I am using COM toolkit with VB6. I use 'Initialize("password")' to init the session and get the database using mySession.GetDatabase("Server1", "Employee.nsf") -->(At server console, it shows "Opened session for user1/Server1) Now I want to terminate...
  8. jaydave6

    Terminate Session (COM toolkit + VB)

    Hi, I am using COM toolkit with VB6. I use 'Initialize("password")' to init the session and get the database using mySession.GetDatabase("Server1", "Employee.nsf") -->(At server console, it shows "Opened session for user1/Server1) Now I want to terminate...
  9. jaydave6

    Cannot open databases on machines other than the server running your..

    Hi, I am getting 'Cannot open databases on machines other than the server running your program ' error while executing following code in vb. Dim domSession As New Domino.NotesSession Dim domDatabase As New Domino.NotesDatabase Call domSession.InitializeUsingNotesUserName("user 1&quot...
  10. jaydave6

    Accessing nsf files in VC++

    hiii, I want to make an application in vc++/vb that can aceesss specified domino server's mail file for given user name and password. I want to do all mail kind of operations through the application without using notes client. I have tried VIM API and C++ API for Lotus Notes, but...
  11. jaydave6

    Accessing nsf files using VC++

    hiii, I want to make an application in vc++/vb that can aceesss specified domino server's mail file for given user name and password. I want to do all mail kind of operations through the application without using notes client. I have tried VIM API and C++ API for Lotus Notes, but...
  12. jaydave6

    Accessing nsf files using VC++

    hiii, I want to make an application in vc++/vb that can aceesss specified domino server's mail file for given user name and password. I want to do all mail kind of operations through the application without using notes client. I have tried VIM API and C++ API for Lotus Notes, but...
  13. jaydave6

    Accessing nsf files using VC++

    hiii, I want to make an application in vc++/vb that can aceesss specified domino server's mail file for given user name and password. I want to do all mail kind of operations through the application without using notes client. I have tried VIM API and C++ API for Lotus Notes, but...

Part and Inventory Search

Back
Top