Search results

  1. M

    MS Outlook Send Event hooking

    I've been looking for a way to add code to the send event while in MS Outlook. http://msdn.microsoft.com/en-us/library/aa168477(office.11).aspx is an example of how to hook an event in Excel but I think I may have misunderstood the object model. I'm thinking I need to use MailItem_Send but...
  2. M

    Enumchild windows API help please

    Does anyone know how to enumerate all of the Child windows given a parent Hwnd? I have seached the forum for child, enumchildwindows, enum, child windows, child window. No luck. I've searched google... I've been all over the net for over 3 weeks, and I can't get anything to work. Does anyone...
  3. M

    Question: Use a SmartCard to Authenticate Users

    I'd like to explore the possiblity of using a SmartCard to Authenticate my users. I've searched the forums but can't find any related posts. I've also searched MSDN. Does anyone have any idea as to where to start with this? Specifiacally I need to know how to access the card and read the...
  4. M

    Help with Math in this function

    I need to write a function that outputs a value of 2 or 3 based on criteria, but I also need it to take into account the values that it has already assigned. Basically I have 5 criteria to evaluate. 1. Item Count - the count of like items - always a number 2. AMD (average Monthly demand) -...
  5. M

    Mail Merge with MS word and OLE objects

    I have a form that I let users insert screen shots as OLE objects that I later need to print from a word document. I have used the Mail merge option to insert the pictures into the document. However I get the error "Long binary or text value." I've searched the MSDN site and found a work...
Back
Top Bottom