Click here to Skip to main content
15,915,328 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionhelp: why a control created in VC can not work well in vb? Pin
ictory18-May-05 3:09
ictory18-May-05 3:09 
GeneralVB with Crystal Report Viewer Pin
Rafeeq Manamal18-May-05 2:55
Rafeeq Manamal18-May-05 2:55 
GeneralRe: VB with Crystal Report Viewer Pin
Joey Picerno18-May-05 7:21
Joey Picerno18-May-05 7:21 
GeneralConversion of Inet codes in VB6 to VB.NET Pin
jitwei18-May-05 2:33
sussjitwei18-May-05 2:33 
Questionhow to create a activex control that can be used in vb6? such as an example of atlopengl_demo Pin
ictory18-May-05 2:22
ictory18-May-05 2:22 
GeneralIMAP Pin
Member 197276317-May-05 22:36
Member 197276317-May-05 22:36 
GeneralProblem with custom ComboBox inside a GroupBox control. Pin
mrduckels17-May-05 21:31
mrduckels17-May-05 21:31 
GeneralRe: Problem with custom ComboBox inside a GroupBox control. Pin
Robert Rohde18-May-05 9:03
Robert Rohde18-May-05 9:03 
This wont work this way Cry | :((

The normal CombBox is not expanding itself but showing a new window right beneath the control. And because its a window it can overlap everything else (it even can go beyond a form border which can NEVER be done by just expanding the control).

You will have to make something similar. Put the ListView into a Form with no border, showing it at the right place and hiding it when you are done.
Searching here on CodeProject will give you some articles where you can get some ideas on how this can be achieved.
GeneralAdd a dll in vb6 Pin
Its due when17-May-05 19:54
Its due when17-May-05 19:54 
GeneralRe: Add a dll in vb6 Pin
Rizwan Bashir17-May-05 21:23
Rizwan Bashir17-May-05 21:23 
GeneralRe: Add a dll in vb6 Pin
toxcct18-May-05 1:07
toxcct18-May-05 1:07 
GeneralRe: Add a dll in vb6 Pin
Rizwan Bashir18-May-05 2:11
Rizwan Bashir18-May-05 2:11 
GeneralRe: Add a dll in vb6 Pin
toxcct18-May-05 2:16
toxcct18-May-05 2:16 
GeneralRe: Add a dll in vb6 Pin
Rizwan Bashir18-May-05 2:38
Rizwan Bashir18-May-05 2:38 
GeneralRe: Add a dll in vb6 Pin
toxcct18-May-05 2:41
toxcct18-May-05 2:41 
GeneralRe: Add a dll in vb6 Pin
rwestgraham18-May-05 10:05
rwestgraham18-May-05 10:05 
GeneralRe: Add a dll in vb6 Pin
Its due when18-May-05 13:33
Its due when18-May-05 13:33 
GeneralRe: Add a dll in vb6 Pin
rwestgraham18-May-05 14:32
rwestgraham18-May-05 14:32 
GeneralRe: Add a dll in vb6 Pin
Its due when18-May-05 15:53
Its due when18-May-05 15:53 
GeneralRe: Add a dll in vb6 Pin
rwestgraham19-May-05 10:16
rwestgraham19-May-05 10:16 
GeneralRe: Add a dll in vb6 Pin
Its due when19-May-05 15:16
Its due when19-May-05 15:16 
GeneralRemove Items from Collection Pin
nitin_ion17-May-05 19:12
nitin_ion17-May-05 19:12 
GeneralRe: Remove Items from Collection Pin
Dave Kreskowiak17-May-05 19:23
mveDave Kreskowiak17-May-05 19:23 
GeneralRe: Remove Items from Collection Pin
nitin_ion17-May-05 19:29
nitin_ion17-May-05 19:29 
GeneralRe: Remove Items from Collection Pin
Christian Graus17-May-05 19:31
protectorChristian Graus17-May-05 19:31 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.