[RESOLVED] Directly call the classes in the .NET base lib (mscorlib.dll) in VB6
I often need to test some C#/VB.NET code in VB6. I'd like to know whether there is a way to directly call some classes in the .NET basic library (for example: mscorlib.dll or System.Runtime.dll) in...
View Article[RESOLVED] vb.net combine multiple text files
Hi All... I am using this code to combine text files. How can I add a carriage return after each file? I need this output: Code: Apple Banana Orange Not like this code is doing: Code: AppleBananaOrange...
View ArticleVS 2013 Error
Hi, I have a problem with syntax.... Code: Dim _i As Integer = 1 Controls("TextBox" & _i).Text = (ListBox1.Items(_i).ToString) 'Â Â this will not work. TextBox1.Text = (ListBox1.Items(_i +...
View ArticleHelp with Shell
Hello. I need to be able to receive the commands that another application sends me when I open the other .exe. For example. Update.exe Call Shell("aplication.exe /NOUPDATE", vbNormalFocus)...
View ArticleVS 2019 [RESOLVED] Where can I initialize an array that can be accessed from...
I have and array with several labels: Code: Dim Lbl_Car() As Label = {LBL_Car_1, Lbl_Car_2, Lbl_Car_3, Lbl_Car_4, Lbl_Car_5, Lbl_Car_6} I do this so I can loop through the labels and pull information...
View Articlevb6 Secure Websocket
Secure webSocket in Pure VB6 no external Libraries or ActiveX. Now wss://localhost:8088 is possible. Now Lengthy(char length more than 65536) messages possible. Thanks goes to : Vladimir...
View ArticleFetch time from database and schedule task in Azure at that perticular time
I am in need of a scheduler which can fetch the time from the database and run a particular piece of code every day at that particular time,i wonder if there is way to do it in Azure,please help
View Articlediscount value in list1 from column 3
Hi, I'm ontro I am making a small program I need to discount the value that I put in the text3.text and change it to selected value from list1 of column 3 in the program there are the following...
View ArticleVS 2010 [RESOLVED] Incremental generation is slow even for small values
Hi, I am currently using this code to generate sequential numbers separated by space. Numbers are small (starting from 254125, ending in 255124). Works perfectly apart from one big issue - generation...
View ArticleVS 2010 Insert same repeated characters among words
Hi, I have extracted some words with fixed length - Code: "liked years mouth click width exams forms genda coder codes table poorl poste franc repot derie cvang" and I want to insert some characters...
View ArticleSmoothed line with MSChart?
Can VB6 use the MSChart (MSChart20.ocx) control to plot curved (smoothed) lines? If so, what property specifies smoothing?
View ArticlePrinting vertical text on a device
I wish to rotate my text through 90 degress to write vertical upwards with the top of the text facing left. There are two links I have studied, and with both I am unable to understand how to change the...
View ArticleDrawWidth and DrawStyle could not be set?
I was working on a project, doing absolutely nothing related to the PictureBox controls, then all of a sudden that error pops up on load "Problems loading ctl see ctl.log for details" for a couple...
View ArticleIFileInuse
I am experimenting with the IFileInUse interface which allows you to know which application is currently using\locking a file. But before going any further, I have a couple of questions : 1- Will this...
View ArticleFaster Maths with LongLong / Floating numbers
I've some C code that I've converted to VB. I've been working on some precision Maths that require at least 18 decimal point precision. My way around it was to use VARIANTS and then VariantChangeTypeEx...
View Article[RESOLVED] 3031 'Not a valid password' when compiled, works in IDE
All of a sudden the main app I support cannot connect to a database when compiled (Access 2000 format, although I have been editing it on newer versions for years with no problems). I'm suddenly...
View ArticleCopying cell text and inserting as hyperlink to another cell
VB beginner here... I have spreadsheets with a column which has the text of hyperlinks to images. It generally starts at cell AH16. I want to copy that text, then paste it as a hyperlink to the...
View ArticleOpening a Program from a minimized state then closing active program
Using the following code below I am attempting to close the current program and re-open a minimized program. If the initial program was closed by accident or on purpose, it will reopen it upon closing...
View ArticleMS Access WebBrowser.Document
Hi there-- I am using MS Access 2016 and hoping to use the WebBrowser0.Document function. Currently, I am not given an option to use .Document, and I can't figure out why. Here is my VBA code: Private...
View ArticleHow can vb6 program be opened in browser
When I run my exe it takes up the whole screen. How can I open my exe and adjust the size once it starts ? Or do I adjust code before I compile?
View Article