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
B

b0ksah

@b0ksah
About
Posts
7
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • TcpChannel Remoting - Proxy Possible?
    B b0ksah

    Well, maybe you should look at custom sinks ... just an idea .. I'm not sure at all here :wtf:

    C# com question

  • Generate random number
    B b0ksah

    42 FTW ...

    C#

  • Event
    B b0ksah

    Why not use the Load event on a form for this?

    C#

  • Bioinformatic algorithms in C#
    B b0ksah

    Huh :wtf: :confused: Ehm ... try to clearify a bit ... I'm lost :omg:

    C# csharp algorithms help

  • dot net remoting Events
    B b0ksah

    I know this is not the answer you are looking for but when dealing with remoting then keep it simple and stick to method calls only over the network ... using Events with remoting is very sticky bizz. There's a whole lot of issues that make event handling with remoting a bitch. A way to simunate it is to have an event at both ends ... so a remote call triggers an event .. But if you really really really wants to use events (the whole u have to seriealze everything sent over the network nightmare .. :wtf: ) Search the remoting section here on Codeproject .... there's no perfect solution. :sigh:

    C# tutorial help

  • How to hide the closing X on a windows form?
    B b0ksah

    When you disable the closing event then it don't care if you alt-f4... only thing that can close it is to kill the process in Task Manager. But thanks .. for the reply :)

    .NET (Core and Framework) question help tutorial

  • How to hide the closing X on a windows form?
    B b0ksah

    I have a fire alert application that for no reason what so ever should be closed, this you can fix by adding the following in the Form_Closing event e.Cancel = true; But how do I hide the closing X icon? :confused:

    .NET (Core and Framework) question help 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