
- 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, 07:20 PM
Where is the graphics object supplied?
Private Sub Form1_Paint(sender As Object, e As PaintEventArgs) Handles Me.Paint
2 replies | 10 view(s)
-
Today, 07:20 PM
If somene dislikes VB6 very much and is not using it, that person does not have anything to do in a VB6 forum. (The only motive would be for...
93 replies | 2240 view(s)
-
Today, 07:05 PM
That's because you are not doing the drawing in the Paint event of the form. Refresh will force a paint, and that wipes out what you have done. Do...
2 replies | 10 view(s)
-
Today, 07:03 PM
lot,getobject,it'S very slowy
19 replies | 498 view(s)
-
Today, 06:59 PM
vb6 code to c,it'S hard
99 replies | 2164 view(s)
-
Today, 06:57 PM
I want to draw 1000 random circles.
During the loop, I also want to update a label to display a counter.
If I do Me.Refresh() in the loop, all...
2 replies | 10 view(s)
-
Today, 06:53 PM
form1.caption="123123456"hwnd=findwindow(123123456,like this)
21 replies | 708 view(s)
-
Today, 06:38 PM
wqweto,
I seem to have managed to create the bmp temp file successfully, so thanks a million for that !
I am now trying to retrieve the pixel...
13 replies | 229 view(s)
-
Today, 05:58 PM
Exactly the information I was looking for. Thank you!
9 replies | 2387 view(s)
-
Today, 05:19 PM
You can use a 32-bit COM DLL from a 64-bit application via a DLLSurrogate.
Using a 32-bit In-Process COM Server DLL from 64-bit TCC
Probably...
19 replies | 498 view(s)
-
Today, 04:48 PM
Are you saying to Niya what Smeagol states in this video?
Apologies Niya, in advance.
93 replies | 2240 view(s)
-
Today, 04:42 PM
By the time that our new all singing and all-dancing VB6 is complete then the bull that has the horns may have mutated into that.
99 replies | 2164 view(s)
-
Today, 04:34 PM
hold on a bit.
we are in the VB6 thread for a reason. and thats because we are:
using it
enjoy it
want it
not because we:
not using it
hate...
93 replies | 2240 view(s)
-
Today, 03:11 PM
I haven't tried this myself, and this might be more drastic than necessary in this case, but this *should* work:
-In Firefox about:config
-Set...
5 replies | 258 view(s)
-
Today, 02:59 PM
My bad. I can actually get the icons via SendMessage(hWnd, WM_GETICON, ICON_SMALL, 0&)
Don't know what stupidity I was possessed by when I first...
21 replies | 708 view(s)
-
Today, 02:37 PM
Then stop complaining about MS abandoning VB6. Stop complaining when those of us that like .Net better say it's better. Stop complaining about VB.Net...
93 replies | 2240 view(s)
-
Today, 02:18 PM
Well, I honestly doubt, that "the public" would buy the fast-food-junk,
if healthy food was available at the same price.
In that regard - please...
93 replies | 2240 view(s)
-
Today, 02:07 PM
More accurately:
What "the public" say they really want is healthy food.
What "the public" really buys is -heavily advertised fast-food-junk.
...
93 replies | 2240 view(s)
-
Today, 01:48 PM
What "the public" really wants, is - for example - healthy food...
What "the public" really gets, is - heavily advertised fast-food-junk ("Burgers,...
93 replies | 2240 view(s)
-
Today, 01:23 PM
If you don't use await and async then the code will be executed synchronously, so you will possibly get a blocked GUI. Else why bother creating an...
8 replies | 334 view(s)
-
Today, 01:16 PM
It's funny, I was actually thinking about how Rust was created on top of LLVM. LLVM was the back end compiler. It seems to be a very big deal in the...
93 replies | 2240 view(s)
-
Today, 01:13 PM
Now I am new to all this, so forgive me if your explanation does make sense to me.
What happens when the Line of code that contains async is...
8 replies | 334 view(s)
-
Today, 01:08 PM
I will say that I am willing to pay up to $5K or maybe even more for a cross platform vb6 replacement, even if it would require some modification and...
19 replies | 498 view(s)
-
Today, 12:45 PM
It is VB6???
99 replies | 2164 view(s)
-
Today, 12:22 PM
yeah it will not happen yet. but slowly.
heres an article
https://www.techspot.com/news/85229-microsoft-phasing-out-32-bit-versions-windows-10.html...
93 replies | 2240 view(s)
-
Today, 12:15 PM
I plan on posting on Rust discourse servers (a.k.a. their vbforums.com) a sincere plea for helping the abandoned VB6 community re-writing the...
93 replies | 2240 view(s)
-
Today, 12:12 PM
But that's what you wanted be able to manipulate the GUI when doing a data load.
So that's what it does.
Async sets the function to be able to...
8 replies | 334 view(s)
-
Today, 12:06 PM
32 bit isn't going anywhere, at least not until it becomes the norm for programs to use more than 2 GB of it's personal address space. The advantages...
93 replies | 2240 view(s)
-
Today, 11:52 AM
Thank you will search it up now
2 replies | 73 view(s)
-
Today, 11:49 AM
You are working with an object of type System.IO.FileInfo.
Google search for that, and you will find the Microsoft documentation all about...
2 replies | 73 view(s)
|
Click Here to Expand Forum to Full Width
|