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

Search:

Type: Posts; User: randydom

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    1,312

    Place a carousel Control inside a Repeater

    I've the following c# code to place a carousel Control inside a Repeater :



    <asp:Content ID="BodyContent" runat="server" ContentPlaceHolderID="MainContent">
    <asp:Repeater ID="Repeater1"...
  2. Replies
    7
    Views
    2,878

    Re: GetClipBoardOwner with acrobat reader

    ZuK , ok then is there any other alternative to get the Clipboard Owner ? without using :
    GetClipBoardOwner ..
  3. Replies
    7
    Views
    2,878

    Re: GetClipBoardOwner with acrobat reader

    thank you ZuK , but i really need to get the Clipboard Owner by Calling the GetClipBoardOwner ,
    my question is just why GetLastError() return 0 with acrobat reader ?

    really strange
  4. Replies
    7
    Views
    2,878

    Re: GetClipBoardOwner with acrobat reader

    Thank you Paul McKenzie , yes i called GetLastError() , but it returns 0 as a result just with acrobat reader , not for Notepad.exe ...etc

    So what's the problem with adobe acrobat reader ? do...
  5. Replies
    7
    Views
    2,878

    GetClipBoardOwner with acrobat reader

    Hi,Why GetClipBoardOwner always returns 0 ,

    When using GetClipBoardOwner with any other MS office for example the result will be the real Clipboard Owner , but when using it with acrobat reader i...
  6. Thread: NtCreateFile

    by randydom
    Replies
    0
    Views
    1,838

    NtCreateFile

    Hi All i'm developing my Driver , it will be used to intercept some Api.
    it did work with : NtWriteFile routine :

    ********
    NTSTATUS FakedNtWriteFile(
    IN HANDLE FileHandle,
    IN HANDLE Event...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured