Click here to Skip to main content
15,922,145 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Which one is good for Performance Pin
Rajesh Anuhya12-Nov-08 23:04
professionalRajesh Anuhya12-Nov-08 23:04 
GeneralRe: Which one is good for Performance Pin
indian14312-Nov-08 23:50
indian14312-Nov-08 23:50 
GeneralRe: Which one is good for Performance Pin
sph3rex12-Nov-08 23:59
sph3rex12-Nov-08 23:59 
GeneralSorry friend it is completed but still I tried Pin
indian14313-Nov-08 0:26
indian14313-Nov-08 0:26 
GeneralRe: Sorry friend it is completed but still I tried Pin
Dave Kreskowiak13-Nov-08 4:27
mveDave Kreskowiak13-Nov-08 4:27 
AnswerRe: Which one is good for Performance Pin
DrukenProgrammer13-Nov-08 1:25
DrukenProgrammer13-Nov-08 1:25 
GeneralRe: Which one is good for Performance Pin
indian14313-Nov-08 2:51
indian14313-Nov-08 2:51 
GeneralRe: Which one is good for Performance Pin
Dave Kreskowiak13-Nov-08 4:26
mveDave Kreskowiak13-Nov-08 4:26 
You don't need the Windows API to do this. It's not going to give you a performance benefit. You're creating a directory on a drive, not calculating PI to 1,000,000 digits.

Keep your code simple and easy to maintain. Use the FileSystemObject to do this. If you do this with the Windows API, you're going to get lost, very, VERY quickly and write about 50 times the code you need to write to do this little job.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




QuestionCross threading.. Pin
Subjugate12-Nov-08 18:23
Subjugate12-Nov-08 18:23 
AnswerRe: Cross threading.. Pin
Rajesh Anuhya12-Nov-08 20:07
professionalRajesh Anuhya12-Nov-08 20:07 
GeneralRe: Cross threading.. Pin
sph3rex12-Nov-08 22:05
sph3rex12-Nov-08 22:05 
GeneralRe: Cross threading.. Pin
Dave Kreskowiak13-Nov-08 4:07
mveDave Kreskowiak13-Nov-08 4:07 
GeneralRe: Cross threading.. Pin
Paul Conrad13-Nov-08 5:54
professionalPaul Conrad13-Nov-08 5:54 
GeneralRe: Cross threading.. Pin
Dave Kreskowiak13-Nov-08 6:17
mveDave Kreskowiak13-Nov-08 6:17 
JokeRe: Cross threading.. Pin
Paul Conrad13-Nov-08 6:19
professionalPaul Conrad13-Nov-08 6:19 
GeneralRe: Cross threading.. Pin
Paul Conrad13-Nov-08 5:54
professionalPaul Conrad13-Nov-08 5:54 
AnswerRe: Cross threading.. Pin
Dave Kreskowiak13-Nov-08 4:21
mveDave Kreskowiak13-Nov-08 4:21 
QuestionClose an excel opened in AxWebBrowser Pin
nishkarsh_k12-Nov-08 17:56
nishkarsh_k12-Nov-08 17:56 
AnswerRe: Close an excel opened in AxWebBrowser Pin
Nanda_MR12-Nov-08 19:52
Nanda_MR12-Nov-08 19:52 
GeneralRe: Close an excel opened in AxWebBrowser Pin
nishkarsh_k12-Nov-08 21:49
nishkarsh_k12-Nov-08 21:49 
AnswerRe: Close an excel opened in AxWebBrowser Pin
Rajesh Anuhya12-Nov-08 20:09
professionalRajesh Anuhya12-Nov-08 20:09 
GeneralRe: Close an excel opened in AxWebBrowser Pin
nishkarsh_k12-Nov-08 22:04
nishkarsh_k12-Nov-08 22:04 
AnswerRe: Close an excel opened in AxWebBrowser Pin
Rajesh Anuhya12-Nov-08 22:33
professionalRajesh Anuhya12-Nov-08 22:33 
QuestionHow to make an asynchronous call to a web service in vb.net framework 3.5 Pin
dreddy712-Nov-08 12:18
dreddy712-Nov-08 12:18 
AnswerRe: How to make an asynchronous call to a web service in vb.net framework 3.5 Pin
Paul Conrad12-Nov-08 12:47
professionalPaul Conrad12-Nov-08 12:47 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.