User Profile

Collapse

Profile Sidebar

Collapse
ScottDay96
ScottDay96
Last Activity: Oct 5 '14, 06:07 PM
Joined: May 6 '14
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • ScottDay96
    started a topic Can I change a Window Title by clicking?

    Can I change a Window Title by clicking?

    I am trying to create a hopefully simply program that will allow users the ability to right-click on a window of their choice and then change the title of the window. I have been researching the different ways I can do it but the things I seem to be trying aren't working. I have been recommended to use the getwindowtext and setwindowtext features but must be coding them wrongly as they aren't working.

    Any advice?
    See more | Go to post

  • How can I close a running program like the Task Manager does?

    I am trying to figure out the coding that on a button click it will close a specified program nicely similar to the Task Manager's "End Process." This is because sometimes when I close a program it still remains running in the task manager. I have done some research before hand into this and one method I found that was suggested was by using WM_CLOSE. However, I can't seem to get it to work as I am taking pieces of coding from several sources...
    See more | Go to post

  • ScottDay96
    started a topic Can I give users their own custom User Page?
    in PHP

    Can I give users their own custom User Page?

    I am currently helping to run a gaming forum using vBulletin 4.2.2 and am hoping to give certain updates. One main update I would like to attempt to enable is for each user to have their own 'User Page' that they can customize themselves? I have seen this option on various other forums and wondered if anyone could help me out?

    Please note I know very little php coding but am willing to learn to help create this feature.
    ...
    See more | Go to post

  • Sorry I know my explanation isn't great. I mean sort of a photo recognition software that may lay dormant and as soon as the image appears on my screen I am notified?

    Hope that makes more sense
    See more | Go to post

    Leave a comment:


  • Is it possible to make an application that locates a matching picture?

    I am trying to find a way to make an application that will 'scan' my current screen searching for a matching image to one that I would have registered previously. Is this possible using Visual Basic?

    Any help on where to start would be greatly appreciated.
    See more | Go to post

  • Trying to understand some random excerpts of coding. I believe is C++

    These codes were given to me by a friend and asked if i could understand any of it. It links to a piece of music somehow(?). It is slightly mashed together but should link together in some way. I know this seems like an impossible task with little/no context. Thanks for any light you may be able to shed on this situation.
    Code:
    ~0x000F
    Code:
    s1: 0xFFF0 s2: 0x000F
    Code:
    s1=s&0xFFF0;s2=s&0x000F<<12
    Code:
    double scaled = double(samples2[(i*ch2)%count2])/65535.0;
    ...
    See more | Go to post

  • Thank you Luk3r and Rabbit my codes are working fine now. The nesting was a necessary step I had skipped.
    See more | Go to post

    Leave a comment:


  • Thank you, this has resolved some problems except now the code:
    Code:
     If Textbox1.Text = "12" And (Textbox2.Text = "8" Or Textbox2.Text = "9") And (Textbox3.Text = "8" Or Textbox3.Text = "9") And (Textbox4.Text = "8" Or Textbox4.Text = "9") Then PictureBox8.Visible = True Else PictureBox8.Visible = False
    Does not accept combinations such as: "12 8 9 8",...
    See more | Go to post

    Leave a comment:


  • There seem to be endless incorrect results.
    The Image I want to appear from the combinations only:
    "11 11 11 1", "11 11 11 2", "11 11 11 3", "11 11 11 4" or "11 11 11 5" also appears when the combinations "11 11 11 6", "11 11 11 7", "11 11 11 8", "11 11 11 9" or "11 11 11 10" are typed.

    Code:
    If Textbox1.Text = "11" And
    ...
    See more | Go to post

    Leave a comment:


  • I am trying to create a combination password-like system making pictures appear

    Before starting please note I am a complete novice so most of my codes will probably be messy and overcomplicated . I am trying to create a program where when you enter the correct series of digits (In this case 4 digits ranging from 1-12) a picture would appear. The problem is that though it is working for when the correct combination of digits is used, there are also a few occasions when the pictures appear even though the combination is incorrect....
    See more | Go to post
    Last edited by Rabbit; May 6 '14, 10:15 PM. Reason: Please use [code] and [/code] tags when posting code or formatted data.
No activity results to display
Show More
Working...