User Profile

Collapse

Profile Sidebar

Collapse
learningvbnet
learningvbnet
Last Activity: Mar 24 '08, 07:40 PM
Joined: Dec 6 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • learningvbnet
    started a topic MSFlexGrid and ColAlignment

    MSFlexGrid and ColAlignment

    I do not know how to get certain cells to align left. No matter which ColAlignment I specify, the grid always shows me the text field centered.
    Also, I tried having the alignment come before the entering the text and after.
    What am I doing wrong? Please help me.

    The code is as follows:
    Code:
    grd1.Rows = iRow + 1
    grd1.ColAlignment(iCol) = flexAlignLeftTop
    grd1.TextMatrix(iRow, iCol) = "Total
    ...
    See more | Go to post

  • James ...
    Thank you for the suggestion. I will try it out and let you know what the outcome is.

    Thanks again
    Learningvbnet...
    See more | Go to post

    Leave a comment:


  • Using a Process to Extract a file from Winzip archive

    Hi,

    I am trying to extract zipped files using Winzip in my VB.net application and I ran into 2 stone walls.

    1. How do you handle file names with spaces. See psiProcess.Argu ments
    For example "My Data file Apr2007.zip"? In the example below, the
    parameter pZippedFile contains the file name with spaces and the
    pExtractFolder contains the folder where it should be extracted....
    See more | Go to post
No activity results to display
Show More
Working...