Communicate 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 ArticleVS 2019 Creating pdf from gridview with selected rows with Turkish characters
Hello guys, I am trying to create pdf with itextsharp. I have some results but none of them is not suitable for me. First I wants to explained what I tried. my first trail is in below Code: Protected...
View ArticleMaking Picturebox transparent,Set Alpha Channel Image
Making Picturebox transparent(support PNG alpha) https://forums.codeguru.com/showthre...ox-transparent Quote: Originally Posted by The trick https://www.vbforums.com/showthread....child-controls My...
View ArticleVS 2019 ∞ in console with Server 2019?
Ok ... so in a command prompt: Code: c:\>echo ∞ ∞ ...as expected in both Windows 10 and Server 2019 but for some reason when I go (and enter "∞" for the readline): VB.Net Code: Dim Data =...
View ArticleClose a child form of MDI Form on Load
Hi. I'm on a tricky situation here. I need to close a child form of MDI, if the form has an error when Loading. Apparently this cannot be done inside the Load event of the child form ( as me.close() )....
View ArticleStitching pictures
I have an application which requires me to stitch Google Earth maps together in a type of shifting map process and zoom them to various zoom factors. My users wil click on an area or point of interest...
View ArticleVS 2019 Insert new line afer typing certain number of characters in multiline...
Hello, I would like to automatically insert a new line (vbCrlf) after user types in 30 characters in each line of a multiline textbox, what is the best way to do this? thanks for you help. J
View ArticleTreeview selecting the added node
I am bootstrapping myself up on using the Treeview control in VB. I have a quick question, after adding a child node using the following : Code:...
View ArticleHow to Get Hdc From Picture1.Hwnd,How to Do Picture1.Cls by Api
BitBlt Picture1.Hdc, 0, 0, W, H, GetDc(picture1.hwnd) Dim MyDc As Long MyDc = GetWindowDC(Picture1.Hwnd) '得到dc why Picture1.Hdc<>mydc?,can't BitBlt How to Do these by Api: Code: Picture1.Cls...
View Articlevb6 Transparent Control by BitBlt,Transparent Picturebox
vb6 Transparent Control by BitBlt,Transparent Picturebox in form1 Code: TransparentWithHdc Picture1.hwnd, Picture1.Hdc in bas file: Code: Public Declare Function ReleaseCapture Lib "user32" () As Long...
View Article[RESOLVED] Treeview selecting the added node
I am bootstrapping myself up on using the Treeview control in VB. I have a quick question, after adding a child node using the following : Code:...
View ArticleWhich Laptop is best to buy in India ?
Hello! I am planning to buy a laptop with the following features: RAM - 8 GB 14"-15" full Hd display inbuilt graphic card 1 TB - hard drive latest generation intel processor OS - Windows Can any one...
View ArticleTransparent Png Control by vb6
PngBall2.AutoSize = False Call PngBall2.LoadPng("", "GLOBE", "PNG") PngBall1.LoadPng ("01Alpha_Png.png") GetWindowRect disables the display zoom (right-click of the program) when the GetWindowRect is...
View Article