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

maheshfour

@maheshfour
About
Posts
28
Topics
15
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Why won't this XML code work? URGENT HELP NEEDED!!!
    M maheshfour

    while posting click the ignore html tags check box at the bottom of the post :-) hope it works

    XML / XSL xml html help question learning

  • transforming XML to HTML
    M maheshfour

    i have a transformer to convert xml to html. i have created following xsl. but when i get the output html the starting table tag () is missing. the end table tag however appears in the html. What coul be the problem?

    -- modified at 6:55 Monday 30th January, 2006

    XML / XSL xml html ai-models help question

  • List view & Rich text box PROBLEMO. Please Help Me!!!
    M maheshfour

    thanks for the help. it works now

    C# help data-structures question

  • List view & Rich text box PROBLEMO. Please Help Me!!!
    M maheshfour

    when i click on the rich text box, how can i get the character number? like 7th character from the start?

    C# help data-structures question

  • List view & Rich text box PROBLEMO. Please Help Me!!!
    M maheshfour

    hi. yes the text of the node is in the rtb. but how can i get a perticular text from a rich text box? thanks for replying

    C# help data-structures question

  • List view & Rich text box PROBLEMO. Please Help Me!!!
    M maheshfour

    hi all i am having a problem. I have a tree view having some nodes. the same nodes are also present in the rtb(rich text box). what i want to do is that when i click on a perticular node, that node in the rtb should be highlighted. also reverse. can anyone help me in this regards?

    C# help data-structures question

  • WaitCursor
    M maheshfour

    I HAVE A SIMILAR PROBLEM i am havig a list view and i dynamically tried to cange the cursor to waiting cursor, but it does not work. then i tried changing the cursor from the property of the list view but it does not work either.

    C# question

  • WaitCursor
    M maheshfour

    I HAVE A SIMILAR PROBLEM i am havig a list view and i dynamically tried to cange the cursor to waiting cursor, but it does not work. then i tried changing the cursor from the property of the list view but it does not work either.

    C# question

  • TextBox Validation
    M maheshfour

    i tried using this but it does not work i tried using this sample code. private void textBox1_KeyDown(object sender,System.Windows.Forms.KeyEventArgs e) { if(e.KeyValue==65) { e.Handled=true; } } it still prints the character 'a' in the text box

    C# question

  • VALIDATING TEXT BOX DOES NOT WORK
    M maheshfour

    hi all i am trying to validate a text box entry. i want to enter hex data in the text box. so in the keyDown event of the textbox if the user presses an invalid key i say e.Handled=true. but still the keypressed appears in the text box. private void textBox1_KeyDown(object sender,System.Windows.Forms.KeyEventArgs e) { if(e.KeyValue==65) { e.Handled=true; } } this was the sample code i was trying to disable typing of 'a' can any one help me????

    C# help question

  • list view goes blank
    M maheshfour

    hi all, I am facing with an unusual problem. i am doing a project involving TCP/IP packet capturing. I display the packets in a list view. it works most of the times except the first time. For the first time when i click start button the list view goes blank. after that it works properly. can any one help me?

    C# help question

  • bypassing the button event
    M maheshfour

    i had tried te same thing but it does not work. in the ok button property i have set the dialog result property as none. i have to press the OK button twice to assign the dialog result property to the button

    C# question

  • bypassing the button event
    M maheshfour

    actually i have a main form which calls the input form as modal. there is OK and cancel button on the input form. if the user presses cancel the form closes. if the user presses OK the software checks if all the inputs are correct. in the main form i am using the dialogresult property of the input form. i have set ok as dialogresult of the OK button. so irrespective ofthe validity of the inputs the input form returns the dislog result. this is why i was trying to exit the buttonOk_click event if the inputs were not valid.

    C# question

  • CHECKSUM VERIFYING FUNCTION
    M maheshfour

    will any body out there help us. we are in desperate need of a function to verify checksum of captured packets(tcp,ip,icmp). we tried to use the func libnet_do_checksum() without any success.

    C# help

  • bypassing the button event
    M maheshfour

    hi friends, how can i bypass the button event on certain conditions?:confused: like i can in while() loop using break statement.

    C# question

  • bypassing the button evet
    M maheshfour

    hi friends, dfgdfgdfgdfg

    C#

  • opening a closed port
    M maheshfour

    hi friends. can i open a closed port in c#? i am doing an application in which i want to communicate on some ports of a target computer. i cannot find many open ports. the ports which are open are 135,139,445,1025. how can i open a user defined port of the destination computer

    C# question csharp

  • multiple parallel threads
    M maheshfour

    i am trying to establish parallel connection. So i want to send tcp SYN packet in parallel. i am using libnetNT.dll to create the packets for this i want to use threads. seperate threads for each packet

    C# data-structures question

  • multiple parallel threads
    M maheshfour

    hi friends i am trying to send pararrel TCP packets. for this i intend to use threads. one thread for each packet. i tried using array of threads. but i did not get syntax proper. what is the syntax for array of threads -- mahesh

    C# data-structures question

  • coloured lines in a multilined textbox
    M maheshfour

    how is rich text box different from the normal one? what properties of the rich text box can i use?

    C# help
  • Login

  • Don't have an account? Register

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