GUI development in VB.NET

  • Thread starter Thread starter CodingKnight
  • Start date Start date
C

CodingKnight

Guest
I have a little question regarding GUI development in Visual Basic. I've recently been learning JavaFX (a java GUI library) and have also learnt PyQt5 (Python GUI) in the past. I've recently been whether there is something similar to these two in VB.NET for GUI's.

I know about Visual Basic Forms, but that feels more like the Scene Builder for JavaFX or Qt Designer for PyQt5. Basically a drag and drop kind of system. Is there not a more "traditional" way of creating GUI's in VB? Or is windows form my only option?

Continue reading...
 
Back
Top