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
M

mesmer

@mesmer
About
Posts
3
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Drag and drop in embedded usercontrol
    M mesmer

    Hi, I'm using an embedded usercontrol in a web form to be able to drag files from the windows explorer. I handel the dragdrop event with the following code private void UserControl1_DragDrop(object sender, System.Windows.Forms.DragEventArgs e) { string[] files = (string[])e.Data.GetData( DataFormats.FileDrop, true ); foreach( string file in files ) { // do something } } The problem is that theres always just one file. If i use the control on a ordinary windows form i get all the files i drag onto the control. I'm thankful for any advice.

    C# hardware help

  • Accessing a method in another file
    M mesmer

    If both your classes are in the same namespace, simply create an instance of your class and make a call to the method ... XMLWriter myObject = new XMLWriter(); myObject.WritingToXMLDoc("elementString", "writeToXMLDoc"); ... I'm not sure if im on the right path here but i hope it helps

    C# question beta-testing xml tutorial

  • Semi modal dialog?
    M mesmer

    Hi there, I would like to show a modal dialog and still be able to close/minimize/maximize my main form. Is there a way to accomplish this? I'm thankful for your help.

    C# help 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