Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
K

kurja kurdoh

@kurja kurdoh
About
Posts
5
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to add Listview subitem with For Loop
    K kurja kurdoh

    Dear Sir, It work. But i just want to know it will affect the other program when compile or not.

    Visual Basic help tutorial

  • Maximize MDIParent and MDIChild control
    K kurja kurdoh

    Dear Sir, How to maximize MDIParent and MDIChild with it control to fix in any monitor size.

    Visual Basic help tutorial

  • How to add Listview subitem with For Loop
    K kurja kurdoh

    Dear Sir, is this the right path to display listview subitems with for loop

    Li.SubItems(x) = rs(x)

    Visual Basic help tutorial

  • How to add Listview subitem with For Loop
    K kurja kurdoh

    Dear Expert, I have a Listview with subitem which i add populate data in listview which is lengthy, i want to shorten the code, i tried For loop but it give me error at run time. With Do loop it working.

    Do Until rs.EOF = True
    Set LI = ListView1.ListItems.Add(, , rs(0))

                    'For x = 1 To 16
                        'LI.SubItems(i) = rs(x)
                        
                    'Next x
                   
                        LI.SubItems(1) = rs(1)
                        LI.SubItems(2) = rs(2)
                        LI.SubItems(3) = rs(3)
                        LI.SubItems(4) = rs(4)
                        LI.SubItems(5) = rs(5)
                        LI.SubItems(6) = rs(6)
                        LI.SubItems(7) = rs(7)
                        LI.SubItems(8) = rs(8)
                        LI.SubItems(9) = rs(9)
                        LI.SubItems(10) = rs(10)
                        LI.SubItems(11) = rs(11)
                        LI.SubItems(12) = rs(12)
                        LI.SubItems(13) = rs(13)
                        LI.SubItems(14) = rs(14)
                        LI.SubItems(15) = rs(15)
                        LI.SubItems(16) = rs(16)
                    rs.MoveNext
                Loop
    
    Visual Basic help tutorial

  • How to lock a folder
    K kurja kurdoh

    kindly help me how to lock a folder with java code

    Java java help tutorial
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups