deverauxxi's Profile User Rating: -----

Reputation: 0 Apprentice
Group:
New Members
Active Posts:
15 (0.02 per day)
Joined:
19-July 11
Profile Views:
296
Last Active:
User is offline Oct 18 2012 04:57 AM
Currently:
Offline

Previous Fields

Dream Kudos:
0
Icon   deverauxxi has not set their status

Posts I've Made

  1. In Topic: VB6 Menus

    Posted 12 Jul 2012

    Thank you BobRodes for replying to all my posts.
    You always giving me a lot of information to improve my programming skills.
    :bigsmile:
  2. In Topic: VB6 Menus

    Posted 10 Jul 2012

    I already get it !
    xD


    BTW, heres my code ..
        Dim mc As Variant
        For Each mc In MDIForm1.Controls
            If TypeName(mc) = "Menu" Then
                If mc.Caption <> "-" Then
                    With ListView1
                    .ColumnHeaders.Clear
                                        .ColumnHeaders.Add(, , "Menu Caption").Width = 3000
                                        .ColumnHeaders.Add(, , "Menu Name").Width = 2000
                        With .listitems
                            With .Add(, , mc.Caption)
                                                .ListSubItems.Add , , mc.Name
                            End With
                        End With
                    End With
                End If
            End If
        Next
    
    
  3. In Topic: Disable close button in form (form with activeskin) in VB6. Thx!

    Posted 7 Aug 2011

    Thx for replies, I did all your suggestions and it gave me the hint to solve my problem =)

    :flowers: chuckjessup
    :flowers: BobRodes
  4. In Topic: Disable close button in form (form with activeskin) in VB6. Thx!

    Posted 4 Aug 2011

    View Postmodi123_1, on 04 August 2011 - 07:23 AM, said:

    What do you mean "applying skin"?

    The code for activating the skin is applied to the form (Form1.ApplySkin HwNd) together with the code for disabling the close button (DisableCloseWindowButton Me). The expected result is that the close button will be disabled and so the active skin will take place.
    Form1.ApplySkin HwNd
    DisableCloseWindowButton Me
    
    

    It did not work, the skinned form still having the close button. Setting the value of Control Box at the form property as false also didnt take effect.
  5. In Topic: Getting the caption of a label that will be used as a path. VB6

    Posted 26 Jul 2011

    'cmdbtn1
    Dim fso As FileSystemObject
    Set fso = New FileSystemObject
    fso.CopyFile Label1.Caption, lbltarget.Caption, True
    
    


    This code works =)
    Thx for your reply, it helped me to explore more codes.

My Information

Member Title:
New D.I.C Head
Age:
Age Unknown
Birthday:
Birthday Unknown
Gender:

Contact Information

E-mail:
Private

Friends

deverauxxi hasn't added any friends yet.

Comments

deverauxxi has no profile comments yet. Why not say hello?