Content
Trying to Rescale images remotely in word from excel macro
For my company one of the processes is copying graphs from an Excel spreadsheet and pasting them into a word document. However, these graphs are pasted slightly too big and need to be descaled to 80% their original size. I'm trying to write a macro in…


Run .vbs file
Hi! I don't know about scripting in vbs. Here in the environment we have a 2008 Standard R2 server with scheduling that executes a .bat file with: cscript file.vbs Everything works normally. But I need to migrate this server to a 2016 and when testing…


RAID Volumes and RAID Levels (if any) with PS or VB.net
Hi, Is it possible to know if the disk has RAID configuration or not. If RAID is configured, the information of the RAID volumes using VB.Net or PowerShell? This is what I have checked so far, but not desired results: …
Outlook- Email to Task in a Specified Task List within To Do
Hello Thank you for taking the time to read this. I followed this article here [https://www.slipstick.com/outlook/rules/create-task-email-rule/ Brilliant and works well - I reached out to the author but I was unsuccessful. Essentially the rule in Outlook…


VB.NET Winform HttpWebRequest / XmlDocument Error: The remote server returned an error: (403) Forbidden.
So the below code works on my home network but at work .NET application gets a 403 Forbidden. I believe ZScaler firewall is blocking traffic, but I can view XML via browser without issue just not in a .NET application. I have read that it's trying to…
How to read a file from external server
Hi I want to read csv file from the following URL (display only rider name) [http://www.votrecourse.com/medias/xml/?C=M;O=D/] file name = timetrial.csv pls help me in this.


A library unregistered error occurred when calling the vbs sound library
Error 8002801D Library not registered Triggered when calling the vbs sound library


Can I use Visual Basic.net in V.S. Community 2022 tu build asp.net web applications
Hi all, I install V.S. Community 2022 on my desktop PC but I do not found the possibility to build an ASP.NET web application with VB.NET (only C#) Is it possible add this language to the installation? Thank you for the answer...


Exporting Text File using VB. net
Good day, I would like to ask on how to arrange the exported text file. Below, I have the code using vb. net and the result of file exported. Dim writer As New StreamWriter("D:\PDAexport.txt") For i As Integer = 0 To…


How to read xml file from URL using vb.net
Hi I want to read xml file from following url and bind only <riders> name with listbox http://www.votrecourse.com/medias/xml/Sharjah_Tour_2023_2023_Partant.xml Please help me


How can I automatically enter total e-mail word count into text fo e-mail?
I would like to have the total word count of an e-mail be automatically listed at the top (or better yet subject) of an e-mail. Trying to let readers of e-mail know how long in words the e-mail is. Thanks


how to read csv file from url
Hi I want to read csv file from the following URL and bind with DataGrid http://www.votrecourse.com/medias/xml/?C=M;O=D/timetrial.csv" pls help me in this


How do I modify this jQuery to allow for more controls?
Greetings again mates. I have been trying quite unsuccessfully for the last three days to try to figure out how to dynamically add rows based on selecting DropDownList values. There are quite a good number of examples on how to do this by clicking a…
I am trying to cast a type into an interface and have some problems with it
Hi guys! I have the following code snippet that I'm currently trying to reason about. It looks a bit constructed but contains all important assets of the actual code, so please bear with me here :) Interface ISpark Function Swing() As Double End…


Can NativeWindow be used for a window whose handle isn't exposed by a Form or Control in the current WinForms app?
WHAT I HAVE: Visual Basic 2019, WinForms, .NET Framework 4 and up MY ISSUE: I wonder if a NativeWindow instance can be assigned the handle for a window that isn't exposed by one of the current WinForms app's forms or controls so that it can catch such a…


i tring to read an excel cells
i am trying to read excel cell but always appear this: System.MissingMemberException: 'Public member 'Value' on type 'Range' not found.' how can i fix it, i tried whith option Strict off and nothing here is the program: Option Strict Off Option Infer…


using mouse click and shift key in visual basic to select a range of items in a list box: selected index does not change
I am updating a VB6 application to visual basic 2022. The application has a list box with data entries. I want to emulate the Explorer behavior of clicking on an item, then pressing shift and clicking on another item to select the range to copy it to…


The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine
I am unable to get beyond this error when trying to add a Microsoft Access database (.accdb) as a data source in Visual Studio 2019. I’ve tried to add this data source to a Visual Basic and C# program with the same results. I’ve followed guidance I’ve…


Convert uris to links in html page
Hi, I have a very simple/basic html which has some uris inside, like this: <p>some text http://www.msn.com the rest</p> Need to convert the uris to links like this: http://www.msn.com/abc to: <a…


comment envoyer un mail avec le code VB.NET 2015 via le serveur smtp.gmail.com
en fait voici mon code d'envoie de mail quand je l'exécute je reçois le message " le serveur STPM requiert une connexion sécurisé ou le client n'était pas authentifié. la réponse du serveur était : 5.7.0 Authentification Required. Learn more…

