Any 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 ArticleMsOf10 Can't delete blank columns
I have a worksheet with data in columns 'A' to 'BD' and rows 1 to 6776, however when I press ctrl+end I'm taken to ASD6776. In an attempt to get rid of all columns to the right of BD I Selected column...
View ArticleRacial tensions solved
Our federal government solution - create a federal holiday in honor of the end of slavery. Nothing that addresses any of the issues. It seems the people in power have no desire for change. That being...
View ArticlePaint filling/drawing on an Access form?
Hi all. I'm still working on an Access form app (the only thing I have access to in my office). I'm wondering if anybody has ever drawn on an Access form, either on the form itself or on a control. In...
View Article[RESOLVED] Problem Adding User to Role
In SQL Server Express something (I forget which version, but something fairly recent, like 2017, if that's possible), I'm trying to write a script to add users and assign some roles to them. Adding the...
View Articleopen source assembly language
is there any language made in open source assembly and fast script development? where I just put my script files and the assembly interpreter point them and do it.
View ArticleMsOf10 [RESOLVED] Can't delete blank columns
I have a worksheet with data in columns 'A' to 'BD' and rows 1 to 6776, however when I press ctrl+end I'm taken to ASD6776. In an attempt to get rid of all columns to the right of BD I Selected column...
View Articleread content in richtexbox line by line and save in c:\mydir\test.txt
read content in richtexbox line by line and save in c:\mydir\test.txt ???? Instead other way are welcome. in effect i need to print all lines from richtexbox and insert in txt.
View ArticleChart problems
I use charts for showing acquired signals. If i want to show y coordinates, i use this software: Private Sub Chart1_MouseMove(sender As Object, e As MouseEventArgs) Handles Chart1.MouseMove Dim pos,...
View Article