Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
G

GauravGoyal_5

@GauravGoyal_5
About
Posts
3
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Drag & Drop how to in Windows Application
    G GauravGoyal_5

    I am just dragging a text file & dropping here.

    Gaurav Goyal

    C# csharp visual-studio tutorial question

  • Drag & Drop how to in Windows Application
    G GauravGoyal_5

    I put some sample code there. but still not working. I am just dragging a text file from windows explorer & dropping here.

    Gaurav Goyal

    C# csharp visual-studio tutorial question

  • Drag & Drop how to in Windows Application
    G GauravGoyal_5

    Hi, I am creating a simple application for drag & drop. I am using Windows 10 OS, Visual Studio 2015 & creating windows application using c#. I have added pannel on the form. AllowDrop is true for the panel. I have added 3 events from event windows for Panel : private void panel1_DragEnter(object sender, DragEventArgs e) { e.Effect = DragDropEffects.All; } private void panel1_DragOver(object sender, DragEventArgs e) { e.Effect = DragDropEffects.All; } private void panel1_DragDrop(object sender, DragEventArgs e) { } But it is not allowing me to drop files here. Please let me know what is wrong with the code.

    Gaurav Goyal

    C# csharp visual-studio tutorial question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups