8G ram question
I've had 16G ram in my machines for many years so I have no idea how Win 10 runs on 8 or 12G. My son is thinking about buying a new laptop and there is a big price jump from 8 to 16G machines. He only...
View ArticleChild to MDI form halts everything
Hi. I'm trying to load and put a form to an MDI parent. Whatever I try, the loading child form will halt the UI of the parent form. The main loading functions are on the frmchild.show() aka...
View ArticleHow to code to run VB6 app without needing "run as administrator" in Win 7
Hello everyone, I developed a simple app using VB6, on Win 10 machine. This is intended to be a completely portable application without any dependencies and run on any Windows machine. My app needs...
View ArticleVS 2019 short codes to show specific text in textboxes
I have used a simple elseif statement to check when the TextChanged event is fired for my textbox, it checks to see if the text value matches a certain set of characters typed in by the user and...
View Article[RESOLVED] How to code to run VB6 app without needing "run as administrator"...
Hello everyone, I developed a simple app using VB6, on Win 10 machine. This is intended to be a completely portable application without any dependencies and run on any Windows machine. My app needs...
View ArticleVery complicated but perhaps possible!
hello vbforums I have a very complicated query I'm asking experts if it is possible to run this query. This is my table Attachment 180822 As shown in table the record has a debt of 60 + 10 + 20 = 90 E...
View ArticleDownloading file via HTTP
Good evening, In VB6 I was uploading files to my server using ftp. I learned here that it was easyer and faster to upload via http and it works fine. I'm also dowloading files from my server using...
View ArticleTitle Bars and Window Borders
Title Bars and Window Borders color can be changed via Windows settings. This changes all of the Title Bars and Window Borders to that 1 color. I am wanting to change the Title Bar and Window Border to...
View ArticleTransparent Control By Multiple transparent windows form
Multiple transparent windows form a transparent program How do you switch between multiple windows without changing the focus of the form?If you have five windows with similar layers and click and...
View ArticleTransparent Activex Control,WS_EX_LAYERED on child controls
Starting from Window 8, WS_EX_LAYERED can be used for child controls. Method: A manifest file is required, and at least Window 8 compatibility is specified (sub-layering only supports starting from...
View ArticleHow to link between parent and child in visual basic 2019 form ?
Dear All I want to link between Parent Form with controls and Child Form as a data grid view , I made the SQL connections, the problem is when I navigate the parent form the child form does not...
View ArticleHOW TO Get ALL Child Controls on UserControl_vb6
usercontrol name:MyOcx.ctl Controlcontainer=true my code is err: Code: Private Sub UserControl_Show() Dim obj As Control Dim ID As Long For Each obj In UserControl.Parent If obj.Container = Me...
View ArticleVS 2015 vb.net memory goes up when pictures are changing in slide show
if someone could direct me in the right direction because im noticing my memory goes up with time as pictures are changing. vb.net Code: Public Class frmSecondaryDisplay Private imageFiles() As...
View ArticleVB6 UserControl-Transparency Container
'TransparencyOcx(Transparent container) 'Like PictureBox(NOT for Set Picture),Can Put Controls on it 'Don't Remove Area() Control change code in sub ShowAllChildArea: Code: Sub ShowAllChildArea() Dim...
View ArticleTransparent text Box by CreateWindowEx(edit)
How to Transparent text Box by CreateWindowEx(edit)? .BackgroundBrush = CreatePatternBrush(Form1.Image1.Picture.Handle) 'IT'S good CODE FROM HERE YOU GUYS MUST BE SMARTER THAN THIS...-VBForums...
View ArticleMsgbox With Picture
how to change use TRANSPARENT color? GetStockObject(HOLLOW_BRUSH)? SubMsgBox = CreatePatternBrush(Form1.Picture.Handle) form1.frm Code: Option Explicit Private Sub Form_Load() Me.Picture =...
View ArticleMySimpleProjects
6 small apps from my in progress program folder. In various stages of completion , but generally working. Attached Files My Projects.zip (95.9 KB)
View ArticleVB6 Transparent Textbox By API(WM_CTLCOLOREDIT)
How to use API to set text to transparent and accept cursor in vb Code: '在窗体Form代码中,把以下代码复制进去: 'IN FORM1 Private Sub Form_Load() makeTransparentTextbox Text1 'Text1 '是需要透明的文本框 End Sub 'BAS FILE: APIs...
View ArticleCrossword Generator?
Anyone know of a crossword generator written in VB6? Ya know, given a list of words, create the puzzle?
View Article