
- 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, 10:39 PM
so, it would be possible to store a png picture, and at runtime render those png pictures into the picture itself using gdialphablend.
5 replies | 234 view(s)
-
Today, 09:56 PM
If you knock up an example (and attach it), I would be prepared to look into it.
Probably most members would not be interested in installing it (so...
2 replies | 140 view(s)
-
Today, 09:51 PM
Not while I am here.
96 replies | 2294 view(s)
-
Today, 09:36 PM
And what if I have two projects open, as a Project Group, and they each have a form with the same caption?
22 replies | 727 view(s)
-
Today, 09:22 PM
Updating the Label while you draw the ellipses in a loop is a very bad idea too. That loop should execute so quickly that you shouldn't really be...
8 replies | 93 view(s)
-
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...
96 replies | 2294 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...
96 replies | 2294 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
8 replies | 93 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!
8 replies | 93 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...
96 replies | 2294 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...
8 replies | 93 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...
8 replies | 93 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 | 91 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()...
8 replies | 93 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
8 replies | 93 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...
8 replies | 93 view(s)
-
Today, 07:03 PM
lot,getobject,it'S very slowy
19 replies | 515 view(s)
-
Today, 06:59 PM
vb6 code to c,it'S hard
99 replies | 2183 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...
8 replies | 93 view(s)
-
Today, 06:53 PM
form1.caption="123123456"hwnd=findwindow(123123456,like this)
22 replies | 727 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 | 239 view(s)
-
Today, 05:58 PM
Exactly the information I was looking for. Thank you!
9 replies | 2393 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 | 515 view(s)
-
Today, 04:48 PM
Are you saying to Niya what Smeagol states in this video?
Apologies Niya, in advance.
96 replies | 2294 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 | 2183 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...
96 replies | 2294 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 | 279 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...
22 replies | 727 view(s)
|
Click Here to Expand Forum to Full Width
|