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
~604 People Reached
Favorite Tags
Member Avatar for srilekha nikky

Hi I want to create upload file and i want to read the same file which is uploaded in c#.net I wrote a code like this can u please check it. [code]private void btnUpload_Click(object sender, EventArgs e) { if (openFileDialog2.ShowDialog() == DialogResult.OK) { filename = openFileDialog2.FileName; txtUpload.Text = filename; } …

Member Avatar for srilekha nikky
0
264
Member Avatar for srilekha nikky

Hi, I have a excel file with 1000mail Id's i want to send the greetings to them at a time by splitting their names Example: [email]if.ex@gmail.com[/email] the mail should go as "Hi ex".For this i want to upload event or property to upload the excel file. can u please help …

Member Avatar for inplainsite
0
161
Member Avatar for Kunal Aggarwal

I program using Visual C++ 2008. MFC Application. I was creating a program to open a Media (.avi) file. The default association of avi files is the Windows Media Player. Now in the program I want to load a button that when clicked will open the specified avi file using …

Member Avatar for srilekha nikky
0
179