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

Search:

Type: Posts; User: Chris Eastwood

Page 1 of 59 1 2 3 4

Search: Search took 0.28 seconds.

  1. Replies
    3
    Views
    805

    Re: A CodeGuru.com book...

    Sounds interesting, but I hope you get the permission of the authors before you go publishing their code in books.


    Chris Eastwood
    VBCodeLibrary - http://www.vbcodelibrary.co.uk
  2. Replies
    8
    Views
    1,214

    Re: Just a short note....

    <de-lurk>

    Aren't you that guy who hangs out in the VBCodeLibrary forums at http://www.vbcodelibrary.co.uk/board ?

    :-)

    </de-lurk>

    Chris Eastwood
    VBCodeLibrary -...
  3. Replies
    11
    Views
    1,624

    Re: Create Excel File

    <de-lurk>

    Superb!

    Although there are a couple of 'variable undefined' messages in "EWriteString", but they're quickly fixed.

    </de-lurk>


    Chris Eastwood
  4. Replies
    14
    Views
    993

    Re: More string handling

    <de-lurk>

    Here's an even easier way - it'll format the number to the number of spaces you need (eg, in this case 2) :


    Dim iValue as Integer
    Dim sResult as string
    '
    iValue =...
  5. Replies
    1
    Views
    837

    Re: Outlook - Easy one

    <de-lurk>

    If you have the full version of Outlook (not Outlook Express), you can use the object model to do just about anything for you :

    This sample shows how to use Outlook to create and send...
  6. Replies
    1
    Views
    551

    Re: Dynamic property of user control

    <de-lurk>

    You can add your own 'Enumerations' for the property window using the Enum keyword in VB when defining a 'type', eg - paste this into a new user control :


    option Explicit
    '
    public...
  7. Replies
    14
    Views
    993

    Re: More string handling

    <de-lurk>

    You can use the VB function Hex to do this for you :


    MsgBox ("0x" & Hex(255))
  8. Replies
    2
    Views
    655

    Re: treat a charater as a number

    <de-lurk>
    Have you tried :


    MsgBox Asc("A")




    Asc, Chr etc are all listed in the help that came with VB.
  9. Replies
    2
    Views
    1,221

    Re: Create a shortcut icon

    <de-lurk>

    Have you checked on the CodeGuru site ?

    http://www.codeguru.com/vb/articles/1923.shtml

    </de-lurk>

    Chris Eastwood
    VBCodeLibrary - http://www.vbcodelibrary.com
  10. Thread: Files

    by Chris Eastwood
    Replies
    8
    Views
    3,687

    Re: You!!!

    <de-lurk>

    You didn't see 'nuffin.

    Move along now.... :wink

    </de-lurk>

    Chris Eastwood
    VBCodeLibrary - http://www.vbcodelibrary.com
  11. Thread: Files

    by Chris Eastwood
    Replies
    8
    Views
    3,687

    Re: Files

    <de-lurk>

    Here's a simple way - it uses the 'Seek' command in VB to go to an assigned distance from the end of the file, then reads in the rest of the file and looks for the 'VBCRLF' :


    ...
  12. Replies
    2
    Views
    925

    Re: Remote Process Detection

    <de-lurk-again>

    This should help :


    ' Service database names
    public Const SERVICES_ACTIVE_DATABASE = "ServicesActive"

    ' Service Control Manager object specific access types
    public Const...
  13. Replies
    6
    Views
    5,927

    Re: zip32.dll

    <de-lurk>

    Or you could checkout my 'zip/unzip' classes at :

    http://www.codeguru.com/vb/articles/1854.shtml

    - these wrap up the zip32.dll and unzip32.dll components.

    </de-lurk>
  14. Replies
    3
    Views
    1,106

    Re: WinZip files in VB

    <de-lurk>

    Take a look at http://www.codeguru.com/vb/articles/1854.shtml - that wraps the unzip / zip operations in a nice simple class module.

    </de-lurk>

    Chris Eastwood
    VBCodeLibrary -...
  15. Replies
    6
    Views
    1,201

    Re: Context menus

    <de-lurk>

    You might want to checkout the excellent article on this site at :

    http://www.codeguru.com/vb/articles/2043.shtml

    - it shows how to create dynamic menus at run time using a class...
  16. Replies
    12
    Views
    3,646

    Re: Timer Events in Class Module

    Nothing to see here, move along.

    :smoke

    Chris Eastwood
    VBCodeLibrary - http://www.vbcodelibrary.com
  17. Replies
    12
    Views
    3,646

    Re: Timer Events in Class Module

    <delurk>

    There used to be a sample that came with VB / MSDN disks ages ago that showed how to do this with the 'SetTimer' api calls. Can't find it now I'm afraid.

    I did a search on CodeHound...
  18. Replies
    12
    Views
    1,195

    Re: Setup Problem

    <de-lurk>

    Again, if anyone wants a much better installer than PDW (not difficult) or even MSI, I'd still recommend people take a look at innosetup - http://www.innosetup.com - fast, free,...
  19. Re: Is it possible to change color of column title in ListView?

    <relurk/>

    :-)


    Chris Eastwood
    VBCodeLibrary - http://www.vbcodelibrary.com
  20. Re: Is it possible to change color of column title in ListView?

    <delurk>

    If you look on this very site under :

    CodeGuru->VB->Controls->ListView

    You'll find an example at :

    http://www.codeguru.com/vb/articles/1848.shtml
  21. Replies
    4
    Views
    753

    Re: installer

    <fleeting_visit>

    I'd recommend InnoSetup from http://www.innosetup.com - very powerful and scriptable, what's more it's free.

    </fleeting_visit>


    Chris Eastwood
    VBCodeLibrary -...
  22. Re: CodeGuru bug: You can't rate a answer -1 (Wrong).

    I know there was a bug in the ratings code for the forum where people could type in the url / rating they wanted. This resulted in people being given -'ve votes of around -100 at some points.

    The...
  23. Replies
    4
    Views
    858

    Re: Out of Service for some days...

    :wink

    - only works on a decent forum :-)



    Chris Eastwood
    VBCodeLibrary - http://www.vbcodelibrary.com
  24. Replies
    4
    Views
    849

    Re: Menu Backgroundcolor

    Yep - http://www.vbcodelibrary.co.uk/board

    Only joking, the VBAccelerator site (http://www.vbaccelerator.com) has tonnes of stuff on subclassed / ownerdrawn menus - with lots of *usable* code.
    ...
  25. Replies
    4
    Views
    1,464

    Re: Windows XP Beta 2

    WareZ are the pirated versions of Software that just about anyone can find by searching on the internet. Usually of dubious quality (do you fancy running an EXE on your machine from an unknown -...
Results 1 to 25 of 1460
Page 1 of 59 1 2 3 4





Click Here to Expand Forum to Full Width

Featured