while posting click the ignore html tags check box at the bottom of the post :-) hope it works
maheshfour
Posts
-
Why won't this XML code work? URGENT HELP NEEDED!!! -
transforming XML to HTMLi 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
-
List view & Rich text box PROBLEMO. Please Help Me!!!thanks for the help. it works now
-
List view & Rich text box PROBLEMO. Please Help Me!!!when i click on the rich text box, how can i get the character number? like 7th character from the start?
-
List view & Rich text box PROBLEMO. Please Help Me!!!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
-
List view & Rich text box PROBLEMO. Please Help Me!!!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?
-
WaitCursorI 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.
-
WaitCursorI 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.
-
TextBox Validationi 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
-
VALIDATING TEXT BOX DOES NOT WORKhi 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????
-
list view goes blankhi 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?
-
bypassing the button eventi 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
-
bypassing the button eventactually 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.
-
CHECKSUM VERIFYING FUNCTIONwill 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.
-
bypassing the button eventhi friends, how can i bypass the button event on certain conditions?:confused: like i can in while() loop using break statement.
-
bypassing the button evethi friends, dfgdfgdfgdfg
-
opening a closed porthi 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
-
multiple parallel threadsi 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
-
multiple parallel threadshi 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
-
coloured lines in a multilined textboxhow is rich text box different from the normal one? what properties of the rich text box can i use?