
- Home
- Activity Stream
Activity Stream
New Activity ()
Please reload this page to view the 200+ new activity items that have been created.
-
Older Activity
-
Jan 29th, 2021, 02:45 AM
Visual Basic 6
Private Type vbRECT
Left As Long
Top As Long
Right As Long
Bottom As Long
End Type
Private Type TEXTRUN
301 replies | 5990 view(s)
-
Feb 1st, 2021, 05:06 AM
I have noticed that if I compile my project in Windows 10, some people are reporting strange bugs with my game. like items vanish, crashes (when...
114 replies | 2054 view(s)
-
Jan 27th, 2021, 12:10 PM
I'm leaving the VB community probably for a very long time. Want to thank everyone that has ever provided help and contributed in any way. Made me a...
59 replies | 2329 view(s)
-
Feb 13th, 2021, 06:33 AM
There have been some discussions about the benefits of using VB6 over VB.NET and vice versa which just piqued my interest into what we are all...
70 replies | 1983 view(s)
-
Feb 12th, 2021, 06:12 AM
Hello VbForums
These are approximately my tables:
Persons_Tbl
ID............
1 ..............
2...............
3................
...
46 replies | 1002 view(s)
-
Feb 6th, 2021, 11:18 AM
I have done this routine for dashed lines where the X and Y axis have different scales.
Private Sub DashedLinePK(obj As Object, XYscale As Single,...
38 replies | 1215 view(s)
-
Feb 18th, 2021, 05:58 AM
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...
38 replies | 669 view(s)
-
Feb 16th, 2021, 04:01 PM
I'm thinking of getting a new machine and was consider a MS Surface Pro.
I have had a Surface Pro 2 for a long, long time - been a great machine....
31 replies | 762 view(s)
-
Feb 15th, 2021, 08:40 PM
Is there a simple and elegant way to achieve the definition of the following structure (Type)?
Module1.bas
Public Type ABC
nMember = 123
...
32 replies | 860 view(s)
-
Jan 27th, 2021, 04:30 PM
If a customer asks to make a desktop program, can I ethically seduce him to opt for a web system?
26 replies | 954 view(s)
-
Feb 2nd, 2021, 10:06 AM
The Add-in allows you to use Cdecl functions in VB6 both declared in type libraries and using the CDecl keyword.
If you have ever tried to use...
28 replies | 1339 view(s)
-
Jan 28th, 2021, 04:29 PM
There are "food deserts" that are an urban area in which it is difficult to buy affordable or good-quality groceries. There are also hospital...
30 replies | 826 view(s)
-
Jan 30th, 2021, 07:50 PM
Hello Vbforums
I need to sum data from two tables.
This is the illustration
Table MTbl
ID...............Tarif
1 ................200
32 replies | 687 view(s)
-
Feb 18th, 2021, 08:00 PM
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...
27 replies | 587 view(s)
-
Jan 30th, 2021, 10:47 PM
My knowledge of ECDSA Certificate handling was minimal, but in order to produce a TLS 1.3 web server, RFC 8446 requires support for digitial...
24 replies | 1134 view(s)
-
Feb 3rd, 2021, 08:02 AM
Hello,
My VB6 project contains 17 forms.
In each form I would like to add a "Help" menu which opens the same web page.
I could create a Help_Click...
24 replies | 720 view(s)
-
Feb 18th, 2021, 02:06 PM
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...
23 replies | 598 view(s)
-
Feb 22nd, 2021, 07:32 AM
correct me if I'm wrong, but I believe this is about marshalling.
Is there a way to access a class/obj directly from another .exe ?
21 replies | 422 view(s)
-
Jan 31st, 2021, 10:07 PM
I am trying to populate 2 fields on a VB form based on a return of the SQL. The SQL brings back exactly what I want.
I cannot get passed the 1st...
22 replies | 578 view(s)
-
Jan 30th, 2021, 06:38 PM
https://gist.github.com/lukasklein/8c474782ed66c7115e10904fecbed86a
This has c+ (perhaps, I'm not sure) code to read the duration of a flac audio...
20 replies | 725 view(s)
-
Feb 9th, 2021, 04:15 PM
Hello all,
I am trying to learn VB.Net by reading, watching videos, following issues brought up here, etc and I am starting to understand it...
19 replies | 608 view(s)
-
Feb 16th, 2021, 11:34 AM
Hi all :D
I make my apps with Visual Basic 6 French and each exe I create requieres VB6FR.DLL installed on the running app machine.
I think...
18 replies | 591 view(s)
-
Feb 8th, 2021, 06:25 AM
Hello everyone
First I apologize for posting here. In fact I never posted elsewhere.
Please moderators keep my post here
This query is driving...
20 replies | 545 view(s)
-
Feb 22nd, 2021, 01:55 PM
Okay, I need everyone's help - or at least your feedback..... I'm working on an article, so what I need to know is:
What are stupid things...
16 replies | 329 view(s)
-
Feb 9th, 2021, 07:03 AM
Hi, I have a completed, and very well working app that I use regularly, but I would like to improve it slightly. here is the issue:
The app records...
18 replies | 628 view(s)
-
Feb 8th, 2021, 01:36 PM
I'm running VS 2019
v.16.8.4
I created a new project.
Project -> Properties -> Application -> Startup Object is "Sub Main"
It always used...
20 replies | 532 view(s)
-
Feb 5th, 2021, 01:17 PM
I came out with this code with the intention of renaming my files from explorer context menu:
Private Sub Form_Load()
Dim strFile As String...
18 replies | 650 view(s)
-
Feb 2nd, 2021, 03:20 AM
Hi all,
I would like to do some VB coding where a relative simple date comparison leads to a formatting result. In the screenshot below there are...
18 replies | 597 view(s)
-
Feb 8th, 2021, 06:11 AM
Big problem...
i need to save a recordset value in a csv with comma delimited.
but....
in one or more value, have a comma in string!!!!...
14 replies | 477 view(s)
-
Feb 4th, 2021, 11:34 AM
I ran across the article below from Mocrosoft that indicates there is a sample project. I must be getting old, becasue I cannot see any link to...
16 replies | 464 view(s)
|
Click Here to Expand Forum to Full Width
|