if i set e.cancel = true and this.hide() then the form will not closing..and still it is visible.. i wrote the code in formClosing Event.. Any ideas.. Regards, Saravanna
Saravanan_article
Posts
-
hide form using the close button -
How to place images in the ListBox items?Will u please post the code.. because i am a newbiew to C#.Net Thanks for ur help Regards, Saravanan
-
How to place images in the ListBox items?Hi friends, I am developing windows based application.. I am using ListBox in my application.. I dont know how to insert the images in the listbox control items.. I want to display seperate images for the items in the listbox.. Any help or suggesstion is helpful to do that.. Thanks in advance Regards, SAravanan
-
How to place RadioButtons inside a ListView Control or DataGrid Control?Hi friends, I am a newbie to C# windows based application.. I am developing a simple project.. in that i am facing a problem of how to insert the RadioButtons inside a ListView control and DataGrid Control. I know its a stupid question.. Any way please any body send the links that related to this problem or samples. Any help is appreciated. Thanks in advance Regards, Saravana
-
Richtext Box questionWill u please post the code!!!!!!!!
-
Play WAV file from embedded resources.Hi, Its very complicated to see the code,, so please post ur sample piece of code, and also post what is the problem u are facing and whts the solun you found.. its useful for all the beginners as well as developers.. Bye
-
Recording with Sound RecorderHi, Its giving me a Error like "Can't Open File c:\file001.wav" I tried both methods of doing that... but both methods are showing me same error.. One more quest abt is how to Record the Sound.. ie process.Start(...) is responsible for opening soundRecord exe after that how to press "Record" button programmatically... Send me ur suggesstions
-
getFunctionPointer()i think there is no such concept of "Function Pointer" in C#, it might implemented as a Delegate in C#
-
Binary converting byte to sbyteTry to use Convert.ToSByte(source); May be this will work. byte source =42; sbyte dest; dest = convert.ToSByte(source);
-
C# eBookssaravanan_article@yahoo.com