I’m trying to make something like widgets on Windows 7 and I got it how can I make the form appear in the back of all windows all the time and how to move it around, but I don’t know how to bypass show desktop. Any ideas? submitted by /u/TAO_Croatia [link] [comments]
/r/visualbasic
Need help with old program
I have a few friends who rely on an old program the company that created this went under many years ago the problem is it only runs on Windows xp and requires a parallel dongle which mostly have stoped working and a pin code for the chart which many of my friends have also lost […]
A program that I need for school and have no idea how to create
I am doing a task where I’m supposed to encrypt a message by making every letter in the message the letter that comes three positions after it, so for example the input: ABC would have the out[ut of: DEF submitted by /u/Darkallux [link] [comments]
VB.NET Drag and dropping requires holding control?
Hello, I have an application with a listbox and a richtextfield. I am trying to drag the selected item in the listbox into the richtextfield. It’s working, but for some reason it only works if you hold down control before mousing down on the listbox item. Is there anyway I can get it to drag […]
PICTUREBOX WITH PNG IMAGE OVERLAY OVER EACH OTHER
As the title suggest, how do I make 2 pictureboxes with png images layer with each submitted by /u/battleSushi [link] [comments]
Need help with passing records through Parameters
I have a record with 3 variables in it and I need to pass them through different parameters. This is what I have so far: Public form Structure tennisClub Dim forename as String Dim surname as String Dim shotSpeed as Decimal End Structure ——————————————————– Dim members(10) as tennisClub Call getFile(members(10).forename, members(10).surname, members(10).shotSpeed) […]
[VB 2013] Need help with finding pythagorean triples using For loops
The project I’m working on is simply generating a list of all pythagorean triples from 1 to 1000 using For loops. I know it must be something to do with For loops inside each other and possibly using Mod but I am pretty clueless besides that. Any help would be appreciated! submitted by /u/TakkaDawg [link] […]
[VB2017] Need help with an array.
A project I’m doing has me input numbers into text boxes and then put them into an array. It’s 6 text boxes so all of them have to be used. I have to find the lowest and the highest number in the array. The highest works perfectly fine but the lowest doesn’t return anything. I […]