Transparent 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 ArticleCommunicate two executables through the console
Hello, I am using a code that calls a console executable with command lines, reads its data and tells me when it ends, fragments of the code that I use so that you have an idea Code: ' Call this sub to...
View ArticleDesigner code page corruption
VB.Net project has one form that has been working for months. The color scheme in use had to be changed. This was done through VS 2019 and the properties of the controls. After server controls had been...
View ArticleMultiple dynamic tables VBA
I am a beginner when it comes to VBA. I want to create as many dynamic table as a given value X. The tables should be created one near the other. Each row of the table should have at least a cell with...
View ArticleVS 2017 Call GET async - ASP.NET
Hi, I do an asp.net page where I will display products through JSON. I searched on Web and i found these implementation: Code: Public Class RequestState Public Property BufferSize As Integer...
View ArticleAccess the VBIDE library without add-ins
I recently had to document the methods of a vast class module. Means I wanted the names of all public functions listed in the module itself in a special procedure to give the opportunity to call them...
View ArticlewebBrowser Control Transparent
WPF ChromiumWebBrowser,Web Page Background Transparency HTML Code: <style> html, body { margin: 0px; height: 100%; width: 100%; overflow:...
View ArticleWebView2 .CoreWebView2.NavigateToString( Results in an error about {"Object...
WebView2 .CoreWebView2.NavigateToString( Results in an error about {"Object reference not set to an instance of an object."} How can I use this method without first navigating somewhere on the web? Is...
View ArticleQuestion: How to pack files xml with the format TAR in Visual Basic 6??
Hello :) I have the problem of packing multiple XML files with TAR format. I am using the language Visual Basic 6, with which I create from one to less than 500 XML files, to later want to pack them...
View Article