
- 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:32 AM
Create your connection and adaptor once ...
Private Sub Button2_Click(sender As Object, e As EventArgs) Handles Button2.Click
Dim...
4 replies | 90 view(s)
-
Today, 11:30 AM
Try below as suggested in the link I posted earlier.
On Error Resume Next
With OutMail
.To = ""
.CC = ""
.BCC...
4 replies | 48 view(s)
-
Today, 11:30 AM
That's because the file is on the server and needs to be url encoded in order for the link to work. Solution is to not use spacces in the file name....
4 replies | 48 view(s)
-
Today, 11:12 AM
Hello,
Thank you for the reply. I did check that already and it did not help me or might be I am doing something wrong.
I shared only part of...
4 replies | 48 view(s)
-
Today, 10:57 AM
I don't see any code there that sends an email attachment.
That being said, the only assistance I can give is to point you to this external...
4 replies | 48 view(s)
-
Today, 10:45 AM
Interesting request. I'll consider it but I don't promise when I'll do it (or if ever).
To do it automatically I'll have to expand the TDIMode...
97 replies | 13120 view(s)
-
Today, 10:41 AM
If you are using a vaguely modern version of .Net then you could also consider something like the Entity Framework instead of using DataTables etc.
4 replies | 90 view(s)
-
Today, 09:57 AM
Well, I bought a new old car. 1964 American Rambler, Typhoon edition.
68407 replies | 15892800 view(s)
-
Today, 09:56 AM
https://learn.microsoft.com/en-us/dotnet/api/system.data.datacolumn.expression?view=net-8.0
4 replies | 90 view(s)
-
Today, 09:53 AM
DataTables columns have an Expression property that you could probably use if it’s one row one field equals another field in the same row, multiplied...
4 replies | 90 view(s)
-
Today, 09:46 AM
Hi all.
I have the following code in Visual C++ 6.0.
to dim the screen.
I know there is wmi but I use a TV that doesn't work.
This code works...
0 replies | 31 view(s)
-
Today, 09:38 AM
The fact that "For Each" circumvents any bounds checking is definitely going to provide some speedup.
Also, using Variants isn't a huge deal. The...
29 replies | 648 view(s)
-
Today, 09:27 AM
Re-post of sections of my post #10:
Dim x As Variant
Dim y As Variant
Dim col As ColorConstants
For Each y In LevelMap0
...
29 replies | 648 view(s)
-
Today, 09:10 AM
Hello Everyone,
I am very new to VBA and tried at the moment stuck, I want that my file that is attaches to outlook to have a specific name "Stock...
4 replies | 48 view(s)
-
Today, 08:55 AM
vb6:
rs.open "select * from abc where id>1",conn
while not rs.eof
rs("field2")=rs("id")*2
rs.update
rs.movenext
wend
There are too many...
4 replies | 90 view(s)
-
Today, 08:45 AM
I wouldn't do that to my worst enemy.
Old (and probably new, haven't tried nor have the desire) asp.net control will go in a certain amount, that is...
2 replies | 263 view(s)
-
Today, 08:34 AM
Equally likely, the controls are being added to Form2.Controls and not Me.Controls ... so it's explicitly adding them to the default instance and not...
4 replies | 144 view(s)
-
68407 replies | 15892800 view(s)
-
Today, 08:07 AM
Moved from the VB6 CodeBank forum, which is for sharing working code snippets.
1 replies | 101 view(s)
-
Today, 07:59 AM
Tooter Turtle, 1960 cartoon. The saying was a common one by another character "Mr. Wizard the Lizard" who recued Tooter many times from his journeys...
68407 replies | 15892800 view(s)
-
Today, 06:12 AM
In #1 you're assigning the parent pidl and child pidl to the same variable. And 'Unknown' is undefined, so would be a Variant (if you don't have...
1 replies | 116 view(s)
-
Today, 06:04 AM
VB6 has IUnknown and IDispatch built in. It hides them and restricts the methods. My typelib has versions that are *not* hidden nor restricted. But...
3 replies | 141 view(s)
-
Today, 05:51 AM
For future issues like these, if you just have Dim f As Folder then it will use the one in the reference with the highest priority (the order in the...
2 replies | 120 view(s)
-
Today, 05:39 AM
Will do, thankyou Olaf, coming by email!
43 replies | 4101 view(s)
|
Click Here to Expand Forum to Full Width
|