Category "vb.net"

VB.Net Public Property Return Blank Value

I'm New in Programming, i can't identify some bugs/error if the Application doesn't tell me where's the error is. So the case is i Code Public Property in purpo

vb.net - draw rectangle filled with white noise on a image

I use following code to draw a rectangle on a image: Dim gr As Graphics = Graphics.FromImage(augImage) Dim rect As New Rectangle(xposLabel, yposLabel, w, h)

I got an error on calculations with textbox vb.net

I try to do some calculation with textbox but i get error on the results the right result is 3700 = 4000 -300 but i get 3667 instead of 3700 i use this code Pr

implicit conversion from double to string vb.net

I try to run this code but iget the message implicit conversion from double to string vb.net i try different conversion but its the same Private Sub TxtRemis

Ambiguous because multiple kinds of members with this name exist in interface

this is the Interface: Namespace IBasBS100 Public Interface IBasBSMoedas <DispId(0)> <Obsolete("This method is obsolete. Use Actualiza(BasBE100.Bas

Hold the writing direction inside the circle

I draw lines that have a circle written inside the circle number 90. Now my problem is that the number 90 rotates with the rotation of the circle and becomes, f

Read line on Txt after specific text VB.NET

I have the following text on my notepad: Manufacture, a, b, c Manufacture, h, i, j Supplier, 7, 8, 9 Manufacture, x, y, z Supplier, 0,9,5 Then I have a form th

MVVM Bindings doesnt update with PropertyChanged

All my bindings are not updated and I don't understand why My Model is: Public Class TestModel Implements INotifyPropertyChanged Public Event PropertyC

I can't split field in CrystalReports

How to split the field Order_cos that contains "20225130012" to get just "0012" without "2022513" in CrystalReports? I use this code mid({Order_cos },9) but it

Grapecity Active reports - Print with Letter paper , contents gets cut off

I am using active reports with vb.net to generate my report. When the paper size is "Letter" and scale is "default", the contents on the right side of my page a

How to ng-repeat this table row and increase the ng-show row position value instead of hard coding the values

I am working on a feature which allows a user to create their own table. I'd like to refactor this code. So it creates a number of rows based on the max rows I

parse value from datagrid to button name

I'm building a form that has many buttons, all buttons do the same thing: add 1 every time they are clicked. Every pressed button is sent to a datagridview alo

I want to find UUID in my application. Code gives Problem

Following is my code to get UUID of my PC. I'm finding Error. Pls help me to resolve the errors. I'm getting Error on "ManagementObjectSearcher" & "Manageme

jQuery AJAX Not Returning Error Message with SQL Server

I'm testing jQuery AJAX to return data from a SQL Server table. In the AJAX call I have a failure function to show any potential errors in an alert box. However

Property Copying Between Two Objects using Reflection Recursive

I am trying to do a deep copy a source object's property values to the destination object's property of the same name. The problem I have run into is is that if

How to autoincrement version number for a stand alone VB Class Library? (VS 2022, .NET 6)

I'm trying to design a REST API Service and Client that shares a common library (set of public classes that the Service and Client both reference). This common

First column of GridView readonly unless new row

I have a GridView with various columns and rows pulled from a database. In the first column I have a dateEdit repository item. What I would like to do is have t

Unzipping error - Unexpected end - Using ZipArchive

I got the following Code: Dim ms = New MemoryStream() CustomReportVorlage.ExportToPdf(ms) Dim bt2 = ms.ToArray() Dim outStream = New MemoryStream()

Setting a User Group with an Array using Active Directory Domain Services VB.net

I am trying to figure out how to set Users to an array of groups with Data I pulled from another user. I am in the process of creating a User Creation GUI and I

Uploaded Image to Sharepoint using Graph API contains no Content (.NET)

I alreadey use the following method to upload files (docx, xlsx) to our sharepoint. Now i'm trying to upload images (png, jpg) to the same library. I don't get