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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
P

Paul Kettley

@Paul Kettley
About
Posts
3
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Show Form and Disable Button How?
    P Paul Kettley

    Hi SoulIdentities, I would use an Event Handler, that contains your own bespoke EventArgs. You can contain within that EventArgs a delegate that points to a function. Your base class will contain the function and you will register the event handler of your childs form to your base form. When you close the child form, you will call the eventhandler, which will in turn post up to the base form which will react with a close of itself. Cheers, Paul

    C# question help

  • Saving and loading a file
    P Paul Kettley

    Hi Bar3000, I would generally look down the route of Serialization and DeSerialization of a object(s), that will hold you Games details. These can be implemented using the ISerializable interface. Cheers, Paul

    C# game-dev

  • Drop Files at Runtime
    P Paul Kettley

    Hi All, Wondering if someone could explain to me how to send a drop event to a different application. The Drag and Drop events allow an application to move objects around in a drag and drop event, but how do you get an application to send a drop event with the list of file(s) to a different application. My application is .NET 2.0 compatible, the other application is written in delphi. The delphi application is a large complex application and is used throughout the company, the new application has to be able to process a file, convert it to a different file, save it, and then send a drop command with the new filepath to the delphi application which has drag/drop events enabled on its main window. I'm needing something that will allow me to give it a handle of a window, a list of files and a structure. Oh last but not least I'm coding in C#.

    C# csharp delphi tutorial
  • Login

  • Don't have an account? Register

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