Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements

5 Posted Topics

Member Avatar for JakShelar

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 …

Member Avatar for ddanbe
0
102
Member Avatar for sivak

[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]

Member Avatar for sivak
0
94
Member Avatar for JakShelar

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.............

Member Avatar for kvprajapati
0
52
Member Avatar for JakShelar

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 …

Member Avatar for ddanbe
0
74
Member Avatar for JakShelar

The End.