how to fix windows + v not working on a windows asus vivobook
I've tried restarting my computer and the system and checking google but nothing seems to be working.
Developer technologies | VB
How to convert VB6 vbp file to a modern compiler
I have a VB6 application that needs to be upgraded to a newer version of VB, what is available to make the conversion?
Developer technologies | VB
How to draw pineapple ring and output it as bitmap
This is pineapple ring I wanted to draw using VB code: Imagine the background color is black. Each segment must be same size. The line color can be same for practice purpose. The final image have to output to bitmap file. For those who have no idea how…
Developer technologies | VB
Image Zooming in VB.NET with previously drawn graphics.
I'm using VB.NET to make a zoomable PictureBox using the Scroll Wheel. This code works fine when zooming in a static image. There is already an image inside the PictureBox (From…
Developer technologies | VB
Expression in RDLC row group to sort on other field
Hi Gurus, I have a rdlc report that has a group on one of the fields. I pass a parameter to the report which is used to specify sorting on another field but keeping the current grouping. Under Group Properties> Sorting I entered the following…
Developer technologies | VB
What is the correct way to add files to the Resources of a VB.net project
I have been having trouble getting wave files into the resources of this project. I tried to add the wave files by right clicking on 'Resources' in the Solution Explorer and selecting 'Add' and 'Existing Item' That added the files to the Resources list…
Developer technologies | VB
When creating an Outlook email through VBA in Excel, this now results in error 287; more specifically on getting a string value from .HTMLbody. This problem now appears when we moved to the 365 version. Any thoughts?
The goal is to create an email, using the contents of an Excel sheet. The email should contain the Outlook signature (text and pictures) of the user that is working with the Excel sheet at that time (that can vary). So first the signature is supposed to…
Developer technologies | VB
How do you use true transparency in .Net (VB)?
I have been trying to make a program in VB where several images need to be overlapped and dragged around the screen, I have tried using a PictureBox and a panel. However, when using a PNG with transparency, it does not seem to work correctly. It simply…
Developer technologies | VB
VBA: Saving Excel file does not work on Mac, if the destination is in local OneDrive folder
Summary: writing Excel workbook fails, if the destination is under OneDrive, only on Mac, and only if the destination file does not already exist. I have a test routine that reads and writes Excel files (see the end of the post). The source and…
Developer technologies | VB
VBA vs OneDrive: is it possible to use "Copy Link"s to work with files/folders?
VBA Word "Documents.Open" and "Document.SaveAs2" works with local files; but when OneDrive is present - they can also work with network path,…
Developer technologies | VB
VBA: Word Application.WindowSize event does not work on Mac
I have implemented Word Application.WindowSize event, according to…
Developer technologies | VB
Conflict in official documents
Hi Here mentioned: https://learn.microsoft.com/en-us/dotnet/desktop/winforms/high-dpi-support-in-windows-forms?view=netframeworkdesktop-4.8 In previous versions of the .NET Framework, you used the manifest to add high DPI support. This approach is no…
Developer technologies | VB
Why is a VB Project Running 3x Slower on Windows Server 2019 Compared to Windows Server 2008 R2?
I have a 64bit project, created using VS2022 and VB, which used to run on a Windows 2008 R2 server accessing a database on a different server. The project is now moving to run on a Windows 2019 Standard server, accessing that same database on the…
Developer technologies | VB
I can successfully connect to smtp.office365.com with OAuth and browse a mailbox but when I go to send mail I get a "Blocked" error
I can give the code to a colleague and he can run it and it works fine from his machine in India. I receive the colleague's email test fine to an outside mail server, which is a GoDaddy hosted email machine. But, when I try to run it I get this error…
Developer technologies | VB
How to save a worksheet as pdf into a SharePoint list and include the metadata at the same time
I have written vba that saves the current worksheet in excel as a pdf to a SharePoint document list. I would like to save the metadata for the list at the same time. The metadata exists in named cells in the excel worksheet. This is the vb code I am…
Developer technologies | VB
VB Anonymous Delegate
Hi My app has a new item when seen in IL DASM: VB$AnonymousDelegate_0 The older builds didn't have this; how can I find which code caused this entry to be added inside assembly that is shown in IL DASM? Thanks :)
Developer technologies | VB
VBA: Copy and Paste with a TextBox do not work on Mac
VBA for Word; but there is no coding involved. Create a UserForm. Add a TextBox. Run it. On Windows - you can Copy and Paste to/from the TextBox - vs the Clipboard. On MacOS - you cannot. (at least, it never worked for me - please post if it works for…
Developer technologies | VB
How do i install a click-once application from the browser
For many years I have been developing and updating an application in VB.Net using 'click-once' in VS. I have only been able to install it using FireFox. Recently (since about a week ago) I have been unable to install or upgrade the application. There…
Developer technologies | VB
How do I specify two different providerNames in VB project
I am using VS2022 and VB. I have a Windows Forms project that currently uses providerName=System.Data.sqlclient. I want to gradually move away from sqlclient to odbc, and my idea is to do it one Windows Form at a time as I will be able to Import the…
Developer technologies | VB
Developer Tenant blocked (AADSTS5000225) – Request new sandbox or unlink old tenant
Hello, my previous Microsoft 365 Developer Program tenant has been deactivated and shows error AADSTS5000225 when signing in. The “Set up E5 Developer Subscription” button no longer appears in my dashboard. Could you please unlink or reset my old tenant…