Search:

Type: Posts; User: Alone882

Search: Search took 0.00 seconds.

  1. Replies
    14
    Views
    6,160

    Finally I figure out how to solve this problem,...

    Finally I figure out how to solve this problem, thank you
  2. Replies
    14
    Views
    6,160

    Pls somebody help :/

    Pls somebody help :/
  3. Replies
    14
    Views
    6,160

    Sry Guys, but this code wont work I try ...

    Sry Guys, but this code wont work I try


    switch( Key )
    {
    case 'VK_RETURN':
    {
    pressCount = ++pressCount % 2 }
    if (pressCount != 0)
    {
  4. Replies
    14
    Views
    6,160

    it wont work when i call him there

    it wont work when i call him there
  5. Replies
    14
    Views
    6,160

    Ok I have this script int pressCount = 0;...

    Ok I have this script


    int pressCount = 0;
    void __fastcall TForm1::ListBox1KeyPress(TObject *Sender, char &Key)
    {

    switch( Key )
    {
    case 'VK_RETURN':
  6. Replies
    14
    Views
    6,160

    Can you explaining more or could you give me a...

    Can you explaining more or could you give me a very tiny example?
  7. Replies
    14
    Views
    6,160

    Press Enter Twice

    Hi, I`m new here and, of course, have a small problem.
    I need to create a program with VC++ 6 Builder where:
    Press ENTER once - open picture,
    Press ENTER Twice - start a music.

    I can`t figure...
Results 1 to 7 of 7