
- 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, 03:08 AM
Hi jpbro
I'm a novice programmer and I'm trying to call the 64b redemption.dll via COM from a 32b app.
I was looking at post #24 from qvb6 and...
27 replies | 2601 view(s)
-
Today, 03:04 AM
Hello
Yes, the listview has anchoring/docking!
I am not at my dev PC now, so I briefly explain what I did.
I created a simple Windows form....
6 replies | 286 view(s)
-
Today, 02:51 AM
An HTML page can not run an application.
It would be hell on earth if every website/webpage could run any executable on your pc/laptop/tablet/phone
1 replies | 17 view(s)
-
Today, 02:22 AM
Add Replace and Insert :
Dim sb As Object
Dim value As Long
Set sb = CreateObject("System.Text.StringBuilder")
sb.Append_3...
11 replies | 431 view(s)
-
Today, 02:07 AM
I think it is because the method Append of the class StringBuilder has several overloads, it is not possible in COM, so the system adds a numeral to...
11 replies | 431 view(s)
-
Today, 01:58 AM
So your issue is actually nothing to do with sorting and actually just displaying text in a TextBox on multiple lines. Just put your values into a...
6 replies | 66 view(s)
-
Today, 01:52 AM
Dear VBFormers, I wish to pick your brains for something i require???
Hello I am writing this Thread to be able to use the HTML document to run an...
1 replies | 17 view(s)
-
Today, 01:48 AM
You append the numbers directly without a newline separator.
6 replies | 66 view(s)
-
Today, 01:44 AM
Here (post #9) there is a class for that.
1 replies | 64 view(s)
-
Today, 01:34 AM
i want my output box to be in ascending order like
0
1
2
3
6 replies | 66 view(s)
-
Today, 01:22 AM
Hi Shagratt,
this is the project
thanx!
17 replies | 2726 view(s)
-
Today, 01:15 AM
No, it doesn't. Date type data is not a String, it's a date and time represented as a double precision real number (float) basically identical...
4 replies | 99 view(s)
-
Today, 01:10 AM
well you didn't say what Database you are using...Access,MySql,Sql-Server etc...
here somthing for Access...
5 replies | 389 view(s)
-
Today, 01:00 AM
Hey all my effort went into using shell32 to notify me of changes to a folder and it's sub directories and though I can say it works it also seem...
1 replies | 64 view(s)
-
Today, 12:52 AM
Controls don't normally implement this sort of interface. Typically many expose an internal StdPicture object reference as a property. Such objects...
1 replies | 52 view(s)
-
Today, 12:52 AM
'bind cdecl api to vb6 function
FixCdecl AddressOf VB_Add, CdeclApi, 2
c = VB_Add(a, b)
FORM1 CODE:
Dim h As Long
Dim CdeclApi_Add As Long
...
0 replies | 34 view(s)
-
Today, 12:41 AM
You seem to have missed that part.
6 replies | 66 view(s)
-
Today, 12:39 AM
Public Class Form1
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
Dim count As Integer
If...
6 replies | 66 view(s)
-
Today, 12:32 AM
There's a lot wrong there. NEVER post JUST a screenshot. Code is text so you should post it as text, formatted as code. That way, we can read it...
6 replies | 66 view(s)
-
Today, 12:24 AM
VBCDeclFix add-in use about 3600 lines code,it's a little big project.
LIKE use masm.exe mak asm code ,link obj to EXE,IT'S HARD.
USE ONLY a sub...
35 replies | 1693 view(s)
-
Today, 12:05 AM
how can i sort the numbers by acending
6 replies | 66 view(s)
-
Yesterday, 10:35 PM
Aha. i missed the database string that it was at the end.
So first try to check you configuration on TCP:
Go to Start->Programs->Microsoft SQL...
6 replies | 117 view(s)
-
Yesterday, 10:01 PM
Then stop being arrogant. It's against the rules of this site to ask the same question in multiple threads because it's a great way to waste the time...
5 replies | 389 view(s)
-
Yesterday, 09:56 PM
Because it helps to keep the forum tidier. Why ask 10 duplicate questions when 1 properly thought out question, with all of the relevant information...
5 replies | 389 view(s)
-
Yesterday, 09:56 PM
Hi,
Can anybody tell me what I am doing wrong ,
The following code is supposed to give me pointer to the IPicture interface from an Image...
1 replies | 52 view(s)
-
Yesterday, 09:55 PM
The database is master, which is also the default if a database isn't specified. You generally wouldn't connect to an existing database to create a...
6 replies | 117 view(s)
-
Yesterday, 09:53 PM
For future reference, please don't post only pictures of error messages. You can provide a picture as well, if it adds some value, but you should...
6 replies | 117 view(s)
-
Yesterday, 09:48 PM
Please check your connection string:
https://www.connectionstrings.com/sql-server/
At least this: Server=(local)\netsdk;
I believe should be...
6 replies | 117 view(s)
|
Click Here to Expand Forum to Full Width
|