Search results for query: *

  • Users: ajewahar
  • Content: Threads
  • Order by date
  1. A

    Scan PDF and read data

    Hi I urgently need a solution in vb.net to scan document and read information from scanned document and save both document and data. Here is the real scenario. - Document consists only One page. - layout of all document is same. Means one layout - in the document, upper part (header) there are...
  2. A

    How to install MSDE from setup package

    Hi I want to creat a setup program for my vb.net application. But, not sure how can I install MSDE engine from setup package and attace a database using .mdf & .ldf included in the setup program. Kinldy help me Rgds/
  3. A

    How to insert Records from DataGrid into a Table

    I have following in my window form: sqlconnection1 sqladaptor dataset1 Datagrid1 my data-grid data-source being set with "dataset1" which is basically SQL statement "select name,address from myTable" I can see the table coulmn name as headres of my Grid. I ran the application and manged to enter...
  4. A

    Can not display Arabic string stored in resource file

    Hi,. Have created a .resource file which contain number of records . The entries are basically strings in Arabic and English. Based on user Language selection from my application, I will be replacing all lable text propertry from the values from .resources file. I have managed to save the...
  5. A

    How to print a "form" from VB.NET

    Hi all, I have windows Form (vb.net) contain many controls such as txtbox, lables, picture box etc.. I need to print the fom directly to printr. How can this possible ? Kindly help me.. I don't want "print-screen" of scren-shot and paste in XL for printing. appreciate your help.. Regards,
  6. A

    Similar to HTML Frame Comtrols is availabe in VB.NET (windows)

    Dear All, I need to design an application where I need to keep all the option in the left side of screen (frame) and need to leave rest of the portion for content to display upon user click on any option which is at "left side". The method that I'm looking for similar to HTML frames we...
  7. A

    Where is the "Frame" Control ?

    Dear All. In VB 6.0 we can palce many controls inside the Frames, Picture Box etc.. Advantage of this, you can easily move all the objects that are placed insdied Pictrue Box or Frames by dragging of "Picture Box" or "Frames" objects. I have placed a Picture Box in my VB.NET Windows Form...
  8. A

    How to connect ".mdf" file - URGENT

    Dear all, I have detached a file from SQL server which is "pubs.mdf". Now, I need to open an ADO or ADO.NET connection from VB 6.0 or VB.NET application to "pub.mdf". I do not have SQL Server or MSDE installed on the client machine. Is there any way that we can open a connection to "mdf"...
Back
Top