
- 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:29 PM
You can also set the WindowState of the PrintPreviewDialog, before showing it...
preview.WindowState = FormWindowState.Maximized
15 replies | 229 view(s)
-
Today, 05:24 PM
Thank you, Joe Caverly, Niya, Eduardo, gilman and LeoFar.
Yes, it's because there are always strange function names like ComputeHash_2,...
12 replies | 513 view(s)
-
Today, 05:23 PM
This might help... here's how I search for things: go to google, then use so in this case "vb.net printdocument marginbounds" this usually...
15 replies | 229 view(s)
-
Today, 05:22 PM
That certainly looks and sounds like ASP.NET, so I have moved the thread. If that isn't correct, you can either report the thread, or send one of the...
1 replies | 62 view(s)
-
Today, 05:15 PM
There's some Windows setting on some versions that prevents the recognition of an external manifest.
But that's really an oversight, the control...
148 replies | 40158 view(s)
-
Today, 04:58 PM
The interface itself doesn't tell you the username, no. Once you know the file is in use you'd have to find that info out using other methods.
If...
4 replies | 197 view(s)
-
Today, 04:46 PM
You'd call it like this:
Dim sFile() As String
ReDim sFile(0)
sFile(0) = "C:\mydir\sinc.csv"
UploadToFTP sFile
And modify the UploadToFTP...
16 replies | 442 view(s)
-
Today, 04:24 PM
Hi just seen your message but I am very short of time. Do the following, if this doesn't work you will have to zip up your entire code and post it...
148 replies | 40158 view(s)
-
Today, 04:13 PM
whaaaaat? at 2TB? that smol? Got an SKU for that puppy? or something to look it up?
-tg
2 replies | 47 view(s)
-
Today, 04:01 PM
The picture makes it look bigger than it is, like a 2000mAh power bank or something.
No, it is only about 2 fingers wide. Case seems to be...
2 replies | 47 view(s)
-
Today, 03:54 PM
Picked up one of these:
Measures roughly 3 1/2" long x 1 5/8" wide x 1/4" thick. Tiny!
A USB-C port, one dim LED. Cable USB-C plug to...
2 replies | 47 view(s)
-
Today, 03:53 PM
Post #3 and Post #5?
What is the purpose of comparing hWnd to 1? The chances of it being 1 is probably several billion to one.
12 replies | 528 view(s)
-
Today, 03:50 PM
Thank you guys ! Much appreciated !
16 replies | 298 view(s)
-
Today, 03:35 PM
Note that I've updated my post, and also added a p.s.
What I suggested may not work the way I expected in VB6. I've done minimal work writing...
16 replies | 298 view(s)
-
Today, 03:23 PM
I'd think if a Class like this was useful it would probably do those operations by combining itself with a 2nd instance, but I was trying to stick...
16 replies | 298 view(s)
-
Today, 03:18 PM
Both forms are independent.
I am interested why my prior code does not work:
Public Declare Auto Function FindWindowNullClassName Lib...
12 replies | 528 view(s)
-
Today, 03:13 PM
@passed
What code do you need to get this working :
evenoddUnion = even.union(odd) what am I doing wrong here ?
I can understand what an array...
16 replies | 298 view(s)
-
Today, 03:04 PM
Hmmmmmm.....
This little experiment shows that List fails, but surprisingly BlockingCollection doesn't(didn't during my limited test runs).
...
9 replies | 150 view(s)
-
Today, 02:58 PM
In my case, I expect it to compare set a and set b. The function compares its own set with the set passed in, and returns a new set.
So, I'm...
16 replies | 298 view(s)
-
Today, 02:51 PM
@ dilettante
Nice code I can understand. Your demoprogram is using lots of cool stuff
here I can learn from :)
16 replies | 298 view(s)
-
Today, 02:49 PM
@passed
Why only one set_in for the function ? You need to compare two !
abUnion = a.union(b) I don't understand a thing about what you are...
16 replies | 298 view(s)
-
Today, 02:23 PM
Yeah, I wouldn't look too far or hard on anything about refactoring. All it means is to rewrite your code. That's all it it. Hopefully the rewrite is...
16 replies | 298 view(s)
-
Today, 02:19 PM
@7edm, add the normal Validate handler too, like below.
Private Sub VBFlexGrid1_Validate(Cancel As Boolean)
' This must be handled when...
30 replies | 22399 view(s)
-
Today, 02:03 PM
If you want to get the answer when you click on the cards then it belongs in your card's Click event.
Now you may want to add additional business...
3 replies | 65 view(s)
-
Today, 02:02 PM
Also part of the problem is this, "The problem is that it's possible for a user to abort and restart the process while the display thread is part way...
9 replies | 150 view(s)
-
Today, 02:00 PM
Where do I call it ? Do I need to make a sub for it ? Because when I call it in main I get the answer before I click on the cards
3 replies | 65 view(s)
-
Today, 01:56 PM
You can hardly write any program in VB6 without "OOP." I think you have been wildly mislead by those with a very weak grasp on the subject. Almost...
16 replies | 298 view(s)
-
Today, 01:46 PM
The issue I have with thread safe collections, and the like, is that I'm not sure that it applies. Thread safety should be about adding, deleting,...
9 replies | 150 view(s)
|
Click Here to Expand Forum to Full Width
|