RE: [NF] Help With VB.Net

2022-01-10 Thread John
Many thanks Alan, I'll give it a try. I knew Profox would come up with the goods 😊 John John Weller 07976 393631 > -Original Message- > From: ProfoxTech On Behalf Of Alan Bourke > Sent: 10 January 2022 14:58 > To: profoxt...@leafe.com > Subject: Re: [NF] Help With VB.Net > > Assuming

Re: [NF] Help With VB.Net

2022-01-10 Thread Alan Bourke
Assuming you are using Windows Forms and not WPF ... You can detect an 'Enter' keypress via the KeyPress event. Private Sub TextBox1_KeyPress(sender As Object, e As KeyPressEventArgs) Handles TextBox1.KeyPress If e.KeyChar = Microsoft.VisualBasic.ChrW(Keys.Return) Then Me

[NF] Help With VB.Net

2022-01-10 Thread John
I am trying to help a friend write an app in VB.Net. I need some code to fire when a number is entered into a textbox and Enter pressed, as in the Valid event in VFP, but can’t seem to find the appropriate VB event – any suggestions gratefully received. I’m asking here because it is easier to

RE: Problem trying to run a Powershell script as an Explorer shell command (Fox related)

2022-01-10 Thread paul.newton.hudl
SFA ... 😊 -Original Message- From: ProfoxTech On Behalf Of Alan Bourke Sent: 10 January 2022 07:49 To: profoxt...@leafe.com Subject: Re: Problem trying to run a Powershell script as an Explorer shell command (Fox related) > I have everything working as expected for SCX, VCX, MNX, FRX an