
- 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 20th, 2021, 02:34 AM
I know we are tired, the time has passed and we had no solution for VB6 to date.
I also know that there are some projects going on, like...
99 replies | 2164 view(s)
-
Jan 12th, 2021, 12:51 PM
I have installed VB6 on my windows 10 laptop without ADO and RDS option. .I am not sure whether i will be able to harness and use most parts of the...
92 replies | 2242 view(s)
-
Jan 14th, 2021, 12:46 AM
Is there a way to change the standard listview table colors? i know i can change the background and forecolors..
but i want to go from this...
77 replies | 1697 view(s)
-
Jan 5th, 2021, 09:52 AM
If (val = True) Then
x = x + 1
End If
or
If val = True Then
x = x + 1
53 replies | 1441 view(s)
-
Jan 11th, 2021, 11:32 AM
some functions declarations, from a library('Lib'), can have a 'Any' argument type...
can we use these type or not? or the 'Object' type is similar?
37 replies | 1051 view(s)
-
Dec 26th, 2020, 07:59 PM
I have something set wrong, but I'm not sure what.
I have two computers that connect to a database located on the third computer. For one of them,...
33 replies | 1254 view(s)
-
Dec 28th, 2020, 06:38 PM
I have several picture boxes on a form. I can move any pb. But that's just too easy. I need to drag the picture in the pb and place it in another...
34 replies | 1479 view(s)
-
Jan 10th, 2021, 10:10 PM
Basically I need this:
on form_load, start label1 counting how long since form1 loaded = this i already did it in the code bellow
and i need 2...
37 replies | 899 view(s)
-
Jan 7th, 2021, 01:29 PM
Hi , I have multiple services that are called like:
Dim m_client As ServiceReference1.DataServiceClient
and a list that is called like:
Dim...
35 replies | 1048 view(s)
-
Jan 16th, 2021, 02:57 PM
I'm wondering if this could be somewhat possible.
It would involve hacking and patching VB6 (hopefully just in memory so the runtime DLLs do not...
32 replies | 829 view(s)
-
Jan 12th, 2021, 05:36 PM
Hello All,
Ran into an interesting occurrence today. FileCopy does not seem to work, but the CopyFile using fso does. What gives? What are the...
27 replies | 866 view(s)
-
Jan 4th, 2021, 01:33 PM
In order to save a text tile to disk in VB.net do I have to use the "SaveFileDialog"?
I've been searching the web for information and can't find...
26 replies | 826 view(s)
-
Jan 5th, 2021, 02:03 PM
Hello. I don't know if it is correct place to ask i, if not sorry. I have a led panel that shows night open pharmacies. I have been using it for...
27 replies | 686 view(s)
-
Jan 6th, 2021, 02:28 PM
I have the following code and i need lablel1.caption to show = day = .. / hours = .. / min = ..
i dont know where to put days , hours , min
here my...
24 replies | 679 view(s)
-
Jan 12th, 2021, 06:52 AM
HI
Hope you all are doing fine.
I have been trying to make a sifi look form for my project. it works however it flickers as i scroll it down...
25 replies | 625 view(s)
-
Jan 14th, 2021, 09:48 AM
I am trying to convert a piece of VB6 code and running into a Function that I'm not familiar with, the CCur function.
According to the...
20 replies | 875 view(s)
-
Jan 9th, 2021, 05:44 AM
I have developed hospital managment system. I have rich text box in userform. I save it in access database as .textrtf. It is working fine. I have...
24 replies | 744 view(s)
-
Jan 3rd, 2021, 06:20 PM
Hi folks...
I'm in the process of writing (well, playing around, more like) an IDE addin, and I'd like to know if there's an easy way of getting...
21 replies | 708 view(s)
-
Jan 14th, 2021, 07:08 AM
Hello everyone
I need to rename a column in one of my tables.
This is the code I'm using
Cnn.Execute "ALTER TABLE Total_tbl" _
& "RENAME COLUMN...
26 replies | 540 view(s)
-
Jan 3rd, 2021, 02:02 AM
it can add columns as checkbox,button,combobox,textbox,image,etc..
18 replies | 714 view(s)
-
Jan 9th, 2021, 05:36 AM
hello guys, it's me again.
I am looking to have a text file to be read by doing a shell action, after the file has been made in text chars. I need...
20 replies | 600 view(s)
-
Jan 7th, 2021, 09:19 PM
I am trying to get the format of an access table Date field to check if it is in date or time format .
when I write
Msgbox...
19 replies | 648 view(s)
-
Yesterday, 12:45 AM
hi guys:wave:
VC6 can compile 64 bit program, but why can't VB6 compile 64 bit program?
It is said that VB6 C2 compiler and VC have a lot of...
19 replies | 498 view(s)
-
Jan 14th, 2021, 08:13 AM
hey guys i have a problem with this project which SamOscarBrown wrote for me, the minutes function is working fine, but the hours is messed up, it...
23 replies | 492 view(s)
-
Jan 6th, 2021, 12:06 PM
Hi.
In the below code I create a excel workbook, save it to particular path and then attach the file to an email.
However the file being...
20 replies | 765 view(s)
-
Jan 19th, 2021, 10:02 AM
Heartaches by the number, troubles by the score .. ?
I am on Windows 7 and wish to upgrade to Windows 10, if there are not serious issues.
There...
18 replies | 412 view(s)
-
Jan 11th, 2021, 02:43 PM
It has been a while since I've done any WinForm applications and I'm running into a slight issue.
I have the following in the constructor of my...
18 replies | 607 view(s)
-
Jan 10th, 2021, 02:53 PM
i made an app, i have vb6 installed on my pc and most end users do not.. i put all my images in imageslists - of course this requires the END user to...
17 replies | 712 view(s)
-
Jan 13th, 2021, 11:59 PM
Hi
Hope you all are doing great.
I am trying to do a comparison between to image files for some specific Pixl values. I have been successful...
20 replies | 505 view(s)
-
Dec 27th, 2020, 01:02 PM
Hi.
I'm trying to cancel an async function before it starts.Well actually it's a loop.
The code is very long so I'm writing the major parts here.
...
17 replies | 650 view(s)
|
Click Here to Expand Forum to Full Width
|