Urgent help with Pocket PC
I want to know if it is available in pocket pc programming using C# to do the following :confused: :
(if a user wanna open a file he clicks it, i want my program to not-open the file but first looks up the parameters of the open function (name of file) in a database then the decision whether to open the file or not is based on a specific criteria)
if this is aplicable, plz i want somebody to tell me how :blush: ,, if not :mad: plzzzzz, send me an alternative to it.... thanx in advance
Note: this is a piece in my graduation project :cry: , which really makes me mad and i need ur help really soooooooooooon :rolleyes:
Re: Urgent help with Pocket PC
Why are you doing a graduation project on an area that you don't know anything about?
First what you need to do is associate files with your program (you'll have to choose which extensions you want your app to open) or you could have someone run your app and then choose the file to open with a simple OpenFileDialog.
Then you'll have to read in whatever you need from the file and make your decision.
Re: Urgent help with Pocket PC
Would u follow this link?
http://www.vbforums.com/showthread.php?t=409459
and then plz reply me.