|
-
Jul 11th, 2005, 01:33 PM
#161
Re: Is there a DropDown list but like a ListView ?
 Originally Posted by Joacim Andersson
... or you could just press Ctrl+Enter...
Cool... I did not know that
-
Jul 15th, 2005, 04:14 AM
#162
Re: Is there a DropDown list but like a ListView ?
So how are things going everyone?
-
Jul 15th, 2005, 08:31 AM
#163
Re: Is there a DropDown list but like a ListView ?
I just got back on track. Who has the latest code?
-
Jul 15th, 2005, 08:43 AM
#164
Re: Is there a DropDown list but like a ListView ?
Last I heard Michael was working on the List property (see posts above). So he has it.
-
Jul 15th, 2005, 09:49 AM
#165
Re: Is there a DropDown list but like a ListView ?
Actually, I did not have any time to make any improvements, I wanted too... but I was kinda busy.... 
[edit]
Also, I still did not figure out how to do the Multiline List property thing... (the one that a regular drop down has)
Last edited by CVMichael; Jul 15th, 2005 at 09:54 AM.
-
Jul 15th, 2005, 10:06 AM
#166
Re: Is there a DropDown list but like a ListView ?
I don't think you can make the type of dropdown that a normal list property has that is why I sugessted a property page.
Also, property arrays don't show up in the property window, That is whys I suggested the single string.
-
Jul 15th, 2005, 10:12 AM
#167
Re: Is there a DropDown list but like a ListView ?
Also, another reason why I did not make improvements is that I don't need anymore, because the project where I needed this is on hold. I was assigned to make another project (bigger one). That's why I did not have time lately. But now the bigger project is on hold also , though I was not told to resume the old one... but I think I'll do it anyways, I'm gonna try today to actually use the control in the project where I needed it (until now it was just tests).
-
Jul 15th, 2005, 10:13 AM
#168
Re: Is there a DropDown list but like a ListView ?
 Originally Posted by moeur
I don't think you can make the type of dropdown that a normal list property has that is why I sugessted a property page.
Also, property arrays don't show up in the property window, That is whys I suggested the single string.
I know, I think I'll give up on the List property thing, it's not really needed, but it would be nicer if it was there...
-
Jul 25th, 2005, 10:27 PM
#169
Re: Is there a DropDown list but like a ListView ?
Phew... I've been gone a long time... What's happening with our control? Are there any bugs left, or features not finished?
-
Jul 26th, 2005, 12:28 AM
#170
Re: Is there a DropDown list but like a ListView ?
I think it's fine... though I still did not have time to test it in the actual application. I put it on the form, I'm just left to write the code for it 
I will do it for sure in the next few days. I have nothing else left to make in my application. (Well, previous statement is not really true, there's always something to do/add to an app. But you get the idea, right...)
-
Aug 5th, 2005, 12:57 AM
#171
-
Jul 10th, 2006, 06:04 AM
#172
New Member
Re: Is there a DropDown list but like a ListView ?
Hello,
Is it possible to have multiple instances of this control on a form? I've been trying to use a control array (using; load ctrlUserControl(1)) and this is causing an error and crashing VB.
Thanks
Laurence
-
Dec 3rd, 2014, 08:23 PM
#173
Registered User
Re: Is there a DropDown list but like a ListView ?
Sorry to post on such an old (but very useful) post but there is one thing I've not been able to sort out with this control to emulate the drop down behavior.
Specifically, the inability to use key up and key down to select items in the drop down. You can check this on the test app but trying the standard drop down (once dropped, the up and down arrows will select an item), but the custom control doesn't handle this. The setting of focus to the disconnected control (as in the code) doesn't have any effect, nor does attempting an ActivateWindow on the hWnd.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|