hi ok u r working on .net 2005 express edition. i told u the code that would work in .net 2003. for dot net 2005 u dont hv to wory at all . in the properties of the project u have to set the shutdown mode of the application to "when the last form closes" karan jain
V
vinji
@vinji
Posts
-
open a form closing the opener -
open a form closing the openerhi dear, i can help u out. create a module . in the module create a main function module a sub main() dim f as new form1 f.showDialog() end sub end module and procedd in the same way as u were doing . the onlu thing u need to change now is ur startup object . set the startup object of the project to sub main and not to any form (Vinit Jain)
-
HOW CAN I PREVENT STRING VALUE IN TEXTBOXhi vivek the code that i m giving u will definately help u in the key press event of the textbox write the following code if char.isNumber(e.keyChar) = false then e.handled=true end if karan jain(Vinit Jain)