I have 2 questions for my project please help me =)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tomer434
    New Member
    • Apr 2008
    • 6

    I have 2 questions for my project please help me =)

    Hie all.
    i need help with 2 questions
    1)i need to do somthink easliy
    when somone put the mouse (not hold!) its show him the option i wirte ?
    2)how to minz or hide the proccess or program when he working in 1 click like F1 = minz F2 = hide (hide its not show the program in deastop)

    (*only if its impassible*)
    more 1 so its hard how i change program name in Task Manger from my program i mean when the user in his program like "xxxxx.exe" and he just click rename and its change for what he want =)


    thx! its will be very help to my project =) ty!
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    Please pass more information .

    Comment

    • Killer42
      Recognized Expert Expert
      • Oct 2006
      • 8429

      #3
      I don't like to make too big an issue of language differences. We have members and visitors from all over the world, so the English in use varies quite widely. But frankly, I just can't understand what you're asking.

      I'm going to make a couple of wild guesses, and see whether I can help out. But I think we really need you to explain in more detail what you are trying to accomplish.

      Also, a lot of things work differently depending on which version of VB you're using. I tend to think in terms of VB6, which is at least 10 years old. Please let us know what version you're using.

      Originally posted by tomer434
      when somone put the mouse (not hold!) its show him the option i wirte ?
      Do you mean that you want a message to be displayed when the user hovers the mouse pointer over a control, without clicking on it? If so, in VB6 you would simply set the value of the control's ToolTipText property.

      Originally posted by tomer434
      2)how to minz or hide the proccess or program when he working in 1 click like F1 = minz F2 = hide (hide its not show the program in deastop)
      If by "minz" you mean that you want to minimize your application, that should be simply a mater of setting the form's WindowState property. See your documentation for details.


      Originally posted by tomer434
      (*only if its impassible*)
      more 1 so its hard how i change program name in Task Manger from my program i mean when the user in his program like "xxxxx.exe" and he just click rename and its change for what he want =)
      In VB6 you can use the Name statement (or various other methods) to rename a file. But if you want to rename the application which is doing the renaming, I suspect this won't be possible, since the EXE file will be open.

      Comment

      • tomer434
        New Member
        • Apr 2008
        • 6

        #4
        like this pic for the question 1)

        the second question is about minz and hide/max in windows like u do right click on program in Task manger and Minimize/Maximize and Hide so hide its not have in task manger that command is for hide somthink from windows and u not see him in TM =)

        sry on my bad english =]

        edit:
        its right so from where i can found how to use windows stat or the other thinks if you can put exmple code with guide its good =) i will understand and i using VB6

        Comment

        Working...