PDA

View Full Version : Visual Basic : Shell(pathName,WinAppStyle)


iota
02-21-2006, 08:06 AM
Why is this code incorrect in VB while correct in .Net ?



Shell("cmd" ,vbNormalFocus )



How can I make correctness in VB ?
Thank you so.