473,379 Members | 1,253 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,379 software developers and data experts.

Check reader in c#

i am working with c# web application(visual studio 2008) and i am using one check reader(MICR) in my project.To activate this check reader code is written in vc++(ocx).how i can access methods from this vc++ project to my c# pages???Is need any vb script????
Nov 15 '08 #1
2 1693
tlhintoq
3,525 Expert 2GB
Once added to your project the OCX should appear in your toolbox.
From there just drag/drop it to a form, set properties and subscribe to events like any other component. I do the same thing with a magcard reader OCX supplied by the manufacturer.
Nov 16 '08 #2
SvenV
50
Yea just right click on references in Solution Explorer - Add reference - Browse tab
or if you registered the COM , the COM tab
Then you can just instantiate the COM component
Nov 16 '08 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Dmitry Martynov | last post by:
Hi I have a question whether XmlValidatingReader doesn't check keyref constrain (the same with key constraint) or I do smth wrong. I have the following schema <?xml version="1.0"...
1
by: terry | last post by:
how can i check if the client have installed adobe reader?
1
by: Usman Ghani | last post by:
Hi All, Please help me to develop this one page please. I have a page on which I have a label control, just one label with no text. Next I start a loop to read the headers of emails and during...
5
by: =?Utf-8?B?QnJlbmRlbiBCaXhsZXI=?= | last post by:
Hello. I am reading a value from a table and trying to determine if that value exists in a list of values associated with a dropdownlist. If so, I select the value, otherwise, I don't. I haven't...
0
by: ArunIris | last post by:
Hi, I am having a webmethod in my web services that accept a xml as string parameter. public bool GetValidXML(string xmlDocument) Now i want to perform a check againt string...
10
by: spowel4 | last post by:
I am using streamreader.readline to read in data from a file line by line but I need to be able to check for the end of each line, how can I accomplish that using streamreader.readline or is there...
3
by: saynords | last post by:
Hi I need to check if my datareader is empty and if so do a response.write. OracleDataReader reader = cmd.ExecuteReader(); dtgridSearch.DataSource = reader; I tried if (reader.read) but that...
1
by: avbergen | last post by:
Hi, I use the following code to read a xml file: While (reader.Read()) If reader.Name = "DATETIME" Then DateVar = reader.ReadString
10
by: klharding | last post by:
I am reading the contents of a text file into variables. All works well if the text file does not exist, or it does exist and contains 4 rows of data. But I need to account for rows being empty or...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.