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
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 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
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
this is the Interface: Namespace IBasBS100 Public Interface IBasBSMoedas <DispId(0)> <Obsolete("This method is obsolete. Use Actualiza(BasBE100.Bas
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
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
All my bindings are not updated and I don't understand why My Model is: Public Class TestModel Implements INotifyPropertyChanged Public Event PropertyC
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
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
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
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
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
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
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
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
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
I got the following Code: Dim ms = New MemoryStream() CustomReportVorlage.ExportToPdf(ms) Dim bt2 = ms.ToArray() Dim outStream = New MemoryStream()
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
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