CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: marci_sarwan

Page 1 of 7 1 2 3 4

Search: Search took 0.35 seconds.

  1. Does anyone know how to write into the Event log?

    Hello Gurus,

    I was wondreing is anyone knows how to write into Win2K's event log. Basically, I want to create an event that is 3000 characters long. Thanks so much!

    Marci Sarwan...
  2. How to Convert std::string to uppercase or lowercase?

    Hello Gurus,

    does anyone know how to convert a std::string to uppercase or lowercase? The current solution I have is to convert each characters at a time but I was wondering if there's a quick...
  3. Re: How to sort a List of Struct?? List::Sort() ??

    Hi,

    thanks for replying. This is what I have and it works. However, I want to implement it so that I can allow the user decide which member to sort by (name or lastname). Right now it just sorts...
  4. How to sort a List of Struct?? List::Sort() ??

    Hello Gurus,

    does anyone know how to sort a list of structures? I know std::list has a sort method but I'm not sure how to sort the structures based on the members. I know the List sort it uses...
  5. Re: How can I import the addresses from Outlook Express to my program

    Hi Alanr,

    would it be possible if you can send me a simple sample program that you posted? I really need to get this working and I would really appreciate the help. Thank you!

    Marci Sarwan...
  6. VERY URGENT! Can someone please show me how to use this methods?

    Hello Gurus,

    I've be racking my brains off with this method and I could really use some serious assistant?
    Can someone show me how to use this method?

    IABContainer::ResolveNames

    It's in...
  7. Urgent -- Please HELP!!! Does anyone know how to search for a particular email address on the Global

    Hello Gurus,

    I'm trying to write a program that will allow user to do a search on the Global Address List (GAL)
    on a particular user and retrieve a list emails matching that user. I know how to...
  8. Re: How can I import the addresses from Outlook Express to my program

    Hi Alanr,

    thanks for the reply.. I actually do have the lib and the error isn't complaining about the lib file.. Here are the errors I'm getting:

    Compiling...
    test.cpp
    c:\program...
  9. Re: How can I import the addresses from Outlook Express to my program

    Hi Alanr,

    I tried to implement compile your code but it doesn't seem to wok..... :(

    int main()
    {
    CString cst, &NameList, UsrName = "banh";

    // Initialize MAPI
    HRESULT hr =...
  10. Re: URGENT!!! -- Does anyone know anything about GAL (Global Address List)

    Hi Alanr,

    thanks for the quick reply! Your first method [void CMAPITestDlg::GetMSExchangeUsers(CStringList &NameList)] is similar to mine:

    #include <afxwin.h>
    #include <mapix.h>
    #include...
  11. URGENT!!! -- Does anyone know anything about GAL (Global Address List)

    Hello Gurus,

    does anyone out there know anything about GAL (Global Address List)? I know how to locate and open GAL:

    -Start a MAPI session.
    -Open the address book by using...
  12. Re: Accessing Global address list from VC application

    Hi,

    did you get this working yet?

    Marci Sarwan (marci_sarwan@yahoo.com)
  13. Replies
    2
    Views
    704

    Re: Searching email ID using LDAP APIs

    Hi,

    I was wondering if you can assist me in using LDAP? I want to use it for searching a user's email info but I don't know how to use it. Would it be possible if you can give me a crash course...
  14. Replies
    0
    Views
    585

    LDAP Question?

    Hello Gurus,

    I'm trying to write a program to perform a queries on the company's email address directory (MS Exchange Server) to obtain the email address information. After a few hours of...
  15. Re: Anyone know how to delete a row in a MSFlexGrid???

    Hello DeLin Shen,

    I did what you suggested and set the SelectMode to 1 but it didn't work. Is there some other properties that I should set as well?

    I also tried to hard code it to by:
    ...
  16. Re: Anyone know how to delete a row in a MSFlexGrid???

    Hello DeLin Shen,

    thanks so much! Do you by any chance know how to highlight an entire row? Right I try to click on a row it shows the cell hightlighted. Thanks!

    Marci Sarwan
  17. Replies
    1
    Views
    467

    Simple question??

    Hello Gurus,

    does anyone know how to call up a Messagebox from an app. Basically I want an Messagebox to pop up when I press a button on the app. Any help is much appreciated! Thank you...
  18. How to Hightlight an entire row when user select a row on a MSFlexGrid??

    Hello Gurus,

    does anyone know how to hightlight the entire row when the user selects a specific row?? Right now it's just highlighting the cell. Thanks inadvance!

    Marci Sarwan...
  19. DESPERATELY NEED SOME MAJOR HELP FROM ALL GURUS.. PLEASE!!!!

    Hello Gurus,

    I've been working on this for like a week and so far no luck. I desperately need all the help I can get. I'm trying to write a print handler button for my MSFlexGrid but I'm have...
  20. Replies
    5
    Views
    1,023

    Re: Printing From a Dialog

    Hello,

    I'm trying to incorporate your code into my program. My program consists of a MSFlexGrid and I'm trying to print the grid. Can you tell me how I can incorporate your code so that it...
  21. DOES ANYONE KNOW HOW TO REPOSITION A DIALOG ON THE SCREEN???

    Hello Gurus,

    I was wondering if anyone out there can show me how to reposition a dialog on the screen. Any help is much appreciated it. Thank you inadvance!

    Marci Sarwan...
  22. Can anyone tell me how to use this method?

    Hello Guru,

    I'm trying to write a print handler for my MSFlexGrid but I'm have some problem. The MSFlexGrid consists of a method

    Print( CDC* pDC, DWORD dwFlags )

    but I'm not sure how to...
  23. Replies
    4
    Views
    586

    Re: MFC question?

    Hello,

    thanks for the quick reply. I don't actually have that CFileDialog. Where can I get that?
  24. Replies
    4
    Views
    586

    MFC question?

    Hello Gurus,

    does anyone know how to open up an "Open" and "Save As" dialog box? I'm trying to write an event handler for my drop down menu for "Open" and "Save As" menu and I want it to work the...
  25. Can someone tell me if this is possible???

    Hello Gurus,

    I was wondering if anyone out there knows how to delete a row in a MSFlexGrid. Basically, I can populate the grid and when the user select an entire row on the grid and presses a...
Results 1 to 25 of 154
Page 1 of 7 1 2 3 4





Click Here to Expand Forum to Full Width

Featured