Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: DOS commands in VB


Message #1 by "Guru" <s_guru_prasad@h...> on Mon, 15 Jan 2001 10:23:58 -0000
I don't recall ever writing a VB app in which I didn't use API calls.  There
are some things that are just too difficult or even impossible through
native VB functions.  Why create a custom DLL to wrap a simple API call?
Things like shelling and waiting for a process to return, limiting a textbox
to just numeric data, finding a value in a combo/list ox quickly,
subclassing controls, etc.

VB is nice, but it almost always lacks something.

------------------------------------------
Christopher Tacke, MCSD
Rubicon Technologies
(xxx)xxx-xxxx




  Return to Index