CommonDialog license not found.
Hi friends. So far I have been able to work well with VB6 and Windows 10, but today when I enter my Visual Basic programs it gives an error that tells me to read the log file, the log file says: "Line...
View ArticleSend Email
Sorry but I have a new thread for a similar problem. Can anyone see why this code will not send email. Outlook mail pops up and the attachment is there but when I send it, it doesn't show up in...
View ArticleHow to disable user's browser back-button after they logged-out?
Hi, I use ASP MVC Net Core 3.1, I am expecting to disable the browser back button after the user logged out, my Logout code is below, it goes there but the user's back button still functioning, how to...
View Article[RESOLVED] Send Email
Sorry but I have a new thread for a similar problem. Can anyone see why this code will not send email. Outlook mail pops up and the attachment is there but when I send it, it doesn't show up in...
View Articlerun time error "70" in visual basic
hi dear I use the following code in Microsoft Visual Basic Dim cop As New Filesystem Object cop.CopyFile "C:\DataFile.ini", "D:\tftpd" run time error 70 ,permission denied is declared when the program...
View Article5.0 Extract images from excel
Hello, I have an excel sheet with over 100 images in the second column. I wrote a consol app to retrieve and save images on a local folder however the Workheet.Pictures collection appears to be empty...
View ArticleCalculator written in VB gives wrong numbers
Hello This is my first post on this forum. I registered here to ask i someone knows the solution for such a problem: I have a small Air volume Calculator that calculated speed of air (exe file without...
View ArticleLeveling Ground
Serious question here. I know it's a lot to ask in Chit Chat, but I'm taking my chances. I purchased a home 2 years ago that was built in 1962 just outside of the town. A side effect of this was that...
View Article[VB6] import modern controls in vb6
Is there any way to system controls and buttons without using the COMDLG.dll defaults which are standard vb6 controls and make modern picturebox, modern buttons, of course there is language limitation...
View ArticleVB6 cannot show Windows private characters.
I made a private character on windows with eucedit and pasted it into visual studio of visual basic 6, but it returns a question mark (?) is there any way to make it be displayed normally or is it not...
View ArticleVS 2008 Getting Data from a Json array
Hi Everyone, I hope someone can explain something for me I have the following JSON data that is sent from my supplier Code: { "balances": { "currency": "GBP", "issuerTotals": {},...
View ArticleVb6: check if textbox is free from more than one specific word
how to check if textbox is free from more than one specific word for example" if text1 does not contain these words (demo test trial) i have this code but i dont wana use it, i dont wana use something...
View Article[RESOLVED] Vb6: check if textbox is free from more than one specific word
how to check if textbox is free from more than one specific word for example" if text1 does not contain these words (demo test trial) i have this code but i dont wana use it, i dont wana use something...
View ArticleCopyMemory ByVal\ByRef confusion
Here is this simple StrFromPtr function to get a string from its pointer: Code: Declare Sub CopyMemory Lib "kernel32" Alias "RtlMoveMemory" _ (Destination As Any, Source As Any, ByVal Length As Long)...
View ArticleChanging a field length and its values in VB.NET
Hi all. :wave: Consider a field of variables like below: Code: Private Sendcmd() As Byte Public Sub New() InitializeComponent() End Sub There is a NumericUpDown control (called...
View Article[VB6] How? DRAG and DROP List Items to Rearrange
It's been a zillion years since I started up my VB6 IDE. I'm even more amazed that there is still a lot of activity being posted on it. Yippee! One of my old VB6 applications needs some modifications...
View ArticleThe best code to colorize black and white photos
I contacted the Developer of IrfanView asking him if it was possible to add a new feature (colorizing black and white pictures) to one of the upcoming new releases of IrfanView. He responded by asking...
View ArticlePicture
Quite some time ago I wrote a program that included a PictureBox. In the IDE, entered the picture location and name in the Picture Property. How di I now get the path and name of that picture? Thanks
View ArticleHelp with basic formula from Excel to VB 6
In Excel I'm using this formula: Range("C10").Value = "=If(N10 = "","",N9)". I just can't figure it out as to how to do the same thing is VB6. In VB6 it should read something like this: Text20.text =...
View Article[RESOLVED] Excel formula to VB.NET
Hi I have an Excel sheet that I want to transfer to a standalone application. The goal of the sheet is to determine which groups on the server we need to merge to ensure that there are sufficient...
View Article