Results 1 to 5 of 5

Thread: Tic Tac Toe game

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2005
    Posts
    10

    Re: Tic Tac Toe game

    I have a tic tac toe game code I downloaded, Is there any way I can change color, border size etc. Also when I download the file I got three different file formats in the folder(.frm, .vbw & .vbp)....I would like to know how I can edit the code using Visual Basic editor in Excel...I tried copying & pasting the code in VB editor but this is not working...please help.


    Many thanks.

  2. #2
    Former Admin/Moderator MartinLiss's Avatar
    Join Date
    Sep 1999
    Location
    San Jose, CA
    Posts
    33,431

    Re: Tic Tac Toe game

    The vbp file is the VB project file that tells Vb where all the parts are and so you don't need it. The vbw file is a record of how your forms are laid out in the IDe so you don't need that either. So the only code you might be able to use is in the frm file.

    BTW I split your post from the thread that you originally replied to since it's not a good idea to hijack other people's threads.

  3. #3
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: Tic Tac Toe game

    You cannot open a VB project in Excel, as it is VBA or Visual Basic for Applications. If you want to mess around with the form (frm) files, you can do it using any editor.

  4. #4
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Tic Tac Toe game

    Actually you CAN use the frm file in the Excel VBA IDE, but it takes a little manipulation of the file
    first and you need to recreate all the controls in MS Forms 2.0 format, but it can be done.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  5. #5

    Thread Starter
    New Member
    Join Date
    Feb 2005
    Posts
    10

    Re: Tic Tac Toe game

    Thanks alot everyone. Really appreciate the advice.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width