
- 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, 11:13 PM
I have used 'mztools' add-in tool for many years to automatically put in error trapping template code
into every important sub/function.
If you use...
31 replies | 768 view(s)
-
Today, 11:01 PM
Hello
Is it possible to open a word document with macro (.docm) with VB6?
I have a merged document that opens in .doc but in .docm it is blank....
0 replies | 3 view(s)
-
Today, 10:47 PM
Here's my take on this.
7 replies | 192 view(s)
-
Today, 08:59 PM
And yet there's no Refresh call in the code you posted, so how are we supposed to determine what's wrong?
3 replies | 126 view(s)
-
Today, 08:54 PM
I just noticed that this is a C# question in the VB.NET forum. This site has a C# forum. Don't post in the wrong forum just because you think it will...
7 replies | 192 view(s)
-
Today, 07:28 PM
This is some code that can be used with the post #1 code that will allow UDTs to be converted to Strings that are compatible with the vbString...
7 replies | 240 view(s)
-
Today, 07:24 PM
"Windows\System32\Shell32.dll" is a resouces library file of Windows; if you happen to be using Win 10 Home Edition, to test what we are talking...
10 replies | 231 view(s)
-
Today, 07:15 PM
If txt >= "A" And txt <= "Z" Then'
That’s an implicit conversion. It’s not testing greater than or equal (or lees than or equal) on the one...
10 replies | 312 view(s)
-
Today, 07:08 PM
Thanks .Paul,
'If txt >= "A" And txt <= "Z" Then' Works correctly.
It only checks that it's a letter, not a number, because numbers are permitted...
10 replies | 312 view(s)
-
Today, 05:16 PM
Well, hopefully that will help, I will have to do some digging but thankyou anyway. Glad you are back on track again.
I am fairly certain my GDI+...
10 replies | 231 view(s)
-
Today, 05:03 PM
u dont need more performance wise,
its just checkboard we are dealing with.
sure u can create a memorydc, and create a "screen*screen" sized...
16 replies | 275 view(s)
-
Today, 04:58 PM
Well then you have your answer, there are two bitmaps involved. Just watch out for leaking GDI objects.
10 replies | 231 view(s)
-
Today, 04:57 PM
if anybody can help with this will be greatfull
4 replies | 186 view(s)
-
Today, 04:54 PM
My question is simply asked so that I can extract an icon and then convert it using that handle to a bitmap so that I can load it into a dictionary...
10 replies | 231 view(s)
-
Today, 04:53 PM
I suppose you might also cache the hBrush to use across resizings. Just delete it and recreate it when you change the SquareSize or the colors.
...
16 replies | 275 view(s)
-
Today, 04:51 PM
Dil, sorry, crashing? I'm not having any crashing. Flexgrids? You are confusing my post with another entirely.
I think you may have lost track.
10 replies | 231 view(s)
-
Today, 04:51 PM
An Imagelist creates two bitmaps, one for color and one for mask. These bitmaps are very wide, horizontally tiling all of the images it stores.
...
10 replies | 231 view(s)
-
Today, 04:50 PM
Dil, your vbMinimized check is definitely something I need to add.
16 replies | 275 view(s)
-
Today, 04:48 PM
Oh goodness Dil. You really went all out. Hmm, now I've possibly got some benchmarking to do to see which is fastest.
16 replies | 275 view(s)
-
Today, 04:44 PM
No problem. Let me/us know if you use this thing and how it performs.
I'm hoping Eduardo will jump back in and do some performance testing of...
7 replies | 240 view(s)
-
Today, 04:44 PM
How does using an ImageList get around GDI limits?
The ImageList is just managing a list of bitmaps. ImageList_Add does the same...
10 replies | 231 view(s)
-
Today, 04:41 PM
Thanks a lot.
I already have something to entertain myself with
sorry for my language
7 replies | 240 view(s)
-
Today, 04:34 PM
Okey dokey. :) Here you go.
I just put it into a module named ArraysInFarMemory.bas:
Option Explicit
'
Private Declare Function...
7 replies | 240 view(s)
-
Today, 04:31 PM
Ah thanks SearchingDataOnly.... Um, just wondering, is there any way to place these cwTextBoxes and such on a standard VB Form? I saw in JPBro's...
2 replies | 147 view(s)
-
Today, 04:28 PM
Use GetIconInfo() but there are numerous caveats.
First, every loaded Icon eats two bitmaps: color and mask even for PNG-format Icons. Second,...
10 replies | 231 view(s)
|
Click Here to Expand Forum to Full Width
|