Click here to Skip to main content
15,893,722 members
Home / Discussions / C#
   

C#

 
GeneralRe: Clearing event handlers Pin
vineas5-Apr-06 9:30
vineas5-Apr-06 9:30 
GeneralRe: Clearing event handlers Pin
Ed.Poore5-Apr-06 9:52
Ed.Poore5-Apr-06 9:52 
QuestionMDI Parent form with toolbars and menus Pin
snickel655-Apr-06 5:30
snickel655-Apr-06 5:30 
QuestionDoubleClick and MouseDown conflict Pin
cbeasle15-Apr-06 5:02
cbeasle15-Apr-06 5:02 
AnswerRe: DoubleClick and MouseDown conflict Pin
Judah Gabriel Himango5-Apr-06 5:07
sponsorJudah Gabriel Himango5-Apr-06 5:07 
GeneralRe: DoubleClick and MouseDown conflict Pin
cbeasle15-Apr-06 9:40
cbeasle15-Apr-06 9:40 
GeneralRe: DoubleClick and MouseDown conflict Pin
Judah Gabriel Himango5-Apr-06 12:12
sponsorJudah Gabriel Himango5-Apr-06 12:12 
GeneralRe: DoubleClick and MouseDown conflict Pin
h_sarandy8-Oct-10 20:46
h_sarandy8-Oct-10 20:46 
hi every body

we can use very simple way for soulution:by(e.Clicks = 1)


Private Sub pbBook_MouseDown(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles pbBook.MouseDown

If e.Button = Windows.Forms.MouseButtons.Left AndAlso e.Clicks = 1 then

Me.DoDragDrop(str, DragDropEffects.Copy)

End If
QuestionBrowsing to a location and selecting a file Pin
naglbitur5-Apr-06 4:31
naglbitur5-Apr-06 4:31 
AnswerRe: Browsing to a location and selecting a file Pin
V.5-Apr-06 4:37
professionalV.5-Apr-06 4:37 
AnswerRe: Browsing to a location and selecting a file Pin
J4amieC5-Apr-06 4:41
J4amieC5-Apr-06 4:41 
QuestionBrowsing to a location and selecting a file Pin
naglbitur5-Apr-06 4:30
naglbitur5-Apr-06 4:30 
AnswerRe: Browsing to a location and selecting a file Pin
Antony M Kancidrowski5-Apr-06 4:42
Antony M Kancidrowski5-Apr-06 4:42 
QuestionImport/Export registry section as xml file using C# code.. Pin
visala5-Apr-06 0:46
visala5-Apr-06 0:46 
QuestionWebservices & C# Pin
hung_ngole5-Apr-06 0:37
hung_ngole5-Apr-06 0:37 
AnswerRe: Webservices & C# Pin
Judah Gabriel Himango5-Apr-06 5:39
sponsorJudah Gabriel Himango5-Apr-06 5:39 
Question.net Language Interoperability Pin
smadan5-Apr-06 0:12
smadan5-Apr-06 0:12 
AnswerRe: .net Language Interoperability Pin
Erich Ledesma30-Mar-10 23:39
Erich Ledesma30-Mar-10 23:39 
QuestionHow to check Screen saver is running Pin
Shajeel4-Apr-06 23:52
Shajeel4-Apr-06 23:52 
AnswerRe: How to check Screen saver is running Pin
scoroop5-Apr-06 22:42
scoroop5-Apr-06 22:42 
QuestionDistortation/flickering occur while Open one form & Close another in c#(Windows) Pin
Sushil Badyal4-Apr-06 23:38
Sushil Badyal4-Apr-06 23:38 
QuestionVery Urgent: Regarding C#.NET Pin
ballameharmurali4-Apr-06 23:11
ballameharmurali4-Apr-06 23:11 
AnswerRe: Very Urgent: Regarding C#.NET Pin
Ed.Poore5-Apr-06 7:47
Ed.Poore5-Apr-06 7:47 
AnswerRe: Very Urgent: Regarding C#.NET Pin
Dan Neely5-Apr-06 8:17
Dan Neely5-Apr-06 8:17 
QuestionC# and standard C library Pin
hung_ngole4-Apr-06 22:54
hung_ngole4-Apr-06 22:54 

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.