Search:

Type: Posts; User: vbgeobas

Page 1 of 5 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    12
    Views
    2,346

    Re: [RESOLVED] Rotating image in a User Control

    Thank you but this is far beyond my knowledge of VB proramming . However l make a lot of Jigsaws in my unorthodox way , one might call it
    rude programming , but they work just fine , with the...
  2. Replies
    12
    Views
    2,346

    Re: [RESOLVED] Rotating image in a User Control

    This User Control would be ideal for making Jigsaw puzzles , if
    1. Instead of pictureboxes you could use transparent imageboxes
    2. If at designing one could move the UC . If one wants to make a...
  3. Thread: Poker Scoring

    by vbgeobas
    Replies
    28
    Views
    2,164

    Re: Poker Scoring

    Thank you all for your friendly replies .

    Much obliged Arnoutdv , l'll see whether this can help to determine the winning hand.
  4. Thread: Poker Scoring

    by vbgeobas
    Replies
    28
    Views
    2,164

    Re: Poker Scoring

    @ Zvoni Thanks but l know how to play 3 card poker . l am looking for some VB6 Code as to how one can determine scores between the 2 hands
  5. Thread: Poker Scoring

    by vbgeobas
    Replies
    28
    Views
    2,164

    Re: Poker Scoring

    l have searched just about everywhere . There is nothing to compare 3 cards with another hand of 3 cards
  6. Thread: Poker Scoring

    by vbgeobas
    Replies
    28
    Views
    2,164

    Poker Scoring

    Good day all

    Is there a way to determine poker scoring between two hands of three cards each , without cards.dll , but a simpler
    way , a module or whatever ?

    Thanks for feedback
  7. Re: Checking if an array of imageboxes contain picture

    Thank you all . All is well .
  8. Re: Checking if an array of imageboxes contain picture

    When l say it works l mean that that player can place his piece on the board but will have to flip the opponents pieces manually himself .
    Fine so far ..
    What l wanted to add is , to check the...
  9. Re: Checking if an array of imageboxes contain picture

    l don't really know how to do what you suggested . The terminology confuses me .Not an expert .
  10. Re: Checking if an array of imageboxes contain picture

    Thank you Elroy l'll ive it a try .
  11. Re: Checking if an array of imageboxes contain picture

    Thank you passel
    Sorry for late reply , l was away from my computer for a couple of days .
    l am trying to make a Othello game and it works . There are 64 imageboxes in an array , only l wanted to...
  12. Checking if an array of imageboxes contain picture

    l am trying to check whether 2 specific imageboxes of an array of 24 contain picture .

    if image1(1).tag="" then ..... it works when for 1 image of the array but
    if image1(1).tag="" and...
  13. Replies
    2
    Views
    745

    Re: Sharing Prrojects

    Thank you Eduardo
  14. Replies
    2
    Views
    745

    Sharing Prrojects

    Hi All ,

    George has a laptop with DPI 120 and resolution 1920 x 1080 Win 10 (latest version)
    Nikolas has a laptop with DPI 96 and resolution 1920 x 1080 Win 7
    Peter has a laptop with DPT 96...
  15. Thread: vb6 and DPI

    by vbgeobas
    Replies
    7
    Views
    1,198

    Re: vb6 and DPI

    l haven't touched anything except the compatibility Mode .
  16. Thread: vb6 and DPI

    by vbgeobas
    Replies
    7
    Views
    1,198

    Re: vb6 and DPI

    l actually was confused .
    Here are the facts.
    My computer with Win 10 . Resolution 1920x1080 . Display scaling settings at 125
    Friend's computer with Win 7 . Resolution 1920x1080 . Display scaling...
  17. Thread: vb6 and DPI

    by vbgeobas
    Replies
    7
    Views
    1,198

    Re: vb6 and DPI

    No matches for DPI . How else can one search for the post ?
  18. Thread: vb6 and DPI

    by vbgeobas
    Replies
    7
    Views
    1,198

    vb6 and DPI

    i have a Dell 17 inch laptop and all my VB6 projects are made with DPI 125 .
    l share some of my projects with friends who have smaller laptops with DPI 100 and their presentation
    is somehow...
  19. Replies
    15
    Views
    1,493

    Re: VB6- Collision question of array images

    OK Thanks . Never done this before . So you know....
  20. Replies
    15
    Views
    1,493

    Re: VB6- Collision question of array images

    Sorry , l didn't know . Where do l post it if l want to share .
  21. Replies
    15
    Views
    1,493

    Re: VB6- Collision question of array images

    This is the Solo Game . Done with pictureboxes .

    184232

    -attachment removed-
  22. Replies
    15
    Views
    1,493

    Re: VB6- Collision question of array images

    Sorry l didn't make it quite clear .
    The presentation should be as per image and starts as such.
    The idea of the game is , by overlapping a picture the overlapped picture disappears leaving an...
  23. Replies
    15
    Views
    1,493

    Re: VB6- Collision question of array images

    That was rather unfair.

    Here is what l am trying to .
    Comparison of left/top/left+width/top+height can only be done by clicking the image to be moved and the image to be overlapped
    with...
  24. Replies
    15
    Views
    1,493

    Re: VB6- Collision question of array images

    It doesn't work . What are we comparing there ? l get an error "object required" . How do l declare the objects , say image1(10) when overlaping image1(23)?
    What is p.X2 , pY2 .Can you be more...
  25. Replies
    15
    Views
    1,493

    Re: VB6- Collision question of array images

    Thank you guys but like l said it's an array of images (image controls) , image1(0),image1(1),image1(2) and so on .
    i have the foll to move an image

    Private Sub Image1_MouseDown(Index As Integer,...
  26. Replies
    15
    Views
    1,493

    VB6- Collision question of array images

    l have an array of 32 transparent images which l can move around wth the mouse .
    l found no code which could detect collision when an image is moved and collides with another .
    Could someone help....
  27. Thread: How Large

    by vbgeobas
    Replies
    16
    Views
    1,993

    Re: How Large

    Sorry @The Trick ,

    Your code cannot find "Resource with identifier 101" , although it's there in the Resource Editor .
  28. Thread: How Large

    by vbgeobas
    Replies
    16
    Views
    1,993

    Re: How Large

    Elroy
    Well , didn't make it work .
    l don't understand your notice in greeen , by bb you mean the .wav file ?
  29. Thread: How Large

    by vbgeobas
    Replies
    16
    Views
    1,993

    Re: How Large

    You guys are so nice and helpful , but you do take it for granted that people asking for help are
    in the same level of knowledge as you .
    It's getting late and l have to go . l'll see what l can...
  30. Thread: How Large

    by vbgeobas
    Replies
    16
    Views
    1,993

    Re: How Large

    This is the Code
    '
    Option Explicit
    Dim b As String
    Private Const SND_ASYNC As Long = &H1
    Private Const SND_MEMORY As Long = &H4
    Private Const SND_NODEFAULT = &H2
    Private Const Flags& =...
  31. Thread: How Large

    by vbgeobas
    Replies
    16
    Views
    1,993

    Re: How Large

    Thank you Elroy
    l could see that 46KB was not the file size limit , because l was making a Synthesizer and some of the Organ musical notes
    are well over 300 KB and played well .
    l just wanted to...
  32. Thread: How Large

    by vbgeobas
    Replies
    16
    Views
    1,993

    Re: How Large

    Thank you
  33. Thread: How Large

    by vbgeobas
    Replies
    16
    Views
    1,993

    How Large

    a .wav file can one embed in a project ?
  34. Replies
    4
    Views
    887

    Re: Piano Note Sounds

    Thank you all very much .
  35. Replies
    4
    Views
    887

    Piano Note Sounds

    l am trying to make a synthesizer and looking for a couple of days for a decent pack of Piano Note Sounds
    in mp3 or .wav format , but found nothing so far .

    Any ideas please

    Thank in advance
  36. Replies
    39
    Views
    5,289

    Re: Encrypt/Decrypt

    @ Sapator
    l'll second that
    l wonder why baka does not tell us his nationality . We might understand a thing or two ....
  37. Replies
    39
    Views
    5,289

    Re: Encrypt/Decrypt

    So l see what l started as the etymology of a word has bocome a conflict of ideas between a Greek and someone don't know where from .
  38. Replies
    39
    Views
    5,289

    Re: Encrypt/Decrypt

    Elroy,
    The problem here was that you took it for granted that l could understand what you were suggesting .My mistake because
    l did not mention that the code was not mine but found it somewhere ....
  39. Replies
    39
    Views
    5,289

    Re: Encrypt/Decrypt

    @ Shaggy Hiker and @baka

    From Wikipedia
    "Algorithms were first used by ancient Babylonian and later Egyptian mathematicians .
    Greek Eratosthenes and Euclid used them at a later stage ".
    ...
  40. Replies
    39
    Views
    5,289

    Re: Encrypt/Decrypt

    @ Elroy

    Simply sorry .
    Your last code is actually what l was looking for . Simple and short . It will Encrypt/Derypt , all kind of combinations of text
    Greek/English capital or small .

    Thank...
Results 1 to 40 of 171
Page 1 of 5 1 2 3 4



Click Here to Expand Forum to Full Width