Looking to make this macro Faster
Code: Sub STEP16() Dim wb1 As Workbook Dim ws1 As Worksheet Set wb1 = Workbooks.Open("C:\Users\WolfieeeStyle\Desktop\HotStocks\1.xls") Set ws1 = wb1.Worksheets.Item(1) With ws1 Range("O2").Select...
View Article[RESOLVED] Getting a compile error : stub or function not defined error in VB6
I am creating a sample VB6 application. I used WebKitX control to embed a browser into my app. Here is my sample code Private Sub WebKitXCEF31_OnBrowserReady() WebKitXCEF31.ExecCommandSetFocus = True...
View ArticleSQL - Query to return sum and 0 if no match is found
Hi I have a table (HOC) containing the list of some items. I need to check another table (DA ) against HOC and sum up the occurrences of items and if no item is found then return 0 for sum. My query:...
View Article[RESOLVED] Problem with Color.FromName
Hi, I've been trying to use... Code: Dim myColour As Color = Color.FromName(TextBox1.Text) ...to give a user a choice of colour for Form background or, for example, Pen color. I've run into a problem...
View ArticleExcel to HTML Text File - Formatting/Highlighting
Hello - I have a Microsoft Excel Workbook with VBA. I am using Microsoft Excel 2016. The VBA takes the information inputted onto one worksheet, creates an HTML text file, saves it to folder at a shared...
View ArticleRemove duplication in listview column
Hello VbForums Is there a way to remove duplication in a listviw column? thank you Attached Images
View ArticleMS Access form, adding an editable data grid or data table
Hi all. I haven't kept up with changes in Access, but I am trying to put an object on a form that lets me create a new record based on an existing record. I need it to be unbound because of the way the...
View ArticleHow to reset Send/Receive counter in network adapter?
Hi, I want to reset (make zero) network adapter send/receive counter. Which class and method can handle this? Attached Images
View ArticleHandles Clause on WithEvent
Hi all, I'm a long time programmer/developer but new to Visual Basic and the Visual Studio. I'm mainly an AS/400 RPG programmer, I just started working where I'll need to add Visual Basic to my...
View Articlevb.net Use a different WebBrowser1 base than IE-11 ?
Hello & Thanks ; vs2019 vb.net .vb ' (WebBrowser1) I am getting a lot of "Browser not supported anymore" msgs . Can a newer and/or different Browser-Base be used in vb.net ? Thanks for your Help...
View ArticleLooking to build a HTTP class but what should it be built off of?
The way I see it, there are 3 options here: WinHttp.WinHTTPRequest.5.1 - https://docs.microsoft.com/en-us/win...winhttprequest Microsoft.XMLHTTP - http://www.4guysfromrolla.com/webtech/110100-1.shtml...
View Article[RESOLVED] Remove duplication in listview column
Hello VbForums Is there a way to remove duplication in a listviw column? thank you Attached Images
View ArticleHow To Download Attachments From All Emails In An Outlook Folder
Hello, anyone who can point me to an article that I can read regarding this, please? All I'm seeing is VBA! :( Or maybe code snippets? I am using Outlook 365 and VS 2019. Thank you
View ArticleHow can i create a generic handler to get json response from api
How can i modify this generic hander to recieve json response from api. below is the json response sent by the api upon successfull transaction Code: {"status": "SUCCESSFUL", "msisdn": "256782123456",...
View Article[RESOLVED] System.drawing.pdb not loaded error when opening app from...
Hello All, I have an error in my application of System.Drawing.PDB not loaded when I reopen my application from minimized state. I'am doing all the drawing in a background thread and only invoke the...
View Articlehow to programatically use the gpedit.msc? or there is a command line version?
I am tryinging to configure the lanman (client side), in Windows 10 LTSC , the default is not to navigate in network directories anonymously (surelly for security reasons in a corporate environment),...
View Articlewe almost got the source to VB6
man how close is this, a hacker posted the source to WindowsXP... man I wish when he was in there he got the source code to vb6. we were so close, darn!...
View ArticleVS 2019 View files in folder based on button
Hey all pretty new at this. Situation I am in. I can already bring up list of files in a director. Issues I am trying to figure out is. Form 1 Button 1 - folder1 Button 2 - folder2 Button 3 - folder3...
View ArticleVS 2019 [RESOLVED] View files in folder based on button
Hey all pretty new at this. Situation I am in. I can already bring up list of files in a director. Issues I am trying to figure out is. Form 1 Button 1 - folder1 Button 2 - folder2 Button 3 - folder3...
View ArticleIntegration web application with local database
I made a web application and I want to integrate with a desktop app(which has its own local database), and what I did is i make api on my web application then i create cron job for the desktop to fetch...
View Article