No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
I want to create fairly simple custom control that has group box and checkbox on it. This control should act as normal groupbox control ... user should be able to drag it onto form and then add some other controls to this groupbox (by draging thom on groupbox)... i managed …
[code]need namespace System.IO //Create and write in file StreamWriter sw = File.CreateText("Pathoffile"); sw.WriteLine("Name,Mobile,Land Line,Address,Pincode,Email"); sw.WriteLine("Jak"); sw.Close(); //read file StreamReader sr = new StreamReader("Path"); string str= sr.ReadToEnd(); sr.Close();[/code]
hi friend, i am developing one mobile application. In this application i will displaying contact data in data grid. Here i want to export datagrid data in excel file.how does it please help me.............
hi friends, last two days i am facing problem with vista. Actually i developed one product in C#(Windows Application) and in this product I mostly used krypton controls like Command button. In XP all krypton command button captions are displayed but in vista OS does not display krypton command button …
When i handling my project exception occurs thread aborted.
The End.
JakShelar