CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: allgames71

Search: Search took 0.02 seconds.

  1. How to Adjust Caption Height in Label VB6

    It seems "Captions" in "Label1" can only be adjusted to left , centre and right. And the Caption height always goes to the top of the Label1.
    I want to adjust the Captions's height to the middle of...
  2. Replies
    4
    Views
    1,201

    Re: Mouse Move to Exit Program

    I don't understand what you mean

    Would you mind to write me the project I want ?

    Thanks
  3. Replies
    4
    Views
    1,201

    Re: Mouse Move to Exit Program

    I really don't understand what you mean !

    Would you mind to write me the project I want ?

    Thanks
  4. Replies
    4
    Views
    1,201

    Mouse Move to Exit Program

    If you start the Windows "Start" button , a menu popup. When you move the mouse away the menu and have a click on the empty space of the desktop , the "Start" menu will exit.

    How can I exit my...
  5. How to Create a Schedule Task to Run a Batch File with VB6

    I want to know how to create a Schedule Task which is to run a batch file with VB6

    Thanks a lot.
  6. Replies
    3
    Views
    3,344

    Re: add .reg file inside VB6

    This is just an example , as some .reg file is quite long and in different location like above.
    Instead of generate a .reg file and and use
    Shell ("regedit /s C:\xxx.reg)
    I want to run the...
  7. Replies
    3
    Views
    3,344

    add .reg file inside VB6

    I want to add a .reg file into Registry by inside VB6 , I don't want :

    Shell ("regedit /s C:\xxx.reg)

    As sometimes it works in Win8 by not in Win7 , or vise versa. The .reg file is a bit long ,...
  8. Replies
    1
    Views
    1,742

    cannot run a .lnk file completely

    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...
  9. Replies
    10
    Views
    16,073

    Re: How to copy file with Administrator's right

    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...
  10. Replies
    10
    Views
    16,073

    How to copy file with Administrator's right

    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...
  11. Replies
    1
    Views
    1,066

    get current user location error

    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...
  12. Replies
    4
    Views
    2,042

    Re: How to create [All Programs] in StartMenu

    Sir , I totally don't understand what you mean !!

    Would you mind to explain to me detaily , thanks a lot
  13. Replies
    4
    Views
    2,042

    How to create [All Programs] in StartMenu

    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...
Results 1 to 13 of 13





Click Here to Expand Forum to Full Width

Featured