C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Communities   Interview   Jobs   Projects   Offshore Development    
Silverlight Tutorials | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Revenue Sharing |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...

New Feature: Community Sites: Create your own .NET community website and start earning from Google AdSense ! It's Free !




Source code to convert foxpro to MS Access database


Posted Date: 05 Sep 2008      Total Responses: 1

Posted By: pavani       Member Level: Bronze     Points: 1


Hi all,

I am developing standalone application “To convert FOXPRO database to MS Access Database” I started to develop this application Using dot net Frame Work. I am not getting any help in net, any body knows about this please help me.



Thanks & Regards
-Pavani




Responses

Author: vipul    05 Sep 2008Member Level: DiamondRating:     Points: -20
Hi,
for that you used this way
private void frmReceiptWare_KeyDown(object sender, KeyEventArgs e)
{
if (e.Alt)
{
if (e.KeyCode == Keys.E)
{
tabControl1.SelectTab(0);
e.Handled = true;
}
else if (e.KeyCode == Keys.S)
{
tabControl1.SelectTab(1);
e.Handled = true;
}
else if (e.KeyCode == Keys.C)
{
tabControl1.SelectTab(2);
e.Handled = true;

}

}
}

vipul,
http://dongavipul.blogspot.com


Post Reply
You must Sign In to post a response.
Next : urgent
Previous : Doubts
Return to Discussion Forum
Post New Message
Category: .NET

Related Messages



dotNet Slackers   BizTalk Adaptors    Web Design

efax

Contact Us    Privacy Policy    Terms Of Use