THANKS SO MUCH IT GAVE ME A STARTING POINT. I TRIED TO RUN IT BUT COULD NOT WORK. -WHEN SHOULD I RUN THE FORM(WHEN I SEND SOME JOB TO PRINTER OR BEFORE) AND -SHOULD THIS APPLICATION BE RUN FROM THE COMPUTER WHICH IS PHYSICALLY CONNECTED TO THE PRINTER? -ARE THERE CHANGES I NEED TO MAKE TO CUSTOMIZE THE APPLICATION IN ORDER TO SUITE MY REQUIREMENTS? ANY HELP IS APPRECIATED.THANKING YOU IN ADVANCE
mbams
Posts
-
getting print job information using c# -
getting print job information using c#Hi everyone. Am currently tasked with a responsibility of developing a small application to monitor and log all printing jobs in an a Internet cafe.the application should be able to do the following:- -when a user sends a print command,information such as the number of pages (sent for printing and those successful printed) and document name user intends to print should be captured and stored in a database. -the name of the computer from which the job is sent should be captured In case the printer prints less pages as intended by user,the system should be able to get the reason why it printed less pages (maybe printer running out of papers,or process cancel led by user) The problem is that i don't know where to start from.Any helpful information(ie tutorials and suggestions) is highly appreciated. THANKS IN ADVANCE. Pascal
-
start win app in remote machinei just dont know yet how you did it.but in case you were running/invoking the windows application from onStart()method of the windows service,use the MMConsole,navigate to services,look for the name of your windows service->properties,logon tab,check the checkbox--allow service to interact with Desktop.ope it works was wondering if you culd help with your code for this application(both winform and winservice)
-
checking a radio button programmaticallyAm currently working on my end of semester project (online examination system )where questions are to be obtained from a database,cached on a dataset and store the dataset in session object(of the global asax file).questions are read from this session variable and displayed on a form on its form load event.this form has 3 buttons that can enable a user to navigate to the next question,previuos question(s) and another to intentionally end the exam.whenever a user clicks on the back button of the form to access a previously answered question,the previous question is shown but the radio button that was checked as the answer is not checked.Any idea on how can i maintain the checked status for the previously answered questions?
-
ONLINE EXAMINATION SYSTEM using ASP.NET AND C#-DATABASE SQL SERVERAM SUPPOSED TO DESIGN AN ONLINE EXAMINATION SYSTEM USING C# AND ASP.NET AS MY END OF SEMESTER PROJECT. THE SYSTEM I HAVE DESIGNED SO FAR CATERS FOR GENERATION OF RANDOM QUESTIONS.THE ONLY PROBLEM IS THAT THE FORM DISPLAYING THE QUESTIONS HAS 3 BUTTONS (PREVIOUS,NEXT AND FINISH). WHEN I CLICK ON THE PREVIOUS BUTTON,IT DISPLAYS THE PREVIOUSLY ANSWERED QUESTION AND ITS CHOICES(MULTIPLE CHOICES)BUT THE RADIOBUTTON THAT WAS SELECTED AS ANSWER IS NOT CHECKED.PLIZ HELP.