-
Hi all, I've been coding in visual basic .net for years and I managed to convert an entire software to net core. Of course it was easy, just one button and build your application in netcore 6.0 or 7.0 etc.
In my application everything works but I can't figure out why Drag and drop doesn't work. In visual studio, which I've been using for years, I've always created visual basic .net applications but I wanted to take advantage of the netcore (with the dll) to have something more "modern" and for a better performance. The strange thing, I repeat, everything works but drag and drop doesn't work, the dragging the file onto a text box. Instead of pressing the button, to bring up the "show dialog", I dragged the file, with its path, appeared in the text box. Of course I don't understand if it's a bug or simply the visual basic language has been thrown in the toilet and therefore some things in visual basic net core don't work.
I repeat, I did NOT create a new application, I just took my application in visual basic net and converted it to netcore 5. Then from 5, with time and with updates, I brought it to 7.0 netcore. So actually I think it's because everyone is focused with c# or aspnet while visual basic seems uncared for and forgotten.
It seems to me like there was no cure.
-
Another thing that doesn't work besides drag and drop, I was trying to create a remote administration tool (not a rat, something legal, like team viewer but with the build file for the connection, where the question comes out: "Do you want to receive remote connection? etc.). We don't know for what strange ancestral reason, in Visual basic net I was able to create the builder, thanks to the arrays, I created the exe file (for the connection), the customer clicked, the question came out (I had made some changes): "A computer is trying to connect to yours. Do you allow the remote computer to control your pc? Attention and blah blah blah", ok, this is.
I did this to create something that is not a rat but is legal, in fact there is a window that is always open (the controlled computer can always close the connection by closing the window).
This in visual basic .net worked, now in VISUAL BASIC netcore it does NOT work(fails to create exe file for connection).
The exact same application, SAME.
I'm thinking that visual basic is really lame as a language, nothing works.
Configuration
Netcore 7.0
Windows 10
x64
Visual studio latest version
Regression?
Visual basic .net 4.8 >>> Visual basic netcore 5.0 >>> Visual Basic netcore 6.0 >>> Visual basic netcore 7.0 (latest) Windows forms
Other information
-
No error, no message. drag and drop works in Visual basic .net but doesn't work in Visual basic netcore
-
No error, no message. creation of a exe file with a builder(made with array ecc) in Visual basic .net works but doesn't work in Visual basic netcore.
Hi all, I've been coding in visual basic .net for years and I managed to convert an entire software to net core. Of course it was easy, just one button and build your application in netcore 6.0 or 7.0 etc.
In my application everything works but I can't figure out why Drag and drop doesn't work. In visual studio, which I've been using for years, I've always created visual basic .net applications but I wanted to take advantage of the netcore (with the dll) to have something more "modern" and for a better performance. The strange thing, I repeat, everything works but drag and drop doesn't work, the dragging the file onto a text box. Instead of pressing the button, to bring up the "show dialog", I dragged the file, with its path, appeared in the text box. Of course I don't understand if it's a bug or simply the visual basic language has been thrown in the toilet and therefore some things in visual basic net core don't work.
I repeat, I did NOT create a new application, I just took my application in visual basic net and converted it to netcore 5. Then from 5, with time and with updates, I brought it to 7.0 netcore. So actually I think it's because everyone is focused with c# or aspnet while visual basic seems uncared for and forgotten.
It seems to me like there was no cure.
Another thing that doesn't work besides drag and drop, I was trying to create a remote administration tool (not a rat, something legal, like team viewer but with the build file for the connection, where the question comes out: "Do you want to receive remote connection? etc.). We don't know for what strange ancestral reason, in Visual basic net I was able to create the builder, thanks to the arrays, I created the exe file (for the connection), the customer clicked, the question came out (I had made some changes): "A computer is trying to connect to yours. Do you allow the remote computer to control your pc? Attention and blah blah blah", ok, this is.
I did this to create something that is not a rat but is legal, in fact there is a window that is always open (the controlled computer can always close the connection by closing the window).
This in visual basic .net worked, now in VISUAL BASIC netcore it does NOT work(fails to create exe file for connection).
The exact same application, SAME.
I'm thinking that visual basic is really lame as a language, nothing works.
Configuration
Netcore 7.0
Windows 10
x64
Visual studio latest version
Regression?
Visual basic .net 4.8 >>> Visual basic netcore 5.0 >>> Visual Basic netcore 6.0 >>> Visual basic netcore 7.0 (latest) Windows forms
Other information
No error, no message. drag and drop works in Visual basic .net but doesn't work in Visual basic netcore
No error, no message. creation of a exe file with a builder(made with array ecc) in Visual basic .net works but doesn't work in Visual basic netcore.