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

Search:

Type: Posts; User: dglienna

Search: Search took 1.17 seconds.

  1. Replies
    8
    Views
    12,754

    Re: vb2010 datagridview auto text

    http://www.freevbcode.com/ShowCode.asp?ID=5440 ???


    Function IncrementString(ByVal strString As String) As String
    '
    ' Increments a string counter
    ' e.g. "a" -> "b"
    ' "az" -> "ba"
    ' ...
  2. Replies
    8
    Views
    12,754

    Re: vb2010 datagridview auto text

    Sure. Each letter has a numerical value, so you'd use the lowest A or a, to the upper z or Z.

    You'd have to write a module to generate the value by hand. Pass the current value, and add one. ...
  3. Replies
    8
    Views
    12,754

    Re: vb2010 datagridview auto text

    Only if you code it by hand..
  4. Replies
    8
    Views
    12,754

    Re: vb2010 datagridview auto text

    Well, you should be using a GUID to identify each key. Then, you can assign/change each generated number when you want, even if editing is not allowed!

    Link tables via their GUID, and you'll have...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured