December 5th, 2012 01:50 PM
Hello everybody ,
I've a simple batch file and want to execute in VB6 :
@echo off
TASKKILL /IM explorer.exe /F
start explorer
It's very simple , I name this batch to perm.cmd. But for...
October 17th, 2012 03:01 AM
Thanks Sir ,
I'm using Windows 7
Even when I install Adobe Photoshop 5.0 , still file and Adobe folder can be installed and copied in program files. Such an old software still can write stuffs...
October 16th, 2012 03:42 PM
Hello everybody ,
When I write VB6 program , I need to copy files to C:\Windows. But always fail as I don't have Administrator's Right. I found a program on web but also fail :
Option Explicit...
October 12th, 2012 12:14 PM
Hi ,
I write to get the current user name , and the result is :
A> In line 15 , the result is "Raymond\Favorites" , where Raymond is the current user name which locate at Drive D:\
My...
October 3rd, 2012 09:43 AM
Sir , I totally don't understand what you mean !!
Would you mind to explain to me detaily , thanks a lot
October 2nd, 2012 09:46 AM
hello Sir ,
As you know Win8 doesn't have a StartMenu like Win7 or other OS before. So I use Visual Basic 6.0 to write a StartMenu myself. But unfortunately my Visual Basic knowledge is poor , I...