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

Search:

Type: Posts; User: sulabh120881

Page 1 of 9 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    2,418

    OPENSSL for WinCE

    Hi,

    I am trying to compile openssl for wince6.0.
    while building the WCECOMPACT, i am getting lot of errors.

    Is there anyone who has done this before ? please tell me how I can do this.


    ...
  2. Replies
    4
    Views
    8,214

    Re: PostThreadMessage in c#

    Hi,


    Here I want to say

    in PostThreadMessage(int threadId, uint msg, ushort wParam, uint lParam);

    if I send msg = 10, lParam = 20, I can see the data in GetMessage's MSG structure.
  3. Replies
    4
    Views
    8,214

    PostThreadMessage in c#

    Hi,


    I am using PostThreadMessage() for sending data from my main form to a thread.
    and receiving with GetMessage()


    [DllImport("coredll.dll")]
    public static extern bool...
  4. Replies
    0
    Views
    2,484

    Interthread Communication C#

    Hi,


    I am using PostThreadMessage() for sending data from my main form to a thread.
    and receiving with GetMessage()


    [DllImport("coredll.dll")]
    public static extern bool...
  5. Replies
    2
    Views
    1,463

    Re: How to pass user domain to rtsp server.

    Thanks Doron,

    I have asked this question in softgridguru forum but response is very slow.
    If there is any one who can help me to resolve this would be better


    Thanks
  6. Replies
    3
    Views
    1,694

    Re: https file download

    Thanks Doron,

    It looks very simple, m just going to use this and will get back with the result.
  7. Replies
    3
    Views
    1,694

    https file download

    Hi,

    Please tell me how can I download a file using HTTPS in vc++.
    Thanks
  8. Replies
    2
    Views
    1,463

    How to pass user domain to rtsp server.

    Hi All,

    I dont know whether I am posting this question in the right place or not but i think somehow its related to network programming.

    I have a softgrid server which is running in different...
  9. Replies
    4
    Views
    4,399

    Re: File open hook

    Thanks Sir,

    No doubt link is very useful but I am not aware with its programming and use. And the provided information is very limited.
    Could you please tell me some steps to start working on it.
  10. Replies
    10
    Views
    4,205

    Re: Advanced (Shell)

    Is there any example to do the same in vc++, Please tell me

    Thanks
  11. Replies
    4
    Views
    4,399

    Re: File open hook

    absolutely right.. But the problem is that like doubleclick WM_LBDOUBLECLICK what message should I use to trace "File open" command.

    Thanks
  12. Replies
    4
    Views
    4,399

    File open hook

    Hi All,

    Is there any message to trace open file command in system.
    I have installed a hook for double click that gives me point where I am clicking. But I need exact file path if I clicked on...
  13. Replies
    8
    Views
    1,486

    Re: Video recording????

    Thanks carl.. could u suggest some code or reference link for that
  14. Replies
    2
    Views
    860

    Re: Random Song from a playlist

    Well I dont know what u have done in ur program but I have done this in different platform(symbian series 60). What I did there ....
    1- Make a indexing for all songs in the playlist.
    2- pass this...
  15. Replies
    9
    Views
    1,960

    Re: Getting file name and extenssion

    Thanks Arjay Sir, for your reply and ur valuable time.

    I am aware with the registry functionality But the problem is different. I dont want to look at registry, I need to trace file open...
  16. Replies
    2
    Views
    739

    Re: Target name on drop

    well how could I get target path from DragQueryPoint,WindowFromPoint as there is no parameter related to path name.

    Please tell me if there is any example and link
  17. Replies
    2
    Views
    739

    Target name on drop

    Hi,

    I need to get the target name like full path of directory while dropping an item from my listview to the system drive or folder.
    Please tell me how can I do this.
    Thanks in Advance
  18. Replies
    5
    Views
    1,129

    Re: Writing file with webservice

    Well Nelu Thanks for your reply,

    I have done that with replacement of client application with new one.

    Thanks.
  19. Replies
    9
    Views
    1,960

    Re: Getting file name and extenssion

    Hi All
    Please help to resolve this issue if possible.

    Thanks
  20. Replies
    9
    Views
    1,960

    Re: Getting file name and extenssion

    Thanks for your reply cilu but this is not my answer which I am looking.
    I dont want to browse these file, I need to trace the file open command in vc++ for all files means which file user going to...
  21. Replies
    9
    Views
    1,960

    Re: Getting file name and extenssion

    oops I thought that I am explaining this in the simplest language.
    I try to clear out in simple way.

    When I open a file and there is no software to open this a window comes that ask the user to...
  22. Replies
    9
    Views
    1,960

    Getting file name and extenssion

    Dear All,

    When we open a doc file and ms office is not installed on system then window open a screen to ask this file with different installed software or telling the information that software is...
  23. Replies
    5
    Views
    1,129

    Re: Writing file with webservice

    But I cant do anything in client side because client application has already installed.
  24. Replies
    5
    Views
    1,129

    Writing file with webservice

    Hi All,

    I dont know this is possible or not but I have a question. I dont have knowledge of webservice and .net.
    Is it possible to write a file from webservice at client end because I need a...
  25. Replies
    4
    Views
    5,761

    Re: Add Jpeg and Png in resources

    well but how these file can be added in the resource..if as a custom resource then how could I read this back in application from custom id.
Results 1 to 25 of 223
Page 1 of 9 1 2 3 4





Click Here to Expand Forum to Full Width

Featured