Visual Basic has stopped working vb6 window 10 - vb6

I'm extremely new to this programming stuff and here is my problem.
Every time I open my VB6, I open a new project and select a Standard EXE, everything works totally fine.
I can add anything to from the toolbox to the form. But this error comes out everytime double click on the object (eg. button)

VB6 is in "It just works" state of support in Microsoft. You don't have to double click, Click once then drow the button with you mouse pressed on the form

Related

VS Code typing when change app and come back to code in MacOS App

I got stuck in VS Code, whenever i code and change app in MacOS, once i come back to code in VS Code every button i click doesn type any letter, any help?
I've tried to click on any button but every button does weird things like deleting parts or move the cursor, only way is to reboot VS Code app

Is there a way to make "pynput" clicks on "next" or "cancel" buttons in exe installer?

I made a python script to automate sum apps on windows, and its working very fine.
I am using pynput to click on elements (by giving the coordinates)and to insert a text to fields.
Like i said every thing is working very fine, the problem is when i am trying to click on a button (next, cancel...) on an exe installer, the mouse do not move and do not click on the given coordinates when the installer window is in focus.
when putting the installer window out of focus, the mouse starts moving and clicking.
Help please !!!
Thanks a lot

vb6 button click event strange behaviour

I have a very large accounting system. In a user preferences section, the program has begun to act abnormally on my development machine only. No customers are reporting this, nor can I duplicate it on any of my other computers. Running Windows 8.1, others are on 7.0. Not exactly sure when this started happening because it's not the kind of thing one goes into on a regular basis. The preferences screen consists of a tab control and various standard controls. At the bottom is Okay, Cancel, and Apply buttons. All three buttons seem to be acting with the same strange behaviour. Clicking with a mouse does not generate a click event yet does not hang the system - mouseup follows and you can click it again and see the mousedown and mouseup but no click. However, since the Okay is defined as Default, pressing enter DOES create the desired click event, and all the code inside that even runs fine. Cancel and Okay also unload the form, but when clicked, that doesn't happen because none of the code gets executed, yet you can still navigate the screen (move between tabs and controls) but you can't even click the "X" button to close the form at that point.
Also, if you go straight in, and press enter, everything works and the form unloads, but if you do anything before pressing enter (or escape to cancel), like change a tab and/or edit a value, then press enter, the click event again does not run and the system semi-hangs.
I tried turning-off my anti-virus thinking that might have something to do with it, but no-go. Debugging is frustrating because while I finally got it execute the click event, the stop command inside that event (after debug.print "click") would allow stepping and success if just straight in and enter, but if anything else done as before described would stop at the stop statement (keyboard enter only still no mouse clicks under any scenario) and would do a total lock-out. In other lockouts where it would let me navigate, almost always selecting a new tab would cause a fatal error and it would force-unload VB for me, otherwise I had to use the task manager.
This is driving me nuts, but I don't know how else to debug it.
The culprit was tv_w32.dll which is Team Viewer. Turning-off Team Viewer allows my program to run normally.

Why does visual studio not repaint the program when I click on certain places like the solution explorer tab?

I managed to get VS2013 in this strange state a couple times now: The program loads fine but when I click on the solution explorer tab, the error list tab and a few others the program won't repaint in response to my click. I have to minimize the program and remaximize, whereupon everything appears as it should have right after the click.
I don't know if anyone had this issue before.. if not, where can I file a bug report?
I changed back to software rendering, it worked properly immediately. I was using 3d acceleration.

How I bring back property thingy in VS2008

I accidently closed the property thing in VS2008, you know the one where when you're using Winforms you can edit like a controls text, font, dock, anchor, etc, etc.
How I get it back can't find!
To clarify it's the side panel thingy where you can edit control properties... usually goes side by side with the Toolbox, like you can't develop a Winform application wtihout this panel and I can't figure how to open it omg QQ!
Select a control on the forms designer and press F4

Resources