Search:

Type: Posts; User: sunco

Search: Search took 0.03 seconds.

  1. Replies
    5
    Views
    66,747

    Re: Analog Clock Control

    This post is old but very good one.. last edited Feb 27th

    Did you found a solution for the 4.0 crippling/freeze issue ? I'm using VB 2010 express
  2. Thread: VB6 on Vista

    by sunco
    Replies
    7
    Views
    859

    Re: VB6 on Vista

    Yep, i already have VB6 and VB2005 on Vista with no problems
  3. Replies
    20
    Views
    6,097

    Re: Detect taskmanager kill

    I'm going to take the g4hsean suggestion first (remove the app from taskmanager list with some apis.. have an idea how)

    If can't (maybe because is subclassed by itself [or something like that],...
  4. Replies
    20
    Views
    6,097

    Re: Detect taskmanager kill

    Like one month ago, i infect (by myself) with a virus and it reopen itself when i crash it from TaskManager, then must be a way

    The Query_Unload event is perfect, but for some strange reason don't...
  5. Replies
    20
    Views
    6,097

    Re: Detect taskmanager kill

    Uhmm.. hope not be rude

    Block task manager ? Having two app's ? That is not my cuestion, thats easy

    I ask : how to detect when taskmanager (or any app) is trying to close my app
  6. Replies
    20
    Views
    6,097

    Re: Detect taskmanager kill

    I say before..



    And in fact, the app.exename returns the file without the ".exe" part

    I say before..
  7. Replies
    20
    Views
    6,097

    Detect taskmanager kill

    I have an application that need to be in memory always. The app detect some files like limewire, edonkey or whatever file (with wildcards) or app title (with wildcards too) you want

    The app is for...
  8. Thread: VB6 on Vista

    by sunco
    Replies
    7
    Views
    859

    VB6 on Vista

    I can't install VB6 on Vista.. is normall ? It just crash

    Somebody could install it ? :ehh:

    I have VB2005 Pro but i need VB6 too
  9. Replies
    14
    Views
    5,925

    Re: Get the Hwnd's of TaskBar

    Well i have picture(N), every picture have in their Tag Propertie the Hwnd of the window that it belongs. I can add that picture to a form and appear ontop of the button

    If a Windows is closed, i...
  10. Replies
    14
    Views
    5,925

    Re: Get the Hwnd's of TaskBar

    Did you check that code ? Is the same, it only get the text, the phWnd not change when i move the mouse over the buttons

    Maybe i need to hook the toolbar and see what position is the button of the...
  11. Replies
    4
    Views
    1,098

    Re: removing/hiding columns in msflexgrid

    Have you try this ? this "hide" the columns but still there (just not visible)

    Flex1.ColWidth(3) = 0

    3 is the Number of the Column
  12. Replies
    14
    Views
    5,925

    Re: Get the Hwnd's of TaskBar

    In my words, Accessibility hooks the hwnd's of your project. I learn that when i try to get a Conversation in MSN (not for hack, just for see if i can change some stuff) and see that the Hwnds are...
  13. Replies
    14
    Views
    5,925

    Re: Get the Hwnd's of TaskBar

    Ok. I want to show a Screenshot of that Window when i move the mouse over the button. I see that in Windows Vista Beta 2

    I can get a picture every X seconds. That picture is for every window, i...
  14. Replies
    14
    Views
    5,925

    Re: Get the Hwnd's of TaskBar

    With this i can get the number of buttons in the Task-Toolbar

    In Win2k (here in Work) is not same than WinXP (in home). In fact, is different if you have the QuickIcons (is another Toolbar)
    ...
  15. Replies
    14
    Views
    5,925

    Re: Get the Hwnd's of TaskBar

    Well.. with that i only can get the Hwnd of the ToolBar and how many buttons have it with TB_BUTTONCOUNT. But i can't get the Hwnds yet

    What i really need is get and identifier to know what button...
  16. Replies
    14
    Views
    5,925

    Get the Hwnd's of TaskBar

    I can get the Title of the TaskBar windows (i mean the buttons that are in Start Bar) with Active Accessibility, but i want to get the Hwnd's of that buttons

    In fact i need it when i move he mouse...
Results 1 to 16 of 16



Click Here to Expand Forum to Full Width