Results for "Author: divyen k patel"
Just pass Connection String and Query String and Get Data in the List View
Data Provider ActiveX User Control This Control is Data Provider Control Providing Simple Binding with the User Control; this is the best example of Data Binding User Control, and best for beginners of ActiveX Control Designer. Go through the Code and Learn it … Do not forget to Vote me and also keep rating my Award Wining Code which is at 2nd in Hall of Fame.
It can be used in Cyber Cafe for billing calculation. Rates are according to indian market.
This control can be placed in case when we wants to give some sort of selection to the operator and operator has to select one of it and have to perform task. Due to auto selection it’s easy for operator to use than the data grid which does not support auto selection. Please Vote me. If you like this.
To get the output of Shell Commands , Like Dir , NET VIEW ...
Perform All Database Operation Using Object.
Scroll Bar in your Image Box
Inventory Control System - For Retail Store A Complete MIS SYSTEM [With Customer Support System, Financial Management System , Inventory Control System Including Sales, Purchase, Bills Receivable and Payable, Income and Expense maintenance] With 14 Useful Reports created in crystal report. Inventory Control System - For Retail Store A Complete MIS SYSTEM [With Customer Support System, Financial Management System, Inventory Control System Including Sales, Purchase, Bills Receivable and Payable, Income and Expense maintenance] With 14 Useful Reports created in crystal report. [For Beginners / Intermediate and Advanced] Major Feature is that you can run whole application with keyboard only and that gives ease to User. It has developed by considering all real time business transactions. It store Customer Information so that it can be referred later on that helps in Customer Support System. When you perform any purchase or sales transaction it automatically updates inventory and you can have current stock report. You can also issue bills to customer from this software as soon as you issue sales transaction. Moreover it also have reminder that reminds you on Due bills which is available at the bottom of the software. You can also take back up of your database and later on you can restore it also but be careful while you are restoring, select appropriate file for restore. You can also have Consistency with Customer names and Suppliers with of them is assigned on id that is automatically incremented as you add more names in to it. In customer search you can have all entries he/she has bought up to now along with their Sales Invoice Details. You can also add new customer records in case of future reference. You can also manage your day to day miscellaneous incomes and expenses in this application. It also provides feature so that you can sends messages to other Computers in your network [This feature uses net send command – so might not work with win98] This system provides 14 different Reports so that you can have better analysis and also shows you each month’s profit and loss in chart. Security -------- This system basically has two different types of user 1. Administrator 2. Operator Administrator can set security policy for operator through separate security form. Each user can also change their passwords. If operator forgets his password then administrator can change it to default password. i.e. op which is defined in this application. Logs ---- This application also logs Log in time and log out time of operator so that you can administrator can determine when operator has made an entry. From the Tools menu you can also have access to many of inbuilt windows tool like Calc, explorer etc so that need not required to minimize your application. Warning : ========= Lot of Students, are submitting this work as their student Project, in Colleges and i got lot of mails from them, I advice not to do so, if inquiry is done you will be definitely in trouble, so use it for learning purpose only. ========================================== Sale of this product strongly Prohibited.
Used to view pictures of various types
This networking program set consists of implementation of FTP, TELNET, HTTP SERVER, UDP NEWS SERVER, Multi client parallel chat server, Date server. Knowledge of socket programming, applet, AWT, thread, and IO streams is essential to understand these programs. All Program Tested in JDK 1.4, and Run Successfully. Do not forget to run server program before starting client program. Developed By: Divyen K Patel (divyen_patel@rediffmail.com) Ahmedabad, Gujarat, India
In the database system I have combined both of the advantages of structure and class. In the application I have placed all the links ands nodes in structure part and other information in the class part so that it can be separated from the functions used inside the class as public member and other variables used in the function as private part of the class. Create function used in the program is used to create the new database it will ask user to enter new database name and if it is already exists then it will again ask to enter the name. Then in the same create function it will ask the number of table in the database and the field information in the table. Datatype of each and every field is stored as the number. Each and every Datatype has given a specific number. To make the application simpler I have just divided it in to number of include files that I have placed in the TC\BIN\INCLUDES\ Directory. For the find function I have used find.h file. It can search the record on the base of the primary key. For the delete function I have used delete.h file. It has the same logic as find is first of all search the record on the base of primary key and then delete that record from the file of that table. For the append function I have used append.h file. It will ask you to enter the table name and according to the table name fields of that record is displayed on the screen and data can be appended by inserting records at that place. Display logic is placed in the display.h file. It will ask you to enter table name and records of that table will be displayed on the screen.
Pack Consist of ... [2 Pass Assembler] , [SCANNER],Based on Deterministic Finite Automation (DFA) for a REAL number with optional Integer and Fractional Part. , [LL Top-Down Parser],[OPERATOR PRECEDENCE PARSER] [ Very Much Helpful to MCA(Master in Computer Application) Students ]
This example shows how you can use OleDbSchemaGuid in ADO.NET to fetch Schema information from database. It also shows, how you can use DataGrid control, to fill records from dataset, and also how to update records from DataGrid to database using OleDbDataAdapter and OleDbCommandBuilder. In this example List box is filled with Table names of a Specified Database, and by clicking on the table name, you can fill records in the DataGrid. The wonder of the ADO.NET is that it is total disconnected scenario, and this helps a lot in Web Applications.