align text in listbox
i need to show in listbox: azienda rossi ----------------------------------------------------- test1 price 28,00 euro test2 price 15,00 euro test3 price 5,00 euro ......
View ArticleImporting External dll to a project
Hello, I have added some external DLL files to my project following the method shown in the following figures: Everything works fine for me as the DLL files are locally stored on my computer and...
View Article5.0 NET 5.0 got DllImport CS0246 error
First touch NET 5.0, but I got CS0246 error, don't know what is the reason. Refer to screenshot. Attached Images
View ArticleVS 2010 Score Board
Your program will record scores from each game in the tournament and calculate which two teams qualify for the finals. In each game, the winning team receives 3 points and the losing team 0 points. If...
View Article[RESOLVED] String tail is 1 byte or 2 byte ?
Hi ~ all example dim s as string s = "AAA" (1) memory = 65,0, 65,0, 65,0, 0 ( not contain head length = 3) (2) memory = 65,0, 65,0, 65,0, 0, 0 ( not contain head length = 3) (1) (2) what is right ?
View ArticleUSB story 2 - The return.
I have an HP w10 laptop core i3 10th gen fully updated. It was on sleep mode and when I opened it I saw a blue screen. I rebooted and again blue screen. I had a USB plugged in, so I removed it and...
View ArticleLimit TextBox Entry to Specific Characters
I have a textbox in which text is supposed to be entered by the user in the form num+num+num+num (ie I want to restrict user entries to numeric values and the "+" character) I have it working for the...
View ArticleIonic - Cordova - Angular Monorepo
I am using Ionic and Cordova in an Angular monorepo (boy is that a mouthful). The project is structured such that there are two projects, one is an Angular library named Shared whereas the other is an...
View ArticleGraphics Draw - canvas size
I currently have the following code that prints out the contents of a datagrid. The e.graphics.drawstring actually writes the text 'on the canvas' . what i am trying to establish is :- a) is the canvas...
View ArticleVS 2019 Calling form an then return to the first
My internet searches gave no results. I semplify the problem. I have a little app with two forms. On the first there are a textbox and a button which I use for calling the second form, after entering...
View ArticleUser wants to changes the selected file in openfiledialog
Hello guys i'm trying to make a code that asks the user to choose a file dialog then download its worksheets into a combobox. the problem is that if the user didn't choose the right file dialog and...
View ArticleWhy is my subroutine not being called ?
Hi, I have to re-write an application that's been running for years because it takes as its input text that I've copied from a website, the particular website has recently changed the format with which...
View Articleazure remote debugging error
i m working on identity server .and i m facing below error Unable to find a process called w3wp with arguments "LabtasksIdentityServer. The process may still be starting, please try again. can any one...
View ArticleStrange Boolean behaviour, not True and not False
The boolean seems to be (True AND False) or (NOT True and NOT False). I am trying to understand wat is going on here. Can someone explain? Code: Private Sub Test() Dim blnTest As Boolean Dim s1...
View Article[RESOLVED] Font definition
I currently have the following code (that works) and defines which ever font I un comment. All works well, however the as the font name has to be in quotes, the editor does not validate its contents...
View Articleftp upload,download by vb6,How many ways are there?
by winnet.dll,I successfully logged in when I uploaded to the network disk,(nas) but the upload failed. I think it may be caused by active mode and passive mode. Microsoft's use of API upload method,...
View ArticleProblem displaying a second Form
Here is a toy program that illustrates my question: Code: Public Class Form1 Sub Form1_Load() Handles Me.Load Dim form2In As String = "" Form2.Show() 'How do I wait for user...
View ArticleclsFTP for vb6
Code: Option Explicit Dim bSuccess As Boolean Dim sError As String Dim WithEvents cFTP As clsFTP Private Sub cFTP_FileTransferProgress(ByVal ForUpload As Boolean, lCurrentBytes As Long, lTotalBytes...
View Articlehow to connect to hosted MS Access database @ godaddy
Hi! We have an old website developed in classic ASP on a shared hosting plan @ Godaddy that uses an access database which is stored in a folder \access_db. The website attracts very low traffic and a...
View Article