Send Picture
Attached is a Remote Picture Viewer. It is designed to allow you to post pictures to a remote computer. The Receiver is essentially the Picture Viewer here:...
View Articlecan't get control properties when referencing the control by string
Hi all. Backdrop: I have an Access form with numerous labels (Label, Label102, Label103, etc.) In code, to make them easier to work with, I set up a number of label arrays and grouped the form's labels...
View Article[RESOLVED] Question: Forum/mattermost/Facebook - Why aren't we out there?
This forum is a good place to request help but forgive me if I'm wrong, we don't seem to push our presence anywhere else. I don't see a thriving VBForums VB6 Facebook page nor do we maintain a...
View Article[RESOLVED] Get 2 errors Error 1-BC30057 Too many arguments &...
Hello Getting 2 Errors 1st one Error BC30057 Too many arguments to 'Function CountIf(Arg1 As Range, Arg2 As Object) As Double'. before the Build 2nd One System.MissingMemberException: 'Public member...
View ArticleWM_CONTEXTMENU vs. RichTextBox and InkEdit
I was fiddling with Windows SpellCheck in InkEdit controls, and I ran into trouble with having both right-click SpellCheck correction and "normal" editing menus (cut, paste, bold, etc.) work for the...
View Article4.0 How do I update the Keys in the app.config file at runtime ?
I found some code examples that update the keys in the app.config file when running without error and not updating, why the code does not update, see my code file app.config Code: <?xml...
View ArticleLeft join access Table and Sql Table
Hello I try to create a left join between an access table and sql table and display the result in dataview Final result: Nopiece Qte_Bom Supplier This is my code: Code: Private Sub Button1_Click(sender...
View ArticleVS 2017 Modify System Registry Values
Hello: I have come code that reads and changes the system registry values. I am baffled. We have two values that need to change, located in the following two places. Code:...
View ArticleAny better method to incorporate particular Range from Excel Sheet to ListView
Hello Would like to have some guidance as to which method to adopt for incorporating particular Range from Excel Sheet to Listview. Is It that i need to create new data table for range of colums and...
View ArticleVS 2017 Starting a Service Syntax
Hello: In looking at this, I want to set a service to run. I see nothing in this reference for the correct object syntax options. https://docs.microsoft.com/en-us/dot...System_Object_ I have this code,...
View Article[RESOLVED] Is it possible to get Time from the Internet with VB?
I'm looking to confirm / get the current time from the internet, don't need anything supper accurate just looking to see if computers running some older VB code haven't had there date & time changed.
View ArticleSplitting a large string while adding it to a listview?
Hello, I am looking for guidance on how to Split up this large string, while also adding it to my listview....
View ArticleVB / CDO Email Attachment Link
Sending VB CDO emails with attachments that have a custom file association. Opening the attachment automatically launches a VB program which opens and reads the attachment. My question is that when...
View Articlewhy I still receiving Null when calling GetManifestResourceStream?
Hi, I have files in the Resources folder and I have set the Build Action to Embedded Resource, why I still receiving Null when calling GetManifestResourceStream? Code: var assembly =...
View Articleleandroascierto.com -> define('DISALLOW_FILE_EDIT', true);...
G'Day I do not know any other site that Leandro uses to post this, so if it is in the wrong 'Category' admins pls. move I check the site http://leandroascierto.com/ usually weekly and now I'm getting...
View ArticleError 91 VBscript parsing html text to excel
I tried to simulate a VB Script from this forum: Search a website with Excel data to extract results and then loop I got an error on this line: URL_Get_ABN_Query = entityRange.Offset(0, 1).Value2 the...
View ArticleCustom user control with custom proprety and event
Hello, I'm trying to build a control: it have 6 mybuttons(they are buttons from a custom theme with a proprety called pressed that change the color of the button when=true). I want to use it to get the...
View ArticleJScript vs Javascript - error in wsf compilation of Tau-Prolog
Hi, I'm trying to test the compilation - without actually running any of it - of the tau-prolog module, inside of a wsf container. The code so far is Code: <package> <job id="test">...
View Article[RESOLVED] richtexbox get row and column on click event
How to print in label1 the current position of cursor in a filled richtextbox, similar wordpad label1="col" & cl & "-" & "row" & rw
View ArticleVS 2019 How to run a jar file?
I am trying to run a jar file with a target using: Shell("java - jar {path1}File.jar {path2}TargetFile") From a command prompt, when I run {path1}File.jar {path2}TargetFile it works. However in Visual...
View Article