Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
Command Button Behaviour-VB.Net
Name: kaepeekay Date: November 24, 2004 at 02:25:37 Pacific OS: Windows 2000 Prof CPU/Ram: 512mb
Comment:
I am facing a problem. I have put a command button in VB.Net Form(Windows Application) and its caption is &Clear. But whenever I press 'C'(without Alt) the event is firing. I have datagrid in that form also. I don't know what is happening behind. Need a suggesstion
Name: secrets Date: November 25, 2004 at 05:20:23 Pacific
Reply:
there are two possible options one is that you have put hotkey on the application which is peforming this..... second can be that your alt button is not working correctly.
Summary: Does anybody know the coding how to disable the close (x) button in VB.NET? The (x) button is shown in the form but just do nothing at runtime. So, the user must click the Cancel button that I created...
Summary: How can I return an errorlevel to the command line through VB.NET? I have tryed: ExitProcess(NewDate) Environment.Exit(NewDate) I am new with this so the more information the better. I can't find an...