
- 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, 04:23 PM
on this line :
you set the font by a variable named "font".
You can set your own : dim font_new as New Font(String, Single, FontStyle)...
2 replies | 139 view(s)
-
Today, 04:22 PM
That's fine as long as you register the RC6.dll on any target computers, otherwise it won't work when you distribute your application. Regfree makes...
3 replies | 88 view(s)
-
Today, 04:17 PM
https://www.vbforums.com/showthread.php?845873-FontAwesome-SVG-Resources-(per-vbRichClient5)
but I don't know if it has animated
a greeting
2 replies | 81 view(s)
-
Today, 04:14 PM
in your example it only works if there is only one usercontrol in the others the data is deleted.
you could make it multi files
a greeting
9 replies | 350 view(s)
-
Today, 04:11 PM
Why "with very strange hair" ?:eek:
21 replies | 291 view(s)
-
Today, 04:08 PM
you might start with excellent Gossamer project on these forums (https://www.vbforums.com/showthread.php?532752-VB6-Yet-Another-Web-Server). The code...
132 replies | 2884 view(s)
-
Today, 03:59 PM
@paul - Thank, I forget about the RemoveAll method. Do you know if there is a method to get every index of an item in a collection? The reason I use...
3 replies | 66 view(s)
-
Today, 03:43 PM
Any thoughts on this? (or just on a thing, even a small one).
132 replies | 2884 view(s)
-
Today, 03:34 PM
The Generic List(Of T) has a RemoveAll method...
...
3 replies | 66 view(s)
-
Today, 03:33 PM
This is my approach.
9 replies | 350 view(s)
-
Today, 03:04 PM
Yeah all DIVs hidden from the start.
click BUTTON 1 displays DIV1 and hides all other DIVs
click BUTTON 2 displays DIV2 with DIV1 (DIV1 should...
4 replies | 46 view(s)
-
Today, 02:55 PM
Looks like this worked when I tested. I'm open to other inputs.
<script>
window.onload = function(){
var x =...
4 replies | 46 view(s)
-
Today, 02:53 PM
Set the style of the one div to hidden right from the start... you're over thinking it. You don't need to do it from script... just set it's style to...
4 replies | 46 view(s)
-
Today, 02:50 PM
I think you're getting too anecdotal.
I just ran my Windows 10 VM on my machine: i7 4790k, 32 gigs of ram and the host is debian. The VM has 8...
128 replies | 3098 view(s)
-
Today, 02:34 PM
Server is a (lower-power) quad-core xeon (clocking up to 2.4GHz or something, 8GB Ram and SSD-HD) -
run within a (VMWare-based) HyperVisor in a...
128 replies | 3098 view(s)
-
Today, 02:31 PM
There was talk of a ransom, but they abandoned that idea after being with him for 10 minutes... :D
21 replies | 291 view(s)
-
Today, 02:29 PM
What do you mean with "not really"?
Could you explain in what part you don't agree?
6 replies | 133 view(s)
-
Today, 02:24 PM
Aren't there several versions of the framework? Don't you need the right version you developed for installed?
I remember trying to run one or two...
128 replies | 3098 view(s)
-
Today, 02:19 PM
Exactly.
I was just curious, asked just for general knowledge.
132 replies | 2884 view(s)
-
Today, 02:16 PM
Windows Server 2016 has had a long-standing problem with updates taking forever to install. As in all-night in plenty of cases. It's really bad if...
128 replies | 3098 view(s)
-
Today, 02:07 PM
It looks like I can use this script below. It hides DIV2 but I want to use it only when DIV1 and DIV2 is visible on the screen. How do I check for...
4 replies | 46 view(s)
-
Today, 01:50 PM
Ughh, come on, really...?
Again, I'm talking about the deployment of the framework (which these days usually happens via Windows-Update).
When I...
128 replies | 3098 view(s)
-
Today, 01:47 PM
I'm trying to do some minor changes on a web application but the source code is missing. I think I can modify the ASPX page for minor visual changes...
4 replies | 46 view(s)
-
Today, 01:36 PM
That's my suspicion as well...form_load. If desired, call these functions/subs from form_activate instead of form_load...that would solve the...
2 replies | 72 view(s)
-
Today, 01:33 PM
thank you sir
In fact this is the 1st thing I did.
I also change reference to RC6
yes, they are there.
Everything is working without...
3 replies | 88 view(s)
-
Today, 01:02 PM
You can use this function to match each item in a collection by a given pattern:
Private Function MatchPattern(collection As IEnumerable(Of String),...
3 replies | 66 view(s)
-
Today, 12:50 PM
Yeah, it is weird. I missed the meat of post #9, as well. I ended up suggesting (without any code) a very similar approach. I did think that somebody...
21 replies | 291 view(s)
-
Today, 12:21 PM
u can create a usercontrol, a picturebox, where u "load" png using API. store the converted 32-bit into the picturebox
and when u run, the...
9 replies | 350 view(s)
|
Click Here to Expand Forum to Full Width
|