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

Search:

Type: Posts; User: yossi321

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    4,920

    Re: get window border color

    The color is 69C8F0 but I get 80000010
    I am using win8.1
  2. Replies
    3
    Views
    4,920

    get window border color

    I am trying to get the current color of a window border




    Enum WINDOWPARTS
    WP_CAPTION = 1
    WP_SMALLCAPTION = 2
    WP_MINCAPTION = 3
    WP_SMALLMINCAPTION = 4
  3. scroll event not firing in listbox when using mouse wheel

    hello
    scroll event not firing in listbox when using mouse wheel
    any idea?
  4. Replies
    1
    Views
    739

    Re: using datagrid

    ok
    I am using msflexgrig instead
  5. Replies
    1
    Views
    739

    using datagrid

    hello everyone
    I'm trying to use textgrid
    I'm using that code:

    Set rs = New ADODB.Recordset

    rs.Fields.Append "LastName", adVarChar, 30
    rs.Fields.Append "FirstName", adVarChar, 15
    ...
  6. Replies
    5
    Views
    953

    Re: problem in filling form on web

    It is for logging to my bank site and not for open account
    It is not possible to open an account at the bank site via the internet
    I registered by teller
    I have the username and password to the...
  7. Replies
    5
    Views
    953

    Re: problem in filling form on web

    It is not automation because there is a captcha limitation
    I just want to know how to do it because I have the same problem in my bank site and it is in other language and I used gmail to learn from...
  8. Replies
    5
    Views
    953

    problem in filling form on web

    hello
    I'm trying to fill form of signing up new account in gmail
    it works good if I fill the 2 password fields by myself
    but when I fill those fields by code like this:

    ...
  9. Thread: Hook api

    by yossi321
    Replies
    6
    Views
    1,835

    Re: Hook api

    I already make it in another way
  10. Replies
    3
    Views
    1,329

    Re: using live sdk in vb 2008

    yes
    http://msdn.microsoft.com/en-us/library/hh243641.aspx
  11. Replies
    3
    Views
    1,329

    using live sdk in vb 2008

    I need help about using live sdk in vb 2008
    how to start?
  12. Thread: Hook api

    by yossi321
    Replies
    6
    Views
    1,835

    Re: Hook api

    HanneSThEGreaT
    I want to hook api messagebox in my app
    your code works great but I want to hook it
    so I tried to change ret variable to the addressof OldMessageBox
    But the app stuck
    any idea?
  13. Thread: Hook api

    by yossi321
    Replies
    6
    Views
    1,835

    Re: Hook api

    here is the hook functions



    Option Explicit

    '***********************************
    ' function redirection class
    '
    ' [rm_code]
  14. Replies
    2
    Views
    794

    enter https web site

    How can I enter https web site like skydrive and load\save my files using vb6?
  15. Thread: Hook api

    by yossi321
    Replies
    6
    Views
    1,835

    Hook api

    I'm trying to hook MessageBox API
    There is a little problem by passing strings
    The real function gets just the first char of the string I change



    Public Declare Function MessageBoxA Lib...
Results 1 to 15 of 15





Click Here to Expand Forum to Full Width

Featured