- 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, 05:39 PM
Can anyone show me an example of .HitTest ? Would like to see what it does.
Thanks.
7 replies | 198 view(s)
-
Today, 04:19 PM
My son and I made it on the TV. We were at the LSU game and a news reporter asked us to do an interview. He was so excited, it’s going to be one of...
69252 replies | 21659665 view(s)
-
Today, 03:56 PM
The application is doing exactly what you are telling it to do, after two seconds the Tick event fires and you are assigning a value to all 4 labels....
1 replies | 59 view(s)
-
Today, 03:56 PM
You chould ue an array andd copy the file in blocks I seen a lot of this done in the old Qbasic programs and some were fast. your other option if to...
4 replies | 170 view(s)
-
Today, 03:43 PM
can i see the source for that?
i found these videos, but none are vb6.. vb .net and such...
70 replies | 1746 view(s)
-
Today, 03:15 PM
Greetings everyone.
I have a small demo program that, after clicking a button is attempting to assign a different string to each of 4 different...
1 replies | 59 view(s)
-
Today, 03:14 PM
It did rain earlier today, though it didn't amount to much.
69252 replies | 21659665 view(s)
-
Today, 03:13 PM
Today is the nicest day I've had in almost a week. No smoke, and the sun is shining. That's a bit odd, as the forecast is for rain.
69252 replies | 21659665 view(s)
-
Today, 03:12 PM
That would make it hard to eat.
69252 replies | 21659665 view(s)
-
Today, 03:05 PM
1.) that bar is not gradient.. it's 1 color... i guess IF you could change the color based on percentage then i would consider using it
2.) what's...
70 replies | 1746 view(s)
-
Today, 02:56 PM
I know you want that funky looking 'bar'. But, I would think something like this (with two shapes) makes a whole lot more sense to a user. It shows...
70 replies | 1746 view(s)
-
Today, 02:31 PM
k, noticing that one highlighted - if i change image from 3 to 4 i get more accurate results.. but not all the results are accurate yet.
...
70 replies | 1746 view(s)
-
Today, 02:14 PM
Hi ChrisE,
a great calculation that you have sent me :-)
Question :
What is the function of the c “ nAmount.ToString(”c") ?
How can I then...
9 replies | 716 view(s)
-
Today, 02:03 PM
Divide onHand by Required, NOT as you have it, Required by OnHand
Also, yes, you could add .99 to each case, but with the numbers I'd expect, not...
70 replies | 1746 view(s)
-
Today, 01:27 PM
Private Sub Combo1_Click()
Set cmd = New ADODB.Command
Set cmd.ActiveConnection = cnn
cmd.CommandText = "select...
70 replies | 1746 view(s)
-
Today, 01:24 PM
Mine, or his? My sample program worked just fine.
70 replies | 1746 view(s)
-
Today, 01:05 PM
Your calculation is wrong.
70 replies | 1746 view(s)
-
70 replies | 1746 view(s)
-
Today, 01:03 PM
Find a program that actually copies faster, if one exists, then look at how.
A lot of things that might have mattered for 80s or 90s hardware...
4 replies | 170 view(s)
-
Today, 12:58 PM
atm, it's giving stupid numbers for the percentage.. like 200 or 400 so ofcourse the images are not showing properly. the only one that does is if...
70 replies | 1746 view(s)
-
Today, 12:52 PM
I changed the fonts to Calibri....'resized' each textbox with the mouse (as described above). Difference between font Height and textbox height is...
8 replies | 243 view(s)
-
Today, 12:44 PM
Works fine for me as well.
Dim xstatus as Boolean (You did, correct?)
3 replies | 142 view(s)
-
Today, 11:46 AM
On Form_Load, all controls report Visible=False.
You can call Me.Show and then get the correct value.
3 replies | 142 view(s)
-
Today, 11:14 AM
Works fine for me. You probably need to provide more code context than just those two lines of code, or better yet a bare bones project that...
3 replies | 142 view(s)
-
Today, 10:58 AM
i have a problem with getting the correct status of textbox.visible. when the textbox property is set to .visible = True, the textbox shows...
3 replies | 142 view(s)
-
Today, 09:49 AM
I thought I read decades ago that ...
(1) there is a API fast copy that works on Vista and beyond
(2) that windows does some copy double buffering...
4 replies | 170 view(s)
-
Today, 09:18 AM
While scouring through an old forum post I found this solution.
I'd recommend putting in the same folder as VB6, it worked for me.
7 replies | 436 view(s)
-
Today, 09:03 AM
Truth doesn't matter to them.
15 replies | 321 view(s)
-
Today, 08:53 AM
Oh, wait a minute...I see that 75 is the difference between textbox height and font height. So, 1/2 of that is padding on top, and 1/2 on the...
8 replies | 243 view(s)
-
Today, 08:49 AM
Been playing around with this a bit....So, I created three textboxes, each of Font Ariel. First Font is 12PT, second Font is 24Pt and third Font is...
8 replies | 243 view(s)
|
Click Here to Expand Forum to Full Width
|