Click here to Skip to main content
15,913,211 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How to get the Size of a File? Pin
Robert Rohde21-May-05 7:10
Robert Rohde21-May-05 7:10 
GeneralRe: How to get the Size of a File? Pin
[Marc]21-May-05 7:29
[Marc]21-May-05 7:29 
GeneralNeed Help.!! Pin
hani_aql21-May-05 5:44
hani_aql21-May-05 5:44 
GeneralPocket PC Emulator Help Pin
BritishEmpire21-May-05 5:39
BritishEmpire21-May-05 5:39 
GeneralRe: Pocket PC Emulator Help Pin
zhengdong jin21-May-05 7:46
zhengdong jin21-May-05 7:46 
Generalon changing the text of label...font changes Pin
Rizwan Bashir21-May-05 2:03
Rizwan Bashir21-May-05 2:03 
GeneralConditional MouseDown Event - ListBox navigator and drag and drop Pin
Anonymous20-May-05 21:36
Anonymous20-May-05 21:36 
GeneralRe: Conditional MouseDown Event - ListBox navigator and drag and drop Pin
rudy.net21-May-05 16:45
rudy.net21-May-05 16:45 
Basically you have to force the item selection before calling DoDragDrop. Since the MouseEventArgs gives you the coordinates of the mouse click then you can find out which item got clicked and force the selection as follows:
Dim selectedIndex As Integer = Me.ListBox1.IndexFromPoint(New Point(e.X, e.Y))<br />
lstUsedSoftware.SetSelected(selectedIndex,True)<br />
    :<br />
    :<br />
lstUsedSoftware.DoDragDrop...<br />

GeneralRe: Conditional MouseDown Event - ListBox navigator and drag and drop Pin
Anonymous21-May-05 18:03
Anonymous21-May-05 18:03 
GeneralConditional MouseDown Event - ListBox navigator and drag and drop Pin
Anonymous20-May-05 21:17
Anonymous20-May-05 21:17 
GeneralPropertyGrid Pin
Meysam.Khayatan20-May-05 20:25
Meysam.Khayatan20-May-05 20:25 
Generalpass the value Pin
Manik Nath20-May-05 18:11
Manik Nath20-May-05 18:11 
GeneralRe: pass the value Pin
oykica22-May-05 21:49
oykica22-May-05 21:49 
GeneralChange the font of a selected row in DataGrid Pin
Phuc Hua20-May-05 16:40
Phuc Hua20-May-05 16:40 
GeneralRe: Change the font of a selected row in DataGrid Pin
Robert Rohde20-May-05 23:26
Robert Rohde20-May-05 23:26 
GeneralCoding help with status bar in browser Pin
JoeySmith20-May-05 15:07
JoeySmith20-May-05 15:07 
GeneralRe: Coding help with status bar in browser Pin
Robert Rohde20-May-05 23:15
Robert Rohde20-May-05 23:15 
GeneralRe: Coding help with status bar in browser Pin
JoeySmith21-May-05 12:22
JoeySmith21-May-05 12:22 
GeneralImplementing CommonDialog::RunDialog() Pin
zorifila20-May-05 12:28
zorifila20-May-05 12:28 
GeneralConverting binary data bytes to usable numbers Pin
Scott Page20-May-05 5:54
professionalScott Page20-May-05 5:54 
GeneralRe: Converting binary data bytes to usable numbers Pin
Robert Rohde20-May-05 23:09
Robert Rohde20-May-05 23:09 
GeneralRe: Converting binary data bytes to usable numbers Pin
Scott Page22-May-05 14:13
professionalScott Page22-May-05 14:13 
Generalcode for connect to ISP with DSL in vb.net Pin
jlart20-May-05 5:51
jlart20-May-05 5:51 
Generalnewbie VB question Pin
Tom Wright20-May-05 5:33
Tom Wright20-May-05 5:33 
GeneralRe: newbie VB question Pin
Fernando Soto20-May-05 6:58
Fernando Soto20-May-05 6:58 

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.