1. Welcome Guest! In order to create a new topic or reply to an existing one, you must register first. It is easy and free. Click here to sign up now!.
    Dismiss Notice

SendMessage Aplication beetween switch xp users (VC++ 6.0)

Discussion in 'Windows Home Server' started by Maulik Patel, Oct 13, 2009.

  1. Maulik Patel

    Maulik Patel Guest

    Hello Friends,

    I am trying to create one vc++ 6.0 application.

    In which i have to create two application.

    First application is server.
    second is client.

    server is running on admin user,and sending message to client.
    client is getting the text sent by the admin.
    client is login in different user in same computer.


    ########### code use in admin application #############

    DWORD dwApp = BSM_ALLDESKTOPS|BSM_APPLICATIONS;

    BroadcastSystemMessage(BSF_POSTMESSAGE,&dwApp,UWM_SEND,0,(LPARAM)sSend.GetAt(i));

    ########################################################

    Now i am trying that same thing using MailSlots,
    But not succeeded Yet.
    So please help me.

    Any guys have any idea.

    Thanks in advance.
     
  2. Please try posting on C++ forum.

    This issue is not related to RDS and we discuss only RDS related queries
    here.

    Thanks
    Silvia

    "Maulik Patel" <Maulik Patel@discussions.microsoft.com> wrote in message
    news:2E7B96BB-BE7A-4FEE-9994-E26780D8A0EC@microsoft.com...<!--coloro:blue--><span style="color:blue <!--/coloro-->
    > Hello Friends,
    >
    > I am trying to create one vc++ 6.0 application.
    >
    > In which i have to create two application.
    >
    > First application is server.
    > second is client.
    >
    > server is running on admin user,and sending message to client.
    > client is getting the text sent by the admin.
    > client is login in different user in same computer.
    >
    >
    > ########### code use in admin application #############
    >
    > DWORD dwApp = BSM_ALLDESKTOPS|BSM_APPLICATIONS;
    >
    > BroadcastSystemMessage(BSF_POSTMESSAGE,&dwApp,UWM_SEND,0,(LPARAM)sSend.GetAt(i));
    >
    > ########################################################
    >
    > Now i am trying that same thing using MailSlots,
    > But not succeeded Yet.
    > So please help me.
    >
    > Any guys have any idea.
    >
    > Thanks in advance. <!--colorc--><!--/colorc-->
     

Share This Page