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

Search:

Type: Posts; User: ggeu

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    1,080

    Re: I need some ideas for an algorithym

    Dear Steve,

    I have added some features to the program:

    Possibility to save the last settings and added an "increment" field.


    br,
  2. Replies
    8
    Views
    1,080

    Re: I need some ideas for an algorithym

    dear,


    Sorry but I have made a mistake in numbering the pages=
    NOT 1, 2, 3, ... but must be 2, 4, 6 (increment by 2 !)

    I have modified the error = see attachment

    br,
  3. Replies
    8
    Views
    1,080

    Re: I need some ideas for an algorithym

    dear,

    I hope this is a solution for you. (see attachment)
    How it works:

    Select in the driver list and the folderlist the path of the files to rename.
    Enter the filenames in the flexgrid with...
  4. Re: [RESOLVED] Opening Video File using MMControl in vb

    dear,

    A .BUP file is a file on a DVD = "Backup File of the IFO" (see Explorer)
    I don't think MCC can open this.

    br,
  5. Re: On button clicked create label in form7? It is possible in visual basic 6.0

    dear,

    You can do this with "load".
    Ihave don this in an example form moving picture.

    see attachment.

    br,
  6. Replies
    2
    Views
    1,958

    Re: How to NOT Select last Row of MSHFlexGrid

    dear,

    First: is an empty row on the end of the gris normal? code OK ?
    second : you can check if there is an empty cell selected like this:

    create a form with a MSFlexgrid and enter the code=...
  7. Replies
    2
    Views
    1,084

    Re: Excel data manipulation

    dear,

    The fastest way is to work with 2 array: don't jump to the sheets 1 - 2 - 3 - 1 - 2 -.....
    We use=
    one with the 2e sheet data = username - userID
    and one with the results = ItemID -...
  8. Replies
    7
    Views
    1,348

    Re: Window on top & help problem

    dear,

    I'm using a checkbox with style=1-Graphical and the code=
    =============================================
    Private Sub Check_TopMost_Click()
    If Check_TopMost Then
    SetWindowPos...
  9. Replies
    2
    Views
    716

    Re: Calculation problems

    dear,

    will this help?

    form with command, listbox and 2 textboxes=>

    ========================================
    Option Explicit
    'Declare Constants
    Const YACHT_SIZE_22_Decimal As Single = 95
  10. Replies
    2
    Views
    5,005

    Re: how to trap an error reading CDrom

    thanks WizBang for Your help. all works fine now.

    br, ggeu
  11. Replies
    2
    Views
    1,108

    Re: Command button with timer

    dear, can this help?

    form with : command = cmdstart
    timer1 and label1

    !! set timer1 Interval to 1000 millisec. ( = 1 sec.) as fast control !!!
    ===================================
    Option...
  12. Replies
    2
    Views
    5,005

    [RESOLVED] how to trap an error reading CDrom

    I'm writing a program that list the contents of a CDrom and also the contents of the ZIP files.
    When there is a bad Zip file on the CD, the program keeps traying to reed the file and after +- 50...
Results 1 to 12 of 12





Click Here to Expand Forum to Full Width

Featured