
- Home
- Activity Stream
Activity Stream
New Activity ()
Please reload this page to view the 200+ new activity items that have been created.
-
Older Activity
-
Sep 28th, 2023, 08:43 AM
How do I construct a VARIANT with the API, set the type to string, and specify the character address
SysAllocStringByteLen can make a string...
24 replies | 569 view(s)
-
Sep 28th, 2023, 09:50 PM
I've been using Inno Setup (6.1.2) successfully in prior years, but for some reason I'm having issues after installing.
So I thought I'd give...
21 replies | 640 view(s)
-
Sep 29th, 2023, 08:53 AM
Hello there,
mostly in my apps I use DataGrid and navigation code something like this
Private Sub BTN_first_Click(sender As Object, e As...
18 replies | 520 view(s)
-
Yesterday, 03:01 AM
Good Day Everybody,
Firstly I want to thank you for the assistance you have given me in the past.
I have deployed files in the past with your...
20 replies | 357 view(s)
-
Sep 30th, 2023, 02:28 PM
Hi, I'm trying to load a user control at runtime. I am not using any form, everything will be done using a Module and classes.
I can do this if I...
13 replies | 393 view(s)
-
Sep 28th, 2023, 03:17 PM
Well, right when I thought I had it figured out, I've run into a DB design snag.
DBName: ToolsDB
Current Table: Charts
I thought this...
13 replies | 300 view(s)
-
Sep 27th, 2023, 09:48 PM
I have a list of Portfolios in a Listbox.
When the user clicks on an item in the Listbox, the Remove button is enabled allowing for deletion.
...
10 replies | 488 view(s)
-
Sep 28th, 2023, 08:26 PM
Hi peers
I can install VBasic 6 including SP6 & it works fine .. however my way is truly old.
I use an 'kept for years' VBasic Studio 6.0...
9 replies | 421 view(s)
-
Sep 28th, 2023, 07:26 AM
This is driving me nuts. I cannot seem to get it right.
...
9 replies | 292 view(s)
-
Sep 28th, 2023, 12:51 PM
Hi,
I'll better explain on screenshot: https://ibb.co/z590M6H
Can you please help in preventing those 3rd image from be trimmed?
My code:
...
7 replies | 387 view(s)
-
Yesterday, 06:37 PM
I have been using sounds and wave files within my software for a long time.
I was working on creating a form that adjusted the system volume.
Some...
8 replies | 173 view(s)
-
Sep 29th, 2023, 06:54 PM
maybe ScriptControl The default is to use the JS5 engine, right?
It's also use IActiveScriptSite?
7 replies | 329 view(s)
-
Sep 27th, 2023, 11:41 AM
We should not be prejudiced against these countries.We just comment on a country's naval strength purely from the perspective of military economy,...
8 replies | 219 view(s)
-
Sep 30th, 2023, 10:15 AM
Hello,
I want to draw Beziers to a certain style:
middle control points @ third points along base-line and,
at a distance of 1/8th width of...
7 replies | 309 view(s)
-
Sep 29th, 2023, 04:48 PM
im writing code to go to the moon. this is what i have done.
dim moon as
now what?
5 replies | 286 view(s)
-
Sep 26th, 2023, 09:28 PM
My project's main drawing board is a usercontrol (ucStockChart).
In order to DRAW a TrendLine, for example, and to save and later be able to...
5 replies | 301 view(s)
-
Sep 28th, 2023, 03:18 PM
The query, below runs but fails to yield results.
The table referenced is sitPlanMaster, which is part of the Access PlanMaster database. The...
6 replies | 214 view(s)
-
Sep 30th, 2023, 03:53 PM
Looking for an add-in for a VB6 IDE scratchpad, somewhere to temporarily store cut and pasted code within a window that sits more or less on top. I...
4 replies | 215 view(s)
-
Sep 30th, 2023, 10:11 PM
This function in my app creates a RECORDSET (RsMaster) of all the stocks listed in a Metastock Master file.
Public Function...
5 replies | 232 view(s)
-
Today, 08:00 AM
I managed to successfully install VB6 Enterprise Edition on a new Windows 11 computer.
However it refuses to load programs with the mswinsck.ocx...
6 replies | 126 view(s)
-
Sep 27th, 2023, 02:22 PM
Example:
'In a Global module
Public Cnn As cConnection
Set Cnn = New cConnection
3 replies | 283 view(s)
-
Sep 26th, 2023, 07:06 AM
Sub RemoveDuplicates()
Dim STRTABLE As String, Y As Long, I As Long
STRTABLE = "COMUNI_GEOCODE"
Set RST = New...
3 replies | 266 view(s)
-
Today, 03:05 PM
I made an application without registering COM libraries. The result was about 10 OСX and DLL files. It can be freely transferred to a flash drive and...
5 replies | 66 view(s)
-
Yesterday, 10:49 PM
Can anyone spot the reason why this fragment of code produces a document with either the title showing and the rest of the content missed or vice...
4 replies | 141 view(s)
-
Sep 28th, 2023, 10:44 AM
How to, colorize entire row font color font from row 6 to the end ow row.
Tks
in my case have 7 column
3 replies | 283 view(s)
-
Sep 25th, 2023, 06:55 PM
Dim ctl As Control
For Each ctl In Me.Controls
Debug.Print ctl.Type, ctl.Name
Next
I'm finding ctl,Type and ctl.ControlType don't work. Is...
2 replies | 219 view(s)
-
Sep 29th, 2023, 11:55 PM
I'm getting confused... google tells me
Renaming can be done within the same directory or folder, not across drives.
Is this different in VB6?...
2 replies | 190 view(s)
-
Sep 30th, 2023, 10:19 AM
I want to write an application to catalog my video and audio files. My idea is that the file descriptions are stored as XML files. Each XML file...
2 replies | 156 view(s)
-
Sep 27th, 2023, 08:16 PM
I ran the following code...
Private Sub Form_Load()
Dim Rs As cRecordset
Dim SQL As String
SQL = "SELECT Portfolio FROM Charts"
2 replies | 241 view(s)
-
Sep 30th, 2023, 10:13 PM
hi
i am working on a website wherein the user can save tags (Keywords) multiple tags separated by comma, against a product which can later be used...
2 replies | 216 view(s)
|
Click Here to Expand Forum to Full Width
|