Thanks in advance...
 
How would I write this code in vb2005,
 
Private Sub txtForemane_Keypress (KeyAscii As Integer)
If KeyAscii >= Asc("0") And KeyAscii <= Asc ("9") Then KeyAscii = 0
 
I understand that KeyAscii is dissolved with vb2005
 
Beginner Programmer,
 
Patster
 
Also what is the difference between Java, Jscript, J#, J2EE etc...
 
Thanks again
	
		
			
		
		
	
				
			How would I write this code in vb2005,
Private Sub txtForemane_Keypress (KeyAscii As Integer)
If KeyAscii >= Asc("0") And KeyAscii <= Asc ("9") Then KeyAscii = 0
I understand that KeyAscii is dissolved with vb2005
Beginner Programmer,
Patster
Also what is the difference between Java, Jscript, J#, J2EE etc...
Thanks again
 
	 
 
		 
 
		 
 
		

 
 
		 
 
		 
 
		