No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
11 Posted Topics
Re: Hi, You said the code is already uploaded. But i cant see the code. There are two ways in which you can save the image in youe access database. 1) the simplest way is to store the path of the image. 2) you need to use FileScriptingObjects method to find … | |
Re: Download the barcode_label_activex.exe from the net. Install this application. Add BARCODE_ACTIVEX.ocx component to your VB Program. Go through the Code Given for this .exe file. And u will come to know th erest. For further help, mail to: [snipped] | |
![]() | Re: Download an application barcode_label_activex.exe. Install the same. Add the component BARCODE_ACTIVEX.ocx to your VB Program. Read carefully the Code that is added with the application. And rest is yours. For any further assistance feel free to write: [snipped] |
Hi, I have created a project in which i am printing Hall ticket for an examination. i am using vb6.0 as front end and Access 2003 as backend. I have created a reprot in crystal reprot 8.0. I have added photographs of students in the report. Everything works fine. The … | |
Re: Hi. there!!! You have not mentioned which data control you are using. The following code works fine with ADODC. you will have to connect ADODC to your database through Control Panel -- > Administrative Tools --> ODBC Data Sources [CODE]If cmdFindRegNo.Caption = "F&ind Reg No." Then With Adodc1.Recordset .MoveFirst .Find … | |
Hi, I have developed a simple result program in excel 2003. I have stuck up at the following point: I have total seven subjects based on which I need to prepare a result. My aim is to find out failures. My condition is, if a student secures less than 35 … | |
Hi, everyone. Plz. Answer. this is very urgent Write a Client/Server Program using DatagramPacket and DatagramSocket which finds the square of a number sent by the client. Avinash Rooge | |
Hi, i would like to connect a webcam to vb6.0 or to vb.net and wolud like to take a photograph which is then to be stored in access / sql database. plz. help me Avinash Rooge | |
I would like to connect web cam in vb6.0. My aim is to connect a web cam thr' vb6.0 code, take a phtograph and save it to the access database. plz. help | |
Re: Private Sub Form_Load() Timer1.Enabled = False ProgressBar1.Value = 0 Timer1_Timer End Sub Private Sub Timer1_Timer() Timer1.Enabled = True ProgressBar1.Value = ProgressBar1.Value + 1 ProgressBar1.Value & "%" If ProgressBar1.Value >= 100 Then ' do whatever you want Timer1.Enabled = False End If End Sub Avinash Rooge [email]avirooge@yahoo.com[/email] | |
Re: Converting Numeric Dollar Amounts into Text This code will convert a numeric dollar amount into text for use in such applications as printing a check. I had to do this a couple of times in a previous life with a completely different operating system and programming language, but it is … |
The End.