
- Home
- Activity Stream
Activity Stream
New Activity ()
Please reload this page to view the 200+ new activity items that have been created.
-
Older Activity
-
Today, 06:09 AM
Here is how the main toolbar turned out in one of our LOB apps.
Animation steps in 100% DPI to 225% DPI on a Win11 box. App in standard...
4 replies | 381 view(s)
-
Today, 06:02 AM
Still? TB never worked in DOS.
7 replies | 4748 view(s)
-
Today, 05:55 AM
Very good.
Yes.
3 replies | 212 view(s)
-
Today, 05:47 AM
is your vb6 ide running as admin? for the ide to register the dll with the browse feature it would need write access to the hklm hive of the...
3 replies | 95 view(s)
-
Today, 05:45 AM
humm i just rescanned dzrt, no external references, no external components. the c dlls in the pack arent loaded unless a class that requires them is...
3 replies | 95 view(s)
-
Today, 05:15 AM
Fascinating project. When it is stable - and there are some instructions and a sample project in VB6 using the DLL - I'll have a deeper look. Could...
4 replies | 381 view(s)
-
Today, 05:12 AM
1) I would condense "Drawn" and "strType" into an array
e.g.
Dim DrawType(1 To 3) As String
DrawType(1)="A"
DrawType(2)="B"
DrawType(3)="C"...
2 replies | 153 view(s)
-
Today, 05:09 AM
Does TB work still in dos or is this now a windows only version?
7 replies | 4748 view(s)
-
Today, 05:00 AM
That looks nice.
I copied over the Dll and placed it in the same folder, added a proj. ref., compiles OK but it complains that a class is not...
3 replies | 95 view(s)
-
Today, 04:55 AM
The dialect of BASIC is virtually the same, syntax &c, you will be familiar with it all. Some differences withe global variables but you will be able...
7 replies | 4748 view(s)
-
Today, 04:20 AM
If you have a bunch of git repos it can be hard to remember which ones are out of sync. It gets worse if you work across multiple locations.
This...
3 replies | 95 view(s)
-
Today, 04:04 AM
Hi All,
We have VB6 application and diff Word template for diff usage along with master dot (a.dot) file with certain macro code and customized menu...
0 replies | 59 view(s)
-
Today, 03:33 AM
I never had an issue with vs2019 and the steps are exactly the same.
If it's a common issue they should have released a fix.
110 replies | 30732 view(s)
-
Today, 03:13 AM
NICE CODE.
Tks, bro.
note:
are you italian?
3 replies | 212 view(s)
-
Today, 02:40 AM
Weird. Just needed some 16x16 icons to upscale so tried to "extract" these from VBIDE's CommandBars.
Edit: Just pushed 349bd04 a cleanup for the...
4 replies | 381 view(s)
-
Today, 01:54 AM
You want to access variables, controls and objects by a generated name?
Start with checking CallByName
2 replies | 153 view(s)
-
Yesterday, 09:33 PM
If you refine the elements to just the elements with the correct className, you can see you need a unique string to search for in the elements...
20 replies | 1307 view(s)
-
Yesterday, 09:29 PM
What is the class name? What is the identifying text you’re searching for in the tags?
You need separate arguments in your method signature as the...
20 replies | 1307 view(s)
-
Yesterday, 09:01 PM
that seems to be a quite common issue if you're using a core website. It will fail every other time due to something locking the files such as even...
110 replies | 30732 view(s)
-
Yesterday, 08:23 PM
No that is correct. I use try/catch for my returns so I know if the function worked properly to carry on. The boolean is always a return of TRUE...
20 replies | 1307 view(s)
-
Yesterday, 07:57 PM
Example crashes the IDE and screws up Windows itself for a few minutes here. Win10/manifested IDE. (Yes VB6 lol, I saw the VB.IDE ref)
4 replies | 381 view(s)
-
Yesterday, 07:43 PM
That function returns a boolean. Your code is becoming messier and messier. Isolate a function in a tidy environment and iron out the problems one by...
20 replies | 1307 view(s)
-
Yesterday, 07:37 PM
I told... Scope
For Each ele In allClasses
If (InStr(ele.OuterHtml, szElementName) <> 0) Then
Exit For
End If
Next
Return ele...
20 replies | 1307 view(s)
-
Yesterday, 07:16 PM
The quickest and simplest is the one Brad Martinez wrote that I use; it just reads the GUID from a tlb file and calls the UnRegisterTypeLib API.
...
1 replies | 208 view(s)
-
Yesterday, 06:58 PM
Hi Everybody!
This one is a bit hard for me to describe, especially in English, so I think I'd better resort to an example.
Suppose you have a...
2 replies | 153 view(s)
-
Yesterday, 06:35 PM
paul. The code provided earlier does not seem to work for returning a single class as I keep getting Nothing. Below is the snapshot of the HTML code...
20 replies | 1307 view(s)
-
Yesterday, 05:55 PM
Price isn't the issue, it's all the choices that are difficult. If there are a dozen options, there are three dozen opinions about each one.
69726 replies | 23485832 view(s)
-
Yesterday, 05:23 PM
will give it a go tomo. tks
6 replies | 287 view(s)
-
Yesterday, 05:22 PM
Does anyone know of a simple app that i can use to unregister obsolete tlb files.
I had to delete from registry but dont want to do that if there...
1 replies | 208 view(s)
|
Click Here to Expand Forum to Full Width
|