VB6 SHOW 3DMAX (Cult3D ActiveX Player),CO File format
Cult3D ActiveX Player Cult3DP1.Visible = True Cult3DP1.LoadCult3D App.Path & "\sun.co" download 3d ocx: http://www.web3d.com.cn/plugin/cult3d.html how to use Cult3DP1? Cult3DP1.*** Private Sub...
View ArticleCompile error
I record script in SAP and apply to UIPath But if I invoke , It show error as below. Please guide me about it. Attached Images
View ArticleVS 2012 (ask) Error when split code on screen
Excuse me guys, i have a problem when im trying to split my code like left and right in my screen, my vs 2012 is not responding and closed. I've searched several forums but could not find it, here I...
View ArticleHow to implement chart - Cairo/RC5 or other?
Hey I need to implement a chart in my VB6 app. Specifically, it is a "child growth chart" like the one from the World Health Organization - see attachment. I use Microsoft Chart Control 6.0 in my app,...
View ArticleMonitoring local network performance over time
I'm interested in tracking local network performance to have information for those situations where people say things like the software is slow lately. Is testing periodically how long it takes to...
View ArticleGet the name of an organizational unit and show on text label
On our network we have computers in different Organizational Units which we call locations. Some of the OUs are called Main Hall, Office etc. How would I go about getting the name of the OU the...
View ArticleVB6 2D-ChartPlotting (using the RC6.cChart HelperClass)
Just a little Demo, how to work with the new RC6.cChart-Class. This Class follows a somewhat different pattern, compared to other Chart-Controls - because it supports a "virtual concept" which: -...
View ArticleMMM error
I used Make My Manifest app to create a manifest file for an application that has some ocx files around. It works well for most of these COM files but there is one that for some reason does generate...
View ArticleGetting the active mailbox
Hi, I am trying to create a macro that assigns categories to a mail item. The problem is that I am working with several separate inboxes, each having their own category list. So before I assign...
View ArticleWin-10 20H2, Word95, and HP Deskjet 500C Only Will Print first page
I print rarely. Just tried to print a two page document from Word95. Page 1 printed fine. Page 2 (second) hung and said "out of paper". Tried multiple times, same error. Copied page 2 to another Word95...
View ArticleCDO.Message Problem
I just tired running an old VB6 program that uses CDO.Message to send emails. The last time it ran was a few years back and I believe everything worked if Im remembering correctly, but when using it...
View ArticleIn vbRichClient5 sqlite, the "indexed by" clause sometimes gives a runtime error
I use vbRichClient5.dll for sqlite. Let's say I create and populate a temporary table like this: Code: sql = "" sql = sql & "create temp table if not exists T1 ( " sql = sql & "TID...
View ArticleAdd menu item to Start > Power menu
I created a very small application that help me schedule shut down the PC (for example shut down in next 30 minutes). It works with few lines of code. However I really want to create an item in the...
View ArticleVS 2017 Beginner Please Need Help
Code: Public Class Form1 Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click Dim Grade As Double Grade = CDbl InputBox("Enter The Grade") If...
View ArticleVS 2019 [RESOLVED] No certificates were found that met all the given criteria
My IT department have just reinstalled Windows including Visual Studio on my PC. When I now go to compile my program I get the message: Severity Code Description Project File Line Suppression State...
View ArticleVS 2015 Include mp4 video in my.resources
I have a MP4 file playing a video file in MEDIA PLAYER. I would like to include it in the MY.RESOURCES so that I can use the program on another device. How do I include it in the MY.RESOURCES file or...
View ArticleStored Procedure Stepping on Itself
I have an SP in SQL Server that looks like this (cleaned for display): Code: BEGIN TRANSACTION BEGIN TRY 'Bunch o' stuff here COMMIT TRANSACTION END TRY...
View ArticleVS 2017 [RESOLVED] Beginner Please Need Help
Code: Public Class Form1 Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click Dim Grade As Double Grade = CDbl InputBox("Enter The Grade") If...
View ArticleNeed help with this complicated query
Hello vbforums I have 3 tables as shown below I want to delete all records that are in both tbl1 and tbl3 but do not exist in tbl2 this is what I'm doing but no success. Code: StrSql = "Select * From...
View Article