Search:

Type: Posts; User: quijotemx

Search: Search took 0.02 seconds.

  1. Replies
    5
    Views
    2,455

    Re: problem with charset in vb6

    Thanks again!
    The notepad file is just a way to show you my data.

    The real file was generated savig the searchresuts of a file search
    using the agent ransack utility.

    The problem is that I...
  2. Replies
    5
    Views
    2,455

    Re: problem with charset in vb6

    1. this is a tipical line with accented vowels
    2. this is my code, very similar to yours
    3. this is a msgbox with the variable recently inputed, here is
    shown weird characters.

    I think this...
  3. Replies
    5
    Views
    2,455

    problem with charset in vb6

    Hi! I'm having a problem with charsets in vb6. I'm reading a tab separated text file into a Msflexgrid.

    If I edit the text file with notepad the text fields who have accented vowels looks fine á,...
  4. Replies
    158
    Views
    313,242

    Re: RichTextBox Tricks and Tips

    I don't get the following code perform correctly:

    Private Sub text2ADDText(xText As RichTextBox, fontN As String, fontS As Integer, fontI As Boolean, fontU As Boolean, fontB As Boolean, txt As...
  5. Re: How to get windows file properties like keywords, comments, author, etc

    You have to right click on the filename, a popup window appears, then click properties ...

    I've follow the link posted by Jottum but the code snippets there don't address the set of properties I'm...
  6. How to get windows file properties like keywords, comments, author, etc

    Hi!

    When you explore a directory in Windows 2003 in Detailed view you get an extended list with several columns that you are allowed to configurate; like comments, title, date taken, album, etc.
    ...
  7. Drawing a square that looks squared always

    Hi! I'm lost :sick: :confused: with scalemode, scaleleft, scalewidth, etc, etc of PictureBox control.

    I Need to draw a square that looks squared no matter what monitor resolution has the computer...
  8. Trapping the column resize event of Msflexgrid

    Yes, I know there is no such event.

    I want to resize another control width once the user has resized a column in msflexgrid control.

    Is that possible ?

    quijoteMx
  9. Replies
    5
    Views
    863

    Re: Extracting pictures form Excel

    The code I wrote is in VBA.

    Is the code you wrote for vb6 ?

    Thanks ...
  10. Replies
    5
    Views
    863

    Re: Extracting pictures form Excel

    Hi!

    Up to now, what I got is to list the names of the shapes in the active sheet
    ------------------------------------------
    For I = 1 To ActiveSheet.Shapes.Count
    MsgBox...
  11. Replies
    5
    Views
    863

    Extracting pictures form Excel

    Hi!
    I´m going nuts :sick: :eek: :confused: .

    I have to extract data from excel sheets and for columns and rows I´m doing well.

    My problem is about pictures that are in spread sheets. i would...
  12. Replies
    4
    Views
    1,219

    Re: Writing a program that uses idle time

    Thanks for your answer. I did a search on getasynckeystatus and found the following snippet from Jacob Roman


    Option Explicit
    Private Declare Function GetAsyncKeyState Lib "user32" (ByVal vKey...
  13. Replies
    4
    Views
    1,219

    Writing a program that uses idle time

    Hi! I'm the new kidd in the block.
    I want to write a program that could use idle time of my computer.
    I got the general idea about it but no clue about how to start.

    The functionality is...
Results 1 to 13 of 13



Click Here to Expand Forum to Full Width