W10 updates appear to have disabled properties window?
After a long time working fine, it appears that the latest W10 updates have disabled the properties window in the IDE. Any one else found that? Edit: Looks like I've lost control of my docking and...
View ArticleToolbox problem vs 2019
I am unable to get media player control to appear in toolbox. I have tried every solution I could find including Microsoft's and still it will not appear. I've tried uninstalling and reinstalling. Any...
View Articledevelop 3D ImageControl OCX OPENGL in VB6.0 Project 2021
my goal Project: develop 3D ImageControl OCX OPENGL in VB6.0 to my personal use (NOT HOMEWORK OF SCHOOL!!!) (in the future i am will make one of DIRECTX too) if someone people have a sample project...
View ArticleFind an empty textbox on form and populate it with text
Hi All Hope you and your loved one's are all doing well in these testing times. I have a form which contains 16 textboxes (form1), on form1 is a button which opens up another form (form 2) (both forms...
View ArticleRegistering RC6
I have tried to do this using the .vbs in the package and manually and while I can register widgets I always get LoadLibrary failed. The specified procedure could not be found. rc5 registeres...
View ArticleNet bitmap to VB6
I want use a bitmap class created in VBNet in VB6 as Picture property of a control, It is posible? If an administrator thinks it would be in te VBNet forum, he can move it
View ArticleHow do I use the URL: CALLTO in a VB6 app?
We recently implemented a new phone system with a soft phone app, and need to add 'click-to-dial' functionality to our VB6 app. The phone vendor is saying we can go to "Choose default apps by protocol"...
View ArticleStop Watch Demo
This is my attempt at a stopwatch. Its not perfect, but seems to work okay. Looks good though. Any improvements/ suggestions you make will be appreciated.StopWatch_Analog.zip Attached Images Attached...
View Article[RESOLVED] Textbox Sizing Anomaly
I have two textboxes next to each other on my main form (not in frames) with no text yet added. However, the set font of both is the same: Microsoft Sans Serif, Bold, 18. Using VB6's menu, as normal, I...
View ArticleVS 2017 How To Use A MsgBox Before Updating DataGridView Cells?
I would like to use a Yes/No MsgBox for when editing my datagridview data per cell, this will happen when I press enter or tab or any other time that it can change the data in each cell. So when I edit...
View Article[RESOLVED] Links to code in editor?
I keep notes and a basic explanation of the programs path/progression at the top of my code to reference when I need to implement changes or additions, or just to remember what I did. Is it possible in...
View ArticleComboBox ?
Hi Please I need code for make combobox disable/enable ? Example:I have Type ComboBox, ande Combobox 1 is Caps and combobox 2 is Shirts I want when I change in TypeItems to Caps, the combobox Shirts...
View ArticleBootstrap 5 - Single Page Application Login Form
This uses the twitter-bootstrap v5.0.0-beta1, documentation here: https://getbootstrap.com/docs/5.0/ge.../introduction/ Dependencies Bootstrap 5 CSS (CDN here) jQuery (CDN here) Bootstrap 5 and Popper...
View ArticleVB.NET Core projects/Entity Framework Core
Entity Framework is not for everyone while it seems that for reverse engineering an existing database VB.NET takes a backseat to C# where there are Visual Studio extensions (like EF Power Tools) and T4...
View ArticleWhy is this not permitted ?
Hi, I can't discover why this subroutine: - Code: For i = 3 To 7 bx = "TextBox" & i.ToString txA(i) = CType(Me.Controls(bx), TextBox) txA(i).Text =...
View ArticleExcel Add-In - Not allowing shareable file in Access Database
We have a handful of users that are having issues with the Add-In tool. This tool has been in place for over 10 years and we never had issues until this year. The Excel Add-IN tool pulls multiple...
View ArticleWatch window not refreshed correctly when running on W7/W10
Running VB6 on Windows 10. Sure I know it is not supported, but ever since I started using Windows 7 (or perhaps even Vista), it has been cumbersome to debug because part of the watch window simply...
View ArticleVS 2019 CopyFile over VPN failing
Hi there, I have an application that copies files from our in office server to our in office client machines using: vb Code: My.Computer.FileSystem.CopyFile() This has been working fine, due to COVID...
View ArticleExcel2019 rounds/truncates Data from macro
Hi Folks, something weird: Excel2019-64Bit on Win10Pro-64Bit Via macro i pull data from a database and transfer it to a worksheet. This macro has worked for years in production. Since i've been...
View ArticleVB6 - DIB's: how get and change alpha color element?
these tutorial is for learn using DIB's: https://tannerhelland.com/2008/06/18...ramming-3.html heres the others sequencial links for the Graphics: https://tannerhelland.com/2008/06/18...ramming-1.html...
View Article