|
Answer» i want to create a .exe file in vb that when i CLICK on that file
the file open the current folder(in which it's placed)
same but in new window. tried hard for that but didnt find solution. Some
one help please
ThanksIf you want to want to open 2 of the same window, why dont you just copy the address hit Windows+R and then paste then hit enter.
or something else similar to that, i dont see why you would need a program for it.
the vb would be something like this
Code: [Select]shell("cmd /c start '' " + curdir, vbHide) or you could MAKE a .bat file Code: (openetc.bat) [Select]start "title" %cd%When i created the exe file of the program and then placed that exe file in d dirve and clicked on it. The windows dispalyed the FOLLOWING error
(Window could not find """". Make sure you typed the name correctyly, then try again.To search for a file,click start menu, and then click search.)
so what do u say about this. If u give me the code and EXPLAIN it also, it would be easy for me.
Quote so what do u say about this. If u give me the code and explain it also, it would be easy for me.
Would it now? If you post your code, someone here may be able to point out why you got the result you did, and perhaps suggest how to get the result you're looking for, otherwise we're all stumbling AROUND in the dark.
Oh! it worked. I made some change in it and it worked.................
hurrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrryyyy yyyyyyyyyyyyyyyy
|