
- 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, 08:59 PM
Has the OP provided info such as this -
- His age (aka how long he will be using the programming language he decides on) ?
- Employment (aka does...
95 replies | 2270 view(s)
-
Today, 08:53 PM
no matter what one or two others are saying about .NET, we are still in the VB6 area.
if you ask me, Im not that interested in .NET or the...
95 replies | 2270 view(s)
-
Today, 08:34 PM
You should make a note of what I said about the Form Paint event. It’ll draw a new image every time it runs. Try minimising and restoring your Form
7 replies | 64 view(s)
-
Today, 08:21 PM
That worked.
I moved the loop into Paint()
I then did Label1.refresh() inside the loop
That got the real time counter refreshing.
Thanks!
7 replies | 64 view(s)
-
Today, 08:17 PM
Then stop spreading blatant lies like this:
15 minutes load time? Really? If you don't use it, then you don't know anything about it so stop...
95 replies | 2270 view(s)
-
Today, 08:15 PM
First, the way you’ve been told to do your drawing is the correct way, but the Paint event doesn’t just draw once. It’ll draw a 1000 new random...
7 replies | 64 view(s)
-
Today, 07:52 PM
The Paint event works exactly as it should. If your code doesn't work then it's your code that is wrong but you haven't shown us your code so we have...
7 replies | 64 view(s)
-
Today, 07:49 PM
Also, don't add items in a loop like that. At the very least, add all items in one go with a single call to AddRange. Better still, bind the data by...
3 replies | 82 view(s)
-
Today, 07:25 PM
The code does not seem to work as desired in Paint()
If I draw 1000 circles in Paint() and update the label, I think that triggers the Paint()...
7 replies | 64 view(s)
-
Today, 07:20 PM
Where is the graphics object supplied?
Private Sub Form1_Paint(sender As Object, e As PaintEventArgs) Handles Me.Paint
7 replies | 64 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...
7 replies | 64 view(s)
-
Today, 07:03 PM
lot,getobject,it'S very slowy
19 replies | 508 view(s)
-
Today, 06:59 PM
vb6 code to c,it'S hard
99 replies | 2176 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...
7 replies | 64 view(s)
-
Today, 06:53 PM
form1.caption="123123456"hwnd=findwindow(123123456,like this)
21 replies | 714 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 | 234 view(s)
-
Today, 05:58 PM
Exactly the information I was looking for. Thank you!
9 replies | 2390 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 | 508 view(s)
-
Today, 04:48 PM
Are you saying to Niya what Smeagol states in this video?
Apologies Niya, in advance.
95 replies | 2270 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 | 2176 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...
95 replies | 2270 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 | 263 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 | 714 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...
95 replies | 2270 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...
95 replies | 2270 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.
...
95 replies | 2270 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,...
95 replies | 2270 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 | 338 view(s)
|
Click Here to Expand Forum to Full Width
|