Search:

Type: Posts; User: peckitt99

Page 1 of 9 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    2,038

    yeah i am just after a digital clock nothing too...

    yeah i am just after a digital clock nothing too difficult as it is just going to be an example but not too sure where to start or how to get going with it.

    at the moment i have some coding that...
  2. Replies
    4
    Views
    2,038

    Mini Alarm System

    Hi

    I was wondering if it would be possible to create a program that has a box on the screen and a clock. if the mouse cursor is not over the box at a set time the alarm will go off or if the mouse...
  3. Replies
    6
    Views
    2,943

    Extract Music

    Hi

    I was wondering if anyone knows of a program you can download that you can run and will search through all of your songs on your computer and put them in a list so that you can put it in a...
  4. Replies
    3
    Views
    1,985

    Windows XP Upgrade Question

    i have wanted to upgrade my PC to Vista, but i have recently noticed that my Windows XP is not a genuine copy. will the upgrade still work which will then make it an origonal Vista or will it not...
  5. Replies
    8
    Views
    2,610

    well the next thing i have managed to do is...

    well the next thing i have managed to do is transfer the data from one memo to the other one by using this code


    Memo2->Lines = Memo1->Lines

    so im just trying to find a way to get it to...
  6. Replies
    8
    Views
    2,610

    well i want the button to translate what is in...

    well i want the button to translate what is in memo1 into binary and display it in memo 2. just like you have put ABCD.

    i have a binary program but that just looks at a string that has already...
  7. Replies
    8
    Views
    2,610

    ok ill try and explain it a bit better 1# i...

    ok ill try and explain it a bit better

    1# i will have 2 memo boxes on a form.

    2# 1 of the memo boxes will have a button to load a txt file.

    3# the txt file will then be displayed in memo...
  8. Replies
    6
    Views
    1,573

    ah right i see thanks for the advice and info

    ah right i see thanks for the advice and info
  9. Replies
    6
    Views
    1,573

    yeah it was to stop people from doing so on...

    yeah it was to stop people from doing so on computer - if you think it would be better to get a commercial one then ill do that - is kernel Linux programming?
  10. Replies
    6
    Views
    1,573

    USB File Blocking

    Hi

    Has anyone or is there a way of creating a program that will detect a USB device and then check for any .exe files and stop them from running or make the invisible?

    Thanks
  11. Replies
    12
    Views
    1,598

    ah right i see - well ill have another look - its...

    ah right i see - well ill have another look - its confusing me and i bet it is something really simple :S
  12. Replies
    8
    Views
    2,610

    Memo Box to Binary

    Hi,

    Not sure if this is meant for the windows section or C++ but sorry if it is in the wrong section

    i was wondering if anyone can help me with a problem i have.

    what i want is the user to...
  13. Replies
    12
    Views
    1,598

    well i have had a go - it might be completely...

    well i have had a go - it might be completely wrong but i there are a few things that i am not sure about - if it is completely wrong please let me know where i am going wrong

    here is my new...
  14. Replies
    12
    Views
    1,598

    ok thanks - ill work with this and see if i can...

    ok thanks - ill work with this and see if i can implement it into my random number generator.
  15. Replies
    12
    Views
    1,598

    yes - could you provide an example of how it can...

    yes - could you provide an example of how it can be used? obviously you not have to do it on my program - its just i havent used one before so i dont know how it works
  16. Replies
    12
    Views
    1,598

    is there any chance of an example of a boolean...

    is there any chance of an example of a boolean array - the reason i am asking this is because i need to create 2 random numbers like co-ordinates. and cant have any duplicates
  17. Replies
    12
    Views
    1,598

    Random but Unique Numbers

    Hi

    i have a program that shows up random numbers here is the code that does this



    #include <iostream>
    #include<cstdlib>
    #include <ctime>
  18. Replies
    0
    Views
    974

    Text Scroll Messages

    Hi

    I am greating a program that will be a display system with messages on the screen that can be updated from somewhere else.

    i was wondering

    1. what program would be best to type in the...
  19. Thread: Stop Program

    by peckitt99
    Replies
    6
    Views
    2,615

    that exit(1) from stdlib.h worked thanks :)

    that exit(1) from stdlib.h worked thanks :)
  20. Thread: Stop Program

    by peckitt99
    Replies
    6
    Views
    2,615

    it pauses the program opens the CPU box and says...

    it pauses the program opens the CPU box and says that there is a "access violation"
  21. Thread: Stop Program

    by peckitt99
    Replies
    6
    Views
    2,615

    Hi i have used that and it doesnt end my...

    Hi

    i have used that and it doesnt end my program but causes a problem when it ends.

    this is the code i am using


    case VK_ESCAPE:
    // If the user press Ctrl + Alt + Delete...
  22. Thread: Stop Program

    by peckitt99
    Replies
    6
    Views
    2,615

    Stop Program

    Hi

    I have a program that runs but when i press a certian key command i want the whole program to end.

    at the moment it just closes the window

    can anyone help how to terminate the whole...
  23. Replies
    1
    Views
    1,074

    I think i might have cracked this thanks

    I think i might have cracked this thanks
  24. Replies
    1
    Views
    1,074

    Multiple Key Press

    i have got a program running but i want a certian key press combination to run

    i want to have the user to press Ctrl + Alt + Insert Keys to activate a message box but at the moment all you have to...
  25. Replies
    6
    Views
    1,548

    sorted it i think - thanks :)

    sorted it i think - thanks :)
Results 1 to 25 of 216
Page 1 of 9 1 2 3 4