python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Does Windows Forms have a control for browsing drives, directories, files
Back in a day, Visual Studio 6 had:
DriveListBox
DirListBox
FileListBox
Does Windows Forms have something similar built-in, or is there a way to import it from VS6 (I came across some terms like VB6...
Dalibor
Votes: 0
Answers: 1
How to create a ControlSource ms-access property in c++ without VB6
I'm trying to create a MFC ActiveX control with Visual Studio 2022, that should have a ControlSource property under Data Category when inserted in ms-access form. So that it would be possible to bind...
Bert1974
Votes: 0
Answers: 0
What is the VB.net equivalent of VB6's Printer.DrawingMode? (Using the Microsoft.VisualBasic.PowerPacks.Printing.Compatibility.VB6 namespace)
In VB6, it's possible to do something like this:
Printer.DrawMode = vbWhiteness
Printer.Circle (x1, y1), radius1
Printer.DrawMode = vbBlackness
Printer.Circle (x2, y2), radius2
The VB6 compatibility ...
VeryColdAir
Votes: 0
Answers: 0
Is there a way to use the graphics class methods (Graphics.DrawString or Graphics.DrawLine) for a PrintDocumet outside of the PrintPage event?
I'm rewriting a VB6 application in VB.net. Instead of using the VB6 printer namespace, I'm trying make the code natively VB.net compatible.
The VB6 application has a bunch of printer.print statements ...
VeryColdAir
Votes: 0
Answers: 0