Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~6K People Reached
Favorite Forums
Favorite Tags

11 Posted Topics

Member Avatar for ar0n

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 …

Member Avatar for Santanu.Das
0
1K
Member Avatar for ImranQureshi

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]

Member Avatar for matcooper
0
3K
Member Avatar for gowans07

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]

Member Avatar for Fredwis
0
140
Member Avatar for avirooge

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 …

Member Avatar for dhaval.2cool
0
246
Member Avatar for abrahami

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 …

Member Avatar for abrahami
0
174
Member Avatar for avirooge

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 …

Member Avatar for AndreRet
0
117
Member Avatar for avirooge

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

Member Avatar for pbl
0
64
Member Avatar for avirooge

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

Member Avatar for kvprajapati
0
601
Member Avatar for avirooge

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

Member Avatar for vb5prgrmr
0
80
Member Avatar for Masterace

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]

Member Avatar for avirooge
0
190
Member Avatar for bdrkb

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 …

Member Avatar for avirooge
0
157

The End.