Buy an ASP.NET book, this is a trivial example that will almost certainly be covered. You handle the click event, grab the values from your controls and store them. If you post your code, we may be able to spot your error, no-one will write this for you.
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
p_ wrote:
\\systemname\\C$
are you typing it like this ? it should be either \\UNCName\C$ or if within a string in your code :
"\\\\UNCName\\C$"
[VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]
well actually no, because I know how to use Net Share from the commandline, but yes if all I had was the poxy windows folder share prpoerty sheet it is much easier because the property sheet sharing page wants to reset all permissions on every thing below the share point which is totally unneccessary in a desktop lan environment.
p_ wrote:
but task is in such a way that i can include this project in my resume
Sure, for $80 USD an hour and disclosing full credits (you'll have to put a link to my website on your resume) to me while I retain full ownership (I'll have to charge you a monthly, recurring fee for the privilege of listing said project on your resume), I'd be to do anything you like. Please contact me at Mad1337HaXoR@aol.com for more information.
Jeremy Falcon Oatmeal, It's What's for Dinner.[^]
like serialization, messagemaps, RTTI, Frames, dialogs, views, documents, DLL's, Threading concepts. You can easily downloaded from net. otherwise buy a book for interview questions. lot of books are available in roadsided or other book shops.
Please read carefully. In the customize->tools tab, you can ADD, MODIFY or DELETE existing menus. Click on any menuitem in the list to edit/delete it. You can double click on the blank line at the end of list to add new menu. The list contains the name of menu to be displayed and the command contains the execuatble to run on hitting the menu. This is all i can tell and hope this will help. Good luck :)
I think you don't know this. The port element of an internet address associates an IP address with an application. This allows more than one application to use an IP address at the same time on a system. You are responsible for knowing the port numbers used by your applications. Mark
Mark Salsbery Microsoft MVP - Visual C++ :java:
Guy, if you don't know the port number of the service you're trying to connect to on the server, we're not going to be able to tell you. After all, you haven't said anything about this service so we don't know what it is you're trying to connect to!
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007
which version of windows are you running?
--------------------------- Both optimists and pessimists are important in technology. The optimist invented the aeroplane; the pessimist invented the parachute. Regards, Hesbon Ongira Nairobi, Kenya.
Try mciSendCommand(), like: mciSendCommand(..., MCI_SET, MCI_SET_DOOR_OPEN, ...);
"A good athlete is the result of a good and worthy opponent." - David Crow
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne
p_ wrote:
where i can get free projects
The Open Sourse community has 100's of projects which need testing. Most of them probably have requirements of some sort (gee, kinda like the real world!) and you can determine test cases from those. Remember, manual testing often leads to Ad Hoc testing not within the scope of a test case, yet uncovers new bugs. Good Luck
p_ wrote:
where i can get free projects
Do social engineers have quality assurance?