- 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, 02:47 AM
That's a pretty weak justification. My daughters house is probably in the 400K range and pays @ $1k a year. I doubt that the cost of material and...
14 replies | 252 view(s)
-
Today, 02:27 AM
Hey dday9 - check out this "new" issue that's just recently popped up in Florida and possible other places.
Real nice and expensive home files...
14 replies | 252 view(s)
-
Today, 02:20 AM
Painting ON the PictureBox is NOT the same as painting on a Bitmap IN the PictureBox
Don't even touch the PictureBox1_Paint eventhandler. This is...
3 replies | 193 view(s)
-
Today, 02:15 AM
And that's not counting flood insurance.... But the home value is in the 500k range and in theory they can afford it.... They say it's the Cost of...
14 replies | 252 view(s)
-
Today, 02:07 AM
one more thought on goto's, i will even use gotos to avoid deeply nested ifs
my limit is probably 1-2 gotos per function and i try to always keep...
45 replies | 826 view(s)
-
Today, 01:42 AM
so, this method u can call functions (in the form) of the first instance when u run a second time the same executable (that u can place in another...
22 replies | 423 view(s)
-
Today, 01:17 AM
This trick is mentioned on p.67 in the book "Visual Basic 6 Tricks" by Francesco Balena, with the title: "An undocumented technique to speed up...
45 replies | 826 view(s)
-
Today, 12:32 AM
I apologise to all the people (some of who have helped with my similarly elementary queries in the past) who tried to help with my Vb6 queries, and...
0 replies | 45 view(s)
-
Yesterday, 11:48 PM
Agreed. Revised code below completely removed that part in Paint_Event
Private Sub PictureBox1_Paint(sender As Object, e As PaintEventArgs)...
3 replies | 193 view(s)
-
Yesterday, 11:23 PM
Hello Olaf,
I'm developing a new Progressive Web App (PWA) that seeks to emulate the functionality of a VB6 application which extensively uses...
0 replies | 57 view(s)
-
Yesterday, 10:57 PM
Thanks, but this was resolved a while ago
11 replies | 1255 view(s)
-
Yesterday, 10:21 PM
It's the CVSMBF, CVDMBF, MKSMBF and MKDMBF four functions you want to use https://humanityidea.com/nba-byte/. There are also CVS, CVD, MKS, & MKD...
11 replies | 1255 view(s)
-
Yesterday, 10:00 PM
Louisiana has condo specific insurance that falls under the ISO form HO-6. Now finding a carrier who actually offers it is a separate issue.
...
14 replies | 252 view(s)
-
Yesterday, 09:40 PM
You can still see the selection in a ListView that doesn't have focus if the HideSelection property is set to False. The colour used to highlight...
4 replies | 245 view(s)
-
Yesterday, 09:25 PM
I have made a windows form app to record scores for my friends when each person has a race on my race simulator.As it is now i manually put in the...
0 replies | 16 view(s)
-
Yesterday, 08:39 PM
This has been a problem for me. I have a condo and the structure insurance is part of the monthly HOA fees. I tried to get renters insurance to...
14 replies | 252 view(s)
-
Yesterday, 08:21 PM
Yes, it seems so. This is weird.
Makes no sense to copy something that you already have.
45 replies | 826 view(s)
-
Yesterday, 08:20 PM
Hello all! :wave: I'm trying to Avoid using a BitBlt from the desktop to a DIB's DC, then calling GetDIBits call because it is taking too much time....
0 replies | 48 view(s)
-
Yesterday, 07:10 PM
Yes, I'll take that and "run with it". Thankyou for the translation. I was beginning to feel like a foreigner.
1912 replies | 1211123 view(s)
-
Yesterday, 07:09 PM
Pretty sure this trick applies only to arrays. Here's a function returning an UDT. The data is clearly being copied around in memory, the same goes...
45 replies | 826 view(s)
-
Yesterday, 06:15 PM
At least it is "weird" in the sense that I've never seen that before (may be from The trick, but The trick does weird things ;)). And I've seen quite...
22 replies | 423 view(s)
-
Yesterday, 06:09 PM
Are you sure? I think I recall and I'm quite sure that some expert (that now I don't remember who was *) told that strings and UDTs are not copied in...
45 replies | 826 view(s)
-
Yesterday, 05:22 PM
When you said it was weird I thought you were referring to the method of getting the form's GUID but that's just standard, any array of objects holds...
22 replies | 423 view(s)
-
Yesterday, 04:27 PM
No, unfortunately strings are being reallocated, the "StrPtr" pointer is different. BSTRs in COM are "immutable", you can't modify a string without...
45 replies | 826 view(s)
-
Yesterday, 04:11 PM
I think the same happens with Strings. What I don't know if they also need to be assigned in the last line of the functions.
45 replies | 826 view(s)
-
Yesterday, 04:01 PM
I checked the disassembly output of the 3 functions that you have posted, and they are virtually identical except in the last part, where VB calls...
45 replies | 826 view(s)
-
Yesterday, 04:00 PM
that sounds great.
instead of using "byref" this looks more clean. knowing this I will look into my current project and see if theres a use. :)
45 replies | 826 view(s)
-
Yesterday, 03:56 PM
It's not a hack mate, those API functions are well documented in MSDN, they work in all programming languages. The object needs to be registered...
22 replies | 423 view(s)
-
Yesterday, 03:44 PM
Also, did you test if that "hack" works in TB.
(I think now it is also important not to use hacks that won't work in future versions that we could...
22 replies | 423 view(s)
|
Click Here to Expand Forum to Full Width
|