Add image to PictureBox to Word?
Hi all! I've a doubt, I insert an image from vb to Word using Code: objWord.Selection.InlineShapes.AddPicture("Path_To_image\test.jpg") Is possible insert the image from a picturebox? I created a QR in...
View ArticleCan't Access Properties Of Declared Instance Of A Class
Hi Guys, I have run into an odd situation that I can't seem to make sense of. I have a solution consisting of two projects, Project 1 is my DAL. This project contains 1 class module and contains...
View Articleproblem add tex from excel t in image file
Dear All Master, I'm using the exceldatareader library version 2, the problem is that the text in the image file is only the last value. I want to match image file path in existing row in excel. I also...
View ArticleDataSet or Data Table
is it more efficient to to have a dataset containing multiple tables or create multiple datasets, each one containing only one table (believe that this is a data table) ? If it makes a difference the...
View Article[RESOLVED] XMLHTTP GET, passing API parameters
Hi When accessing a Web API using http(s) you can do it a couple of ways i gather, the simplest way is to just put a URL with all the parameters and send it. The other way im trying to achieve it is to...
View ArticleEdge Webview2 Automatic installation, detect the installed version
Code: Function CheckSetupOk() As Boolean 'It takes 10 seconds to check whether the edge runtime component is installed successfully. Is there a faster method? Dim WV As cWebView2 Set WV =...
View ArticleCheck if it is a 64-bit operating system
Code: Private Declare Function GetModuleHandle Lib _ "kernel32" Alias "GetModuleHandleA" ( _ ByVal lpModuleName As String) As Long Private Declare Function LoadLibrary Lib _...
View Articleupdating a query based on another table or tables
I use vbRichClietn5.dll for Sqlite. I just needed to update a table based on a condition met by a join to another table. Code: update T1 set A = T2.A from T1 inner join...
View ArticleShow Hourglass - or Wait Cursor
What's the command for Hourglass on /off please? I have Screen.MousePointer = vbHourglass But that does nothing. Thanks
View ArticleTo develop open soure solutions and yet earn handsomely!!!
We are in the process of developing a new tool that will allow a developer to build web applications visually! I have been researching extensively on Vuejs. While researching on this I found this...
View ArticleVS 2019 Numeric Up Down Autosize not changing size
I'm a very low-level amateur - sorry if this is really basic (pun intended). I have a numeric up down box that I wish to auto size the width, but autosize doesn't seem to do anything. Using VS...
View ArticleDrag'n Drop on windows 10 again
In a my application I would like to make drag'n drop work. On Windows XP everything works perfectly; while with Windows 10, I drag the icon of the file that I would like to open with my application...
View ArticleFast Ping (non-blocking)
Hi there, Could anyone help me with the Ping function? I wish to Ping my whole local network "fast" as possible. I tried with different API combinations like: inet_addr, GetRTTAndHopCount and...
View ArticleVB6 QUESTION: Methods for finding a memory leak.
I have a fairly large program where there appears to be a memory leak. If I run the program for a few days system memory is consumed to a point where the system runs short of memory and things start to...
View ArticlePlease Please help with this API : CertFindCertificateInStore
@dimsumZ, @Merrion, long time passed since this post was first posted (20 years actually...) Due to technical contraints, I am forced to use Excel and VBA. Trying to run the code you did, but when...
View Articledata source
i hope to be in the right forum section. Although I am old man i am novice with visual basic. If i open del Data Source Windows VB says : "This window is not supported for the selected project. For the...
View ArticleTowards a Native WebClient in VB6
Quote: Originally Posted by couttsj It has taken a while, but I have confirmed that Windows 8.1 does indeed support RC4. But with CNG, not CAPI. Attached is a test program that tests 3 of the 8...
View Article[RESOLVED] PictureBox.Line method to draw dotted line?
I'm simply trying to draw a simple horizontal line across a picturebox (pctChart) that is on a form (frmChart). Here is my code: Code: iDrawStyle = frmChart.pctChart.DrawStyle 'store current...
View Article[RESOLVED] TransparentBlt problem in Windows 10X64
This code works on Windows7X32: There are two PictureBoxes on the form Code: Option Explicit Private Declare Function TransparentBlt Lib "msimg32.dll" (ByVal hdc As Long, ByVal X As Long, ByVal Y As...
View ArticleSyntax Styles, Shortcuts and binding in VBA
I have a questions that i think have obvious answers but i just wanted to ask some of you guys here. I come accross every now and then someone who uses a convention in VBA syntax that almost looks like...
View Article