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
H

Hesham Yassin

@Hesham Yassin
About
Posts
74
Topics
10
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • merge k AVL trees complexity
    H Hesham Yassin

    i liked that idea, lets say we've got k tree where each one got one node. we know that there is no algorithm that can sort with better than teta(klogk) so, in order to sort the nodes in array and scan an empty tree to insert them, it will takes at least teta(klogk)

    Algorithms algorithms question

  • merge k AVL trees complexity
    H Hesham Yassin

    Hello everybody i am trying to disprove the claim: the time complexity of merging K AVL trees is O(the sum of their nodes number) i tried to calculate the complexity of meging K AVL trees but there could be more than one algorithm. How do i disprove the claim. Thanks

    Algorithms algorithms question

  • BackSpace button
    H Hesham Yassin

    try to use the ASCII code for backspace instead of using the enum Key

    C# help

  • how to ban multi-application to run?
    H Hesham Yassin

    There are certain programs that if we try to run them more than one time by clicking their icon, we get the recent opened one like Winamp or messenger or anti-virus programs. does such programs ban such a thing through the constructor? Thanks, Hesham

    .NET (Core and Framework) tutorial question

  • Serialization Question
    H Hesham Yassin

    The problem is in the second program. Try to deserialize your class in an object variable. if it's working then the problem might be in the way you defined the class structure in the second program. if the solution of the "object variable" didn't work then the problem might be in the code! wish this help!

    .NET (Core and Framework) question help regex json learning

  • How do I fix this error?
    H Hesham Yassin

    try to change the input parameters of the Constructor

    C# help question game-dev

  • [Message Deleted]
    H Hesham Yassin

    fuck off sick psychos

    modified on Thursday, October 16, 2008 1:57 PM

    C#

  • how to save a Stream class
    H Hesham Yassin

    thank u guys, i got the point!

    C# question help tutorial

  • [Message Deleted]
    H Hesham Yassin

    [Message Deleted]

    C#

  • how to save a Stream class
    H Hesham Yassin

    theoretically u r right but in the "Stream" class there is no "Length" property. :sigh:

    C# question help tutorial

  • how to save a Stream class
    H Hesham Yassin

    if i got data in a Stream class, how can i save it to a directory? please help, thanks

    C# question help tutorial

  • read from serialport problem
    H Hesham Yassin

    http://www.codeproject.com/useritems/TCP_IP_protocols.asp[^]

    C# question csharp sharepoint help

  • multi threading
    H Hesham Yassin

    search in msdn for Boolean Threading

    C# help

  • [STAThread] ?
    H Hesham Yassin

    this threrad is for keeping updating the GUI of your form i think!

    C# question

  • Do something while the mouse button is down
    H Hesham Yassin

    you can do it using two events: 1. when mouse down 2. when mouse get off the button range in step #1, you know that the mouse is down. in step #2 you know that the mouse left the button, then you can stop the thread you started in the first event!:):):):)

    C#

  • How to play at the same time 2 or more sounds
    H Hesham Yassin

    if you wanna be not useful, combine both of the music files to a one file by reading the binary data, then play the new file. it's smart but unuseful ;P

    C# graphics game-dev tutorial

  • Graphics to File
    H Hesham Yassin

    serialize it

    C# graphics com help tutorial question

  • Creating object stops execution of entire function
    H Hesham Yassin

    turn MyObject class to a static one, if you cannot, i think i had the same problem with DirectX, where i tried to identify a class which contains a directX identifications. it threw me a bizzar exception. and what i did is putting a breakpoint and run the program pressing F10, at first, it threw me an exception but thenit ran normally. try that. it's so fool but you don't encounter this exception in *.exe file!

    C# question com help lounge

  • MultiThreading
    H Hesham Yassin

    use System.Threading.ThreadStart delegate instead of Thread

    C# help

  • Cross-thread ToolStripButton update
    H Hesham Yassin

    use a synchronous calls using a timer

    C# question announcement
  • Login

  • Don't have an account? Register

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