Register
Help
Remember Me?
Forum
What's New?
Activity Stream
New Posts
New Events
Mark Forums Read
Advertiser Disclosure
Advanced Search
Home
Activity Stream
If this is your first visit, be sure to check out the
FAQ
by clicking the link above. You may have to
register
before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.
Activity Stream
Filter
Sort By
Time
Show
Recent
Recent
Popular
Popular
Anytime
Anytime
Last 7 Days
Last 7 Days
Last 30 Days
Last 30 Days
All
All
Photos
Photos
VBForums
Forums
New Activity (
)
Please reload this page to view the 200+ new activity items that have been created.
Older Activity
Today,
06:15 AM
jmcilhinney
replied to a thread
Print a RichTextBox
in
Visual Basic .NET
Just one small point: it's not a control. It's a component, which is what's required for designer support. A control is a type that inherits the...
see more
6 replies | 54 view(s)
Today,
06:12 AM
jmcilhinney
replied to a thread
Print a RichTextBox
in
Visual Basic .NET
And I wonder what research you did to find out. You would generally add it to the form in the designer, just like you would a Button or a TextBox,...
see more
6 replies | 54 view(s)
Today,
06:10 AM
gbendin
replied to a thread
Print a RichTextBox
in
Visual Basic .NET
Thank's. Now is ok!
see more
6 replies | 54 view(s)
Today,
06:07 AM
jmcilhinney
replied to a thread
VS 2022
Getting bit from Byte
in
Visual Basic .NET
Two options come to mind immediately: a BitArray and bit-masking, e.g. Module Module1 Sub Main() Dim b As Byte = &B10110101 ...
see more
2 replies | 45 view(s)
Today,
06:03 AM
wqweto
replied to a thread
Microsoft hardening DCOM, forcing packet integrity on March 14, 2023
in
CodeBank - Visual Basic 6 and earlier
One of the most weird ADO connection string I've seen recently. SQLNCLI is SQL Server Native Client 9.0 OLEDB provider for MSSQL 2005 and here are...
see more
2 replies | 115 view(s)
Today,
06:01 AM
TysonLPrice
replied to a thread
VS 2022
Getting bit from Byte
in
Visual Basic .NET
That's over my head but I see something out there called a bit array that looks like you can do that: ...
see more
2 replies | 45 view(s)
Today,
05:55 AM
paulg4ije
replied to a thread
Print a RichTextBox
in
Visual Basic .NET
There is a PrintDocument control in the toolbox. Drag it to your form and it will be called PrintDocument1 by default.
see more
6 replies | 54 view(s)
Today,
05:27 AM
Niya
replied to a thread
[RESOLVED] Renaming of overloaded functions from .NET
in
Visual Basic 6 and Earlier
Yea, I get what you're trying to say. I sometimes forget that the BASIC language enforces a lot of bad habits and thought patterns. BASIC encourages...
see more
28 replies | 614 view(s)
Today,
04:59 AM
gbendin
replied to a thread
Print a RichTextBox
in
Visual Basic .NET
So i have to declare... PrintDocument1? I'm not expert in this type of code, i try to merge piece of code found on web pages..... and this is the...
see more
6 replies | 54 view(s)
Today,
04:51 AM
jmcilhinney
replied to a thread
Print a RichTextBox
in
Visual Basic .NET
If you didn't have Button1 on your form, would you expect to be able to handle the Click event of of Button1? If you didn't have TextBox1 on your...
see more
6 replies | 54 view(s)
Today,
04:21 AM
Mer08_
started a thread
VS 2022
Getting bit from Byte
in
Visual Basic .NET
I am trying to assign a bit of a Byte to a control in my form. I have tried to search on internet but I couldn't find anything. I expect my code to...
see more
2 replies | 45 view(s)
Today,
04:21 AM
gbendin
started a thread
Print a RichTextBox
in
Visual Basic .NET
Hi, i have a problem with a VB2013 Form APP on windows. This is a old code that i try to modify. In a "Public Class Form2" i try to print a...
see more
6 replies | 54 view(s)
Today,
04:19 AM
PrizeGotti
replied to a thread
[RESOLVED] Updating Controls Simultaneously
in
Visual Basic .NET
When running in a loop that changes the image 30 times per second, after a few iterations there's a noticeable delay on my system.
see more
6 replies | 226 view(s)
Today,
03:14 AM
Brenker
replied to a thread
VB6 Program Compiling Errors - Who would like to try?
in
Visual Basic 6 and Earlier
As I see it, just use a Hex Editor.
see more
6 replies | 211 view(s)
Today,
03:05 AM
Schmidt
replied to a thread
Microsoft hardening DCOM, forcing packet integrity on March 14, 2023
in
CodeBank - Visual Basic 6 and earlier
This thread should be moved to the main-VB-forum IMO... Though - when MS states, that only COM+ interactions are affected - (x-process/x-machine...
see more
2 replies | 115 view(s)
Today,
02:05 AM
Schmidt
replied to a thread
Create CSV File for European Number Format
in
Visual Basic 6 and Earlier
Please try it out at least ... And no, there is no ADO-Projectreference to set (if you have a DAO-one currently)... The ADO.Stream-Object is not...
see more
15 replies | 284 view(s)
Today,
01:48 AM
vb6forever
replied to a thread
VB6 Program Compiling Errors - Who would like to try?
in
Visual Basic 6 and Earlier
If you don't have the VB source file, I doubt anyone can help. ================= If you have the Source code, then zip it up and post it here....
see more
6 replies | 211 view(s)
Today,
01:15 AM
Zvoni
replied to a thread
[RESOLVED] Renaming of overloaded functions from .NET
in
Visual Basic 6 and Earlier
We might be all right, and we might be all wrong. My point is, that you can overload subs, too, which don't have a return type, and that you can...
see more
28 replies | 614 view(s)
Today,
12:51 AM
cyberblitz
replied to a thread
[RESOLVED] Sorting Gantt Bars (simplified)
in
Visual Basic .NET
Who says the human race was logical!!
see more
5 replies | 448 view(s)
Today,
12:45 AM
gilman
replied to a thread
Create CSV File for European Number Format
in
Visual Basic 6 and Earlier
It can be usefull: https://www.connectionstrings.com/textfile/
see more
15 replies | 284 view(s)
Today,
12:43 AM
LeandroA
started a thread
TooltipText in a Label control inside a usercontrol as a container
in
Visual Basic 6 and Earlier
Hello guys, I am using a usercontrol as a control container, and I have found that windowsless controls do not show their tooltiptext, does anyone...
see more
0 replies | 45 view(s)
Today,
12:30 AM
AngelV
replied to a thread
Finding OLB, TLB file paths dynamically at runtime ?
in
Visual Basic 6 and Earlier
No. Just a few tlbs required or frequently used in office apps such as Word, Excel, PPoint, Access, vba, vbe, MsForms, UIAutomation, Accessibility...
see more
10 replies | 271 view(s)
Today,
12:18 AM
AngelV
replied to a thread
Finding OLB, TLB file paths dynamically at runtime ?
in
Visual Basic 6 and Earlier
That is a useful lookup routine. Thanks for your time and effort.
see more
10 replies | 271 view(s)
Yesterday,
11:00 PM
jmcilhinney
replied to a thread
Showing text over an image
in
Visual Basic .NET
Firstly, that code is not valid. Secondly, if you change it to be valid then it will work as you want. If you had spent a bit more time...
see more
4 replies | 159 view(s)
Yesterday,
10:10 PM
groston
replied to a thread
Showing text over an image
in
Visual Basic .NET
Thank you. Drawing the text in the Paint event handler of the PictureBox seems like the better approach. I have been doing some searching and I see...
see more
4 replies | 159 view(s)
Yesterday,
09:08 PM
cyberblitz
replied to a thread
[RESOLVED] Sorting Gantt Bars (simplified)
in
Visual Basic .NET
This is the complete solve and works as I intended. This is now solved. Not an elegant solution but it works as I wanted: Private Sub...
see more
5 replies | 448 view(s)
Yesterday,
08:55 PM
dilettante
replied to a thread
Create CSV File for European Number Format
in
Visual Basic 6 and Earlier
The ACE OLEDB Providers are just rewarmed private versions of the Jet 4.0 OLEDB Provider that ships in Windows. Jet 4.0 can support old "Access"...
see more
15 replies | 284 view(s)
Yesterday,
08:40 PM
OptionBase1
replied to a thread
Question about the 'INTERNET_STATUS_CALLBACK'
in
ASP, VB Script
Did you notice that this thread is over 22 years old? In any case, it seems that the relevant code you may be looking for was included in the...
see more
4 replies | 1572 view(s)
Yesterday,
08:30 PM
Elroy
replied to a thread
Arrays in Far Memory
in
Visual Basic 6 and Earlier
I'll take a look. ----- Hmmm, weird. It crashes at wildly different index numbers, no pattern at all. I've got something else I need to do...
see more
29 replies | 1132 view(s)
More Activity
No More Results
No Recent Activity
Click Here to Expand Forum to Full Width