Results 1 to 33 of 33

Thread: [RESOLVED] Button problem

  1. #1

    Thread Starter
    Hyperactive Member Tarablue's Avatar
    Join Date
    Feb 2007
    Location
    Somewhere West of GMT
    Posts
    398

    Resolved [RESOLVED] Button problem

    Hello All,

    I'm new to VB.Net so please bear with me. OK, I have placed buttons and other items on my form and the program works fine except that if the window is moved around the background shows through at the top of the buttons just near the outer line and below on a label. It looks as if the button has a 'Dirty Mark' on it and when you move the window around so this mark moves.

    At this stage the button and label have their default settings but even if I change the Back Color the problem still exists and I cannot seem to clear it.

    Any ideas as to what needs to be done.

    Rgds,
    Tarablue

  2. #2
    Frenzied Member
    Join Date
    Mar 2006
    Location
    Pennsylvania
    Posts
    1,069

    Re: Button problem

    I'm having trouble visualizing this problem. Could you provide some pictures? Have you tried messing around with the styles properties of these controls?

  3. #3

    Thread Starter
    Hyperactive Member Tarablue's Avatar
    Join Date
    Feb 2007
    Location
    Somewhere West of GMT
    Posts
    398

    Re: Button problem

    Hello Fromethius,

    Sorry mate, I have just spent some 20 minutes trying to get a screen capture without success, so I'll try and explain it more clearly.

    When I place a button on the form it has a gradient backcolor called Control and each button has a border. Inside the border is a 1 pixel wide clear area the acts like a window and you can just see what is behind. This only appears when you run the program, so when you move the form around this area alters as you pass over what ever is behind the form on the screen.

    Rgds,
    Tarablue

  4. #4
    coder. Lord Orwell's Avatar
    Join Date
    Feb 2001
    Location
    Elberfeld, IN
    Posts
    7,628

    Re: Button problem

    you are evidently running vista. Aero glass works by the theme using a set color as a transparency and the glass is drawn over that part. Well guess what? If your gradient happens to contain that color, that particular spot the color exists will become transparent as well.
    My light show youtube page (it's made the news) www.youtube.com/@lightsofelberfeld
    Contact me on the socials www.facebook.com/lordorwell

  5. #5

    Thread Starter
    Hyperactive Member Tarablue's Avatar
    Join Date
    Feb 2007
    Location
    Somewhere West of GMT
    Posts
    398

    Re: Button problem

    Hello Lord Orwell,

    Yes, the all incompassing VISTA. Sorry I should have made that clear first up. I take it that there is nothing that can be done at this stage. I'll try and test my program on a non Vista machine and see if the problem still exists.

    Best Rgds,
    Tarablue

  6. #6
    Frenzied Member
    Join Date
    Dec 2007
    Posts
    1,072

    Re: Button problem

    I can test your program.

    Drop me a PM
    I'm on XP

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

    Re: Button problem

    What version of VB and attach your project in zip format so we can test it.
    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

  8. #8

    Thread Starter
    Hyperactive Member Tarablue's Avatar
    Join Date
    Feb 2007
    Location
    Somewhere West of GMT
    Posts
    398

    Re: Button problem

    Hello Zach VB6,

    Thanks for that.

    As I mentioned first up, I'm new to VB.Net and am just going through the basic program codes just to get a better feel of the new environment and the changes. I must say that I like the clean look of it so far. OK, here is the simple calculator program which I'm trying to send as a *.rar zipped format.

    Best Rgds,
    Tarablue
    Last edited by Tarablue; Jan 1st, 2008 at 10:52 PM.

  9. #9

    Thread Starter
    Hyperactive Member Tarablue's Avatar
    Join Date
    Feb 2007
    Location
    Somewhere West of GMT
    Posts
    398

    Re: Button problem

    Hello All,

    Doesn't look as if the fike was attached - I'll try again only this time I'll get it right.

    Rgds,
    Tarablue
    Last edited by RobDog888; Jan 1st, 2008 at 11:31 PM. Reason: Removed rar'd executable

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

    Re: Button problem

    Its attached but its a rar. I dont have WinRar Can you zip it?
    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

  11. #11
    Frenzied Member
    Join Date
    Dec 2007
    Posts
    1,072

    Re: Button problem

    I zipped it.

    (GET WINRAR )

    Also:
    Is it supposed to be transparent?
    Last edited by RobDog888; Jan 1st, 2008 at 11:34 PM. Reason: Removed zipped exe attachment

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

    Re: Button problem

    Bah! Its only an executable. Executables are not allowed on the forums in efforts to protect members.
    Can you attach the source code instead?

    Ps, naw, dont want to install too many un-necessary programs on my system
    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

  13. #13
    Frenzied Member
    Join Date
    Dec 2007
    Posts
    1,072

    Re: Button problem

    RobDog...
    UnInstall WinZip, Install WinRar.

  14. #14
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Button problem

    If you zipped it then it would be a ZIP file. It's a RAR file, so you rarred it. Zipping does not just mean compressing; it means compressing to ZIP format. That said, WinZip 11 does support RAR format. If you want the widest audience then use the most common format, which is ZIP for compression. Every Windows user can unzip a file even if they haven't installed any third-party software, so it makes sense to use the ZIP format unless you know your audience can unrar.

    If you're going to start dictating what software other members should have installed on their systems then you're not going to get much help. It's up to you to make the effort if you want us to help you. If it's too much trouble for you then it's probably too much trouble for us too.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  15. #15

    Thread Starter
    Hyperactive Member Tarablue's Avatar
    Join Date
    Feb 2007
    Location
    Somewhere West of GMT
    Posts
    398

    Re: Button problem

    Hello jmcilhinney,

    It was not my intention to dictate anything to anyone, it was just that I had Win Rar installed on my computer and when I had finished it came up as a zip file.

    I look around for a copy of Win Zipp and try again.

    Rgds,
    Tarablue

  16. #16

    Thread Starter
    Hyperactive Member Tarablue's Avatar
    Join Date
    Feb 2007
    Location
    Somewhere West of GMT
    Posts
    398

    Re: Button problem

    Hello Zach VB6,

    No, it's not meant to be transparent.

    Rgds,
    Tarablue

  17. #17

    Thread Starter
    Hyperactive Member Tarablue's Avatar
    Join Date
    Feb 2007
    Location
    Somewhere West of GMT
    Posts
    398

    Re: Button problem

    Hello RobDog888, jmcilhinney

    OK, here, hopefully, is a Win Zipped file for you which, again I hope, includes all the coding required.

    Best Rgds,
    Tarablue
    Attached Files Attached Files

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

    Re: Button problem

    Seems its missing some files still. The MyProject folder is empty
    Error 1 Resource file "My Project\Resources.resx" cannot be found. MathCalculator
    Error 2 Unable to open module file 'C:\DeleteMe\MathCalculator\My Project\Application.Designer.vb': The system cannot find the file specified. C:\DeleteMe\MathCalculator\My Project\Application.Designer.vb 1 1 MathCalculator
    Error 3 Unable to open module file 'C:\DeleteMe\MathCalculator\My Project\AssemblyInfo.vb': The system cannot find the file specified. C:\DeleteMe\MathCalculator\My Project\AssemblyInfo.vb 1 1 MathCalculator
    Error 4 Unable to open module file 'C:\DeleteMe\MathCalculator\My Project\Resources.Designer.vb': The system cannot find the file specified. C:\DeleteMe\MathCalculator\My Project\Resources.Designer.vb 1 1 MathCalculator
    Error 5 Unable to open module file 'C:\DeleteMe\MathCalculator\My Project\Settings.Designer.vb': The system cannot find the file specified. C:\DeleteMe\MathCalculator\My Project\Settings.Designer.vb 1 1 MathCalculator
    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

  19. #19

    Thread Starter
    Hyperactive Member Tarablue's Avatar
    Join Date
    Feb 2007
    Location
    Somewhere West of GMT
    Posts
    398

    Re: Button problem

    Hello RobDog888,

    Sorry Mate, I'm never sure exactly what to include so I'll zip the whole folder.
    I'll have to get back to you later, just off out right now.

    Best Rgds,
    Tarablue

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

    Re: Button problem

    Ok, no probs. See you tomorrow.
    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

  21. #21
    Member
    Join Date
    May 2007
    Posts
    37

    Re: Button problem

    including the vb file it self without project file if it is a standalone project is not your fault

    anyone should just click My Project and change the
    Startup object from Application to MathCalculator


    i'll ran your calculator it works good?

    only thing i've noticed your buttons are transparent thats about it.

    I'll attach the project for you.
    Attached Files Attached Files

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

    Re: Button problem

    Well hes got resource file and to be sure whats going on you really need everything as he has it. Anyone can take a single file and say its working but it wont be a true test.
    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

  23. #23
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Button problem

    If you need to attach a project then delete the obj and bin files and ZIP the rest. That's it. Everything but the binaries.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  24. #24
    coder. Lord Orwell's Avatar
    Join Date
    Feb 2001
    Location
    Elberfeld, IN
    Posts
    7,628

    Re: Button problem

    You don't need to install the program on a different system to see if the problem still exists. All you need to do is temporarily change the theme on your own system to somethings besides Aero Glass.

    And Aero Glass isn't the only thing that does transparency this way. Overlays work the same way.
    My light show youtube page (it's made the news) www.youtube.com/@lightsofelberfeld
    Contact me on the socials www.facebook.com/lordorwell

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

    Re: Button problem

    Well I didnt see anything special being done. Is is only this app that you are having the drawing issues with or will it appear on a new test project?
    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

  26. #26

    Thread Starter
    Hyperactive Member Tarablue's Avatar
    Join Date
    Feb 2007
    Location
    Somewhere West of GMT
    Posts
    398

    Re: Button problem

    Good Morning RobDog888,jmcihinney & Lord Orwell,

    Boy have I started something, and this is my first posting in VB.Net - which seems to sound an onimous bell, don't you think.

    OK, I have zipped the files that were in the main folder together with those from the My Project folder, so I hope all the required files are there.

    So far as Aero Glass in comcerned, I changed the theme to Classic Windows and that only highlighted the problem even more.

    I went back and started a new project and added some buttons, just as I did before - no changes, and when I ran it there was no problem, so I'm completely baffled as to why it should play up on the original.

    I'll go right back to the start of this test program and document/test everything I do in an attempt to try and nail down when the problem arises, if it ever does again.

    I'm sorry to have caused so much trouble on my first visit.

    Best Rgds,
    Tarablue
    Attached Files Attached Files

  27. #27
    PowerPoster JuggaloBrotha's Avatar
    Join Date
    Sep 2005
    Location
    Lansing, MI; USA
    Posts
    4,286

    Re: Button problem

    Quote Originally Posted by Tarablue
    Good Morning RobDog888,jmcihinney & Lord Orwell,

    Boy have I started something, and this is my first posting in VB.Net - which seems to sound an onimous bell, don't you think.

    OK, I have zipped the files that were in the main folder together with those from the My Project folder, so I hope all the required files are there.

    So far as Aero Glass in comcerned, I changed the theme to Classic Windows and that only highlighted the problem even more.

    I went back and started a new project and added some buttons, just as I did before - no changes, and when I ran it there was no problem, so I'm completely baffled as to why it should play up on the original.

    I'll go right back to the start of this test program and document/test everything I do in an attempt to try and nail down when the problem arises, if it ever does again.

    I'm sorry to have caused so much trouble on my first visit.

    Best Rgds,
    Tarablue
    Here's the same zip file, but with all the files in the correct folders within the zip file (he zipped all the files, but with no folder structure intact)

    I also ran this in WinXP Pro w/ SP2, the transparency problem with the text in the title bar and around all the buttons exists in XP too
    Last edited by JuggaloBrotha; Jun 30th, 2010 at 03:00 PM.
    Currently using VS 2015 Enterprise on Win10 Enterprise x64.

    CodeBank: All ThreadsColors ComboBoxFading & Gradient FormMoveItemListBox/MoveItemListViewMultilineListBoxMenuButtonToolStripCheckBoxStart with Windows

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

    Re: Button problem

    The only thing I can see so far is that you need to change the FlatStyle property to "System" in order to have the actual AeroGlass theming applied. Otherwise what is the transparency issue?
    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

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

    Re: Button problem

    Found the problem. You have the TransparencyKey property of the Form set to White. Right click on the property and click "Reset". This will fix all your transparency issues under all themes.
    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

  30. #30
    coder. Lord Orwell's Avatar
    Join Date
    Feb 2001
    Location
    Elberfeld, IN
    Posts
    7,628

    Re: Button problem

    ARGH that was my 2nd answer! I had a similar issue when i had a transparency color set on the form and it made my title bar transparent.
    My light show youtube page (it's made the news) www.youtube.com/@lightsofelberfeld
    Contact me on the socials www.facebook.com/lordorwell

  31. #31

    Thread Starter
    Hyperactive Member Tarablue's Avatar
    Join Date
    Feb 2007
    Location
    Somewhere West of GMT
    Posts
    398

    Re: Button problem

    Hello JuggaloBrotha & RobDog888

    Hooray, at least you can now see the problem. It's the little bit around each button that has this little bit of transparency which allows the background to show through. If you had a Word document full of text lines when you run my little program and start to move it around you will see little bits showing through and moving as you move the program window around - BUT what's the answer?

    So far on my new attempt at this program nothing is going wrong. It's taking a while because at every little thing I do I'm running the program in an attempt to nail down the cause.

    Best Rgds,
    Tarablue

  32. #32

    Thread Starter
    Hyperactive Member Tarablue's Avatar
    Join Date
    Feb 2007
    Location
    Somewhere West of GMT
    Posts
    398

    Re: Button problem

    Hello RobDog888 & Lord Orwell,

    You guys are just to quick for me. I'll go back to the original and have a look at that. As usual, what seems to be a major problem turns out to have such a simple answer.

    You can all relax now - thank you all for your input and assistance.

    Very Best Rgds,
    Tarablue

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

    Re: [RESOLVED] Button problem

    No prob.

    Thats the way things ALWAYS go. Its the little things that take up all the time and throw the budget off.
    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

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