No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
10 Posted Topics
can any body help me in developing a TOUCH SCREEN APPLICATION in VB6
Hi, I want the COMBO BOX in FLAT mode on the Screen along with Text Boxes... any body have any answer
Earlier i worked on a project i-card printing. Here i used web cam .. Took the photo graph saved under the name + class + div & ".jpg" . Then i run the main module entered the name class div of the student & searched the jpg file use drivelist, …
I wrote an application in VB6. While testing I want it to run only when a pen drive with specific VOLUME SERIAL NUMBER is attached. Can any body help me in finding out the volume serial number attached to the system. Regards
Dear Vinod To Store the Image in the file use DRIVELISTBOX, DIRLISTBOX AND FILELISTBOX NOW FIND THE IMAGE FILE. U R MAKING I-CARD PROGRAMME. SO VERY FIRSTLY YOU MUST HAVE SCANNED THE PHOTOS OF THE STUDENTS BY SCANNER OR WEB CAM. NOW AT THE TIME YOU ENTER DATA OF THE …
Hi, you have not specified whether your application is an interface or report. If report, have you used Crystal (any version). If Yes load crystal reports on the client machine also. Santosh Joshi
Any body having any solution to write a report without using DATA REPORTS and Crystal and allowing it for preview and print. The report should be well designed... Help me
If you are keeping the data of various courses in a Master you can keep the number of semesters with the Name as below Course_Name Course_Sems M.C.A 6 M.B.A 4 B.C.A 2 B.E. 8 Likewise.... Now depending upon the no. of sems you can ENABLED = TRUE OR FALSE the …
create a form place one label & command button code for command button '---------------------------------- Private Sub Command1_Click() Dim v1, v2 As Long v1 = 100 v2 = 200 Label1.Caption = Trim(CStr(v1)) & "/" & Trim(CStr(v2)) End Sub reply
I wrote an application to enter the data and print output using Crystal 8.5 As I tried to create the SETUP file it stopped working at the last page. when I removed the crystal references and ocx and dlls and tried to make SETUP it worked properly. What shall I …
The End.
santosh5471