How to view OCX, DLL and DCR files in embedded Documents, using object and...
Dear members of this forum, I am looking to get a HTML Document named for example: MyGame.htm to completely have a OCX or DCR, even a DLL file embedded into the document, that means there will only be...
View Articlereset a temp alarm
hello I'm building a temp monitor application to monitor 16 temperatures. The application is running fine. I want to improve it a little bit by adding blinking colour and maybe an alarm sound if a temp...
View ArticleError -2147418111 after update W10 V20H2 + office to 16.0.13231
One of our customers is used a vb.net exe program to start Word from an application. Working fine for years. After the Windows update to W10 V20H2 they get an error with this program -2147418111 hex...
View ArticleHelp With Error: Subscript out of range
Hi, I'm no expert with VB, I've just done the odd simple program from time to time. I have a program that's been given to me by its author, which he created some time ago, that has developed a problem....
View ArticleDirectly 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 Articlevb.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.... Dim _i As Integer = 1 Controls("TextBox" & _i).Text = (ListBox1.Items(_i).ToString) this will not work. TextBox1.Text = (ListBox1.Items(_i + 5).ToString) this...
View Article[RESOLVED] reset a temp alarm
hello I'm building a temp monitor application to monitor 16 temperatures. The application is running fine. I want to improve it a little bit by adding blinking colour and maybe an alarm sound if a temp...
View Article[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 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 Article