Click here to Skip to main content
15,921,226 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Sharing a folder Pin
lumine30-Jul-00 18:26
lumine30-Jul-00 18:26 
GeneralChild window for Nescape.... Pin
mahima9-Jun-00 19:03
mahima9-Jun-00 19:03 
GeneralExchanging data between processes Pin
ed welch9-Jun-00 0:46
ed welch9-Jun-00 0:46 
QuestionThumbnail Control - Not displaying previews!? Pin
Aric5-Jun-00 22:40
Aric5-Jun-00 22:40 
AnswerRe: Thumbnail Control - Not displaying previews!? Pin
Frank Deo8-Jun-00 11:33
Frank Deo8-Jun-00 11:33 
GeneralRe: Thumbnail Control - Not displaying previews!? Pin
Aric12-Jun-00 23:53
Aric12-Jun-00 23:53 
GeneralMoving a run-time generated ComboBox on a form Pin
Mixaela29-May-00 6:45
Mixaela29-May-00 6:45 
GeneralRe: Moving a run-time generated ComboBox on a form Pin
Konstantin Vasserman29-May-00 10:54
Konstantin Vasserman29-May-00 10:54 
I think you are going to have to build your own message handler for WM_LMOUSEDOWN and WM_LMOUSEUP on your ComboBox. You can refer to MSDN article Q170570 on how to do it. I was able move ComboBox on the form, but it is going to behave different depending on the Style property of your ComboBox.
If your combo is a "Dropdown List" it will work just fine.
If your combo is a "Dropdown Combo" you will be able to drag it only by the border or dropdown arrow.
If you set your style to be a "Simple Combo" you will only be able to drag it by the border.

In the case of "Simple Combo" and "DropDown Combo" when user clicks in the area of the combo box where he/she can type you do not recieve WM_LBUTTONDOWN message. That is probably why they did not expose MouseDown and MouseUp events in the first place.

Well, this is all I can come up with right now. I hope this info will help you.
GeneralVB Copy and Paste API's Pin
Phil McGahan17-May-00 9:32
Phil McGahan17-May-00 9:32 
GeneralRe: VB Copy and Paste API's Pin
Konstantin Vasserman17-May-00 15:10
Konstantin Vasserman17-May-00 15:10 
GeneralRe: VB Copy and Paste API's Pin
Member 351720-May-00 14:14
Member 351720-May-00 14:14 
Generalinserting new record in database Pin
Craig Handyside11-May-00 16:00
sussCraig Handyside11-May-00 16:00 
GeneralRe: inserting new record in database Pin
Konstantin Vasserman13-May-00 13:46
Konstantin Vasserman13-May-00 13:46 
GeneralDebugging help for your VB program Pin
Member 468821-Apr-00 10:12
Member 468821-Apr-00 10:12 
GeneralLooking for MS icons Pin
jr19-Apr-00 7:59
jr19-Apr-00 7:59 
GeneralRe: Looking for MS icons Pin
Erik Thompson20-Apr-00 4:04
sitebuilderErik Thompson20-Apr-00 4:04 
GeneralRe: Looking for MS icons Pin
jr20-Apr-00 20:48
jr20-Apr-00 20:48 
GeneralRe: Looking for MS icons Pin
Martin Relstic21-Oct-00 6:30
Martin Relstic21-Oct-00 6:30 
GeneralRe: Looking for MS icons Pin
Jerome W. Norgren10-May-00 19:43
sussJerome W. Norgren10-May-00 19:43 
Generalplacing over 255 menu items Pin
Avishai Eldar10-Apr-00 10:45
Avishai Eldar10-Apr-00 10:45 
GeneralRe: placing over 255 menu items Pin
Konstantin Vasserman13-May-00 13:37
Konstantin Vasserman13-May-00 13:37 
GeneralRe: placing over 255 menu items Pin
Dave Kreskowiak11-Aug-03 1:36
mveDave Kreskowiak11-Aug-03 1:36 
GeneralRe: placing over 255 menu items Pin
Eytukan8-Jan-07 16:40
Eytukan8-Jan-07 16:40 
GeneralRe: placing over 255 menu items Pin
Johan Pretorius8-Jan-07 19:46
Johan Pretorius8-Jan-07 19:46 
GeneralRe: placing over 255 menu items Pin
Eytukan8-Jan-07 19:49
Eytukan8-Jan-07 19:49 

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.