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

Search:

Type: Posts; User: Chris ZANARDI

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    672

    Re: changing the icon of a window

    Yes, it's the problem.
    What I do now is I keep my exe alive as long as my AUDROS application is alive. So the icons stay correct.

    Thanks.
  2. Replies
    2
    Views
    672

    changing the icon of a window

    hi gurus

    I try to make an exe to change the icon of a window of an other application.

    here my code :

    #include "stdafx.h"
    #include <winbase.h>
    #include <windows.h>
  3. Replies
    3
    Views
    688

    Changing the icon of a window

    Hi Gurus

    I'trying to make an exe to change the icon of the window of an other application.

    Here my code :

    #include "stdafx.h"
    #include <winbase.h>
    #include <windows.h>
  4. Thank you, Craig Your way was the good one. In...

    Thank you, Craig

    Your way was the good one. In fact, I reach my goal using :

    Me.Context.Response.Buffer = False
    Me.Context.Response.Cache.SetExpires(Now())

    With these to line, I go...
  5. get the REFRESH button event from the browser

    Hello All,

    I would like to trap the event that occurs when the user clicks on the REFRESH BUTTON in my webform1.aspx.vb

    Any idea ?
  6. Replies
    18
    Views
    3,165

    Yeeeesssss !!! I display succesfully the form....

    Yeeeesssss !!! I display succesfully the form. But one problem back, ten problems front (don't know if it's really correct)

    The new problem is that it's know impossible to interract with the form,...
  7. Replies
    18
    Views
    3,165

    Sorry but it is still not working I join a...

    Sorry but it is still not working
    I join a screen copy to show u
  8. Replies
    18
    Views
    3,165

    Well, I don't understand what you mean with 'not...

    Well, I don't understand what you mean with 'not using correct version of ocx ' coz if I see in the html page the pink rectangle with the button...

    OK, can you try on your computer this example :...
  9. Replies
    18
    Views
    3,165

    Very interresting subject. I tried your project...

    Very interresting subject.
    I tried your project and it works fine. But if :
    - I build the project1.ocx
    - Register the test1.ocx using regsvr32
    - Edit an html page to loag the ocx

    When load the...
  10. how describe possible values for parameter for a sub

    Hello All,

    I am actually doing a library of subs and functions that will be use by collegues in the office.

    I would like to describe, when usefull, the list of possible values available for...
  11. Replies
    0
    Views
    1,350

    CCS and INPUT Type=Button

    Hello all

    It is possible so set the style of the html tag INPUT in a style sheet (.css) and my question is :

    Is it possible to set the style of the html tag INPUT only when the type of the...
  12. Replies
    8
    Views
    8,720

    Re: REORDER NODES IN A TREEVIEW

    Thank you for your interset, Andy, but the code you send me is not exactly what I need : you just switch the key and text values, but the job is not done on the children of the node you move. Your...
  13. Replies
    8
    Views
    8,720

    Re: REORDER NODES IN A TREEVIEW

    This is at runtime. I want for example :

    1 - user select a node
    2 - hit a button UP or DOWN
    ==&gt; The node goes up or down until it reach the first or the last position of its current level
  14. Replies
    8
    Views
    8,720

    REORDER NODES IN A TREEVIEW

    Hello All,

    Does anybody know how to move a node up or down in a treeview ctrl, in a same level.
    Say in other words, moving a node before its upper brother or after its lower brother

    changing...
Results 1 to 14 of 14





Click Here to Expand Forum to Full Width

Featured