is there other Copymemory faster than WinAPI ?
Hi ALL~ the floowing code work in WinXP , but crash in Win7 is there other Copymemory faster than WinAPI ? Code: 'https://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=49798&lngWId=1...
View ArticleAbout RC6.Win10Theme
Since RC5/RC6.Widgets only have Win7Theme, I have been reluctant to use RC5/RC6.Widgets. I'd like to know when RC6 could provide Win10Theme and whether there is an approximate release date. Thanks.
View ArticlePaintPicture method tutorial
Due to the fact that many do not understand the work of the PaintPicture method very well, I made a tutorial. As it turned out, I myself misunderstood some of the methods. Various methods are...
View ArticleVS 2019 [RESOLVED] DateTime.Now.Substract
I index files using a BackgroundWorker. When finished I want to display the time the process lasted. Even when indexing takes less then one minute I get a time like: 63754024013,3167 sec. Code:...
View ArticleGet number of PC's using an exe file on the LAN
Hi. Using visual basic on VS2017. I am trying to find out how many pc's on the LAN are currently using an app. The app exe file is called FiF.exe. I have tried the following code just to try and see...
View ArticleMultiple Interface Variants
That subject line sucks, but I couldn't think of a good one, as the question is a bit odd. In VB, you can do this: Code: Interface ITestReadOnly ReadOnly Property MyProperty As Boolean End...
View ArticleVBA Function returns 0
Hello: I am trying to run a function in VBA for Excel, as shown below. Code: Public Function ExtractNumeric(ByVal n As String) As Integer ' Assumes numeric portion is at the beginning Dim c As...
View Article[RESOLVED] Multiple Interface Variants
That subject line sucks, but I couldn't think of a good one, as the question is a bit odd. In VB, you can do this: Code: Interface ITestReadOnly ReadOnly Property MyProperty As Boolean End...
View ArticleCannot debug 'Subscription out of range error'
Hi I am writing a VBA code for getting data from different workbooks and combining them in a single one. However, I am getting the 'Subscription out of range error' in the bold line of code below. I...
View ArticleVS 2019 Printdocument doesn't print icon
I am trying to use Printdocument to print the content of my Listview1. The first column is an image 16x16. The code recognize the .ImageIndex but the "Icon" column (first column) stays empty. Code:...
View ArticleSet combo text to other than item text
This is an API-created ComboBoxEx. When I change the combo selection through code, this isn't a problem, I set the text after the change and it stays. But when the selection changes through clicking...
View ArticleDelete all records in a table
Hey people. In a bit over my head here. I've got a SQL server up and running. I can open record sets, step through records, etc. So that part is working. But I can't seem to get the .execute function...
View ArticleBlank vertical scroll bar after Windows 10 update
My Windows 10 PC updated itself last night and today my VB6 apps that use the vertical scroll bar control, now show the vertical scroll bar as blank. They dont have the up or down arrows or the scroll...
View ArticleCheck Combobox selection for Duplicates
Hello All, I have 4 combo boxes with COMM Ports to allow user to select what comm port to use to connect an instrument. Upon Clicking the Apply Button, I want to check and see that there are no...
View Articleextracting integers from a text file and totalling them up
hi all just struggling on best way to do this this is contents of my richtextbox 15/04/2021 Job Total Income £300 Job Description ngdhghghghhg Wages Paid £120 Expenses £50 Tax £26 15/04/2021 Job Total...
View ArticleVS 2019 Changing the height of a textbox with a button - Windows Form...
Hello, very new to programming as a whole - how do I change the height of a text box with a button? The project I'm working on has a main textbox which is covers a search bar (and a smaller text box)...
View ArticleVS 2019 Converting application from MS Access to SQLite database
I have been using MS Access as the back-end database for all my VB.NET projects and now I'd like to convert one of those projects to use SQLite as its back-end database. I found an on-line tool that...
View ArticleVS 2017 Need Help With Importing .CSV Files
Hey everyone it has been a while but I am in need of some help/advice. I am trying to make a manager program for business leads. I had some help on a load sub for a program I had been working on but...
View ArticleVS 2019 Printing the contents of a specific control
Hello, I have used PrintDocument Class to print my entire form before, is there a way to print just specific controls, instead of the entire form? thanks J
View ArticleMaking a (druglord alternative) game in Visual Basic 6.0 [source code included]
Hello and welcome me to this nice forum. I made game in vb 6.0 and a video for it. If you don't understand my lousy accent just enable the subtitles. Download the source code here...
View Article