Search results for query: *

  • Users: mars
  • Content: Threads
  • Order by date
  1. M

    sms code

    Hi any body knows the code for sending sms from pc. plz send me if one have Regards Mars
  2. M

    extracting text from an image

    Hi im working on ocr related project. I need code to extract text from the scanned form within a rectangle. If any body have it will be helpfull for me Regards Mars
  3. M

    problem with insert

    hi im new in asp.net trying to insert a record with the following code dim ncount,connstr1 connStr1 = "Provider=Microsoft.Jet.OLEDB.4.0;data Source=c:\shopingcart1.mdb" dim cnAccess1 as New OleDbConnection(connStr1) cnAccess1.Open() dim cmd as new OleDbCommand cmd.Connection = cnAccess1...
  4. M

    hyper link image prob

    hi im new in asp.net i want to show images with every record and hyper link on that i wrot code but images are'nt comming. <%@ Page Language="VB" %> <%@ import Namespace="System.Data.OleDb" %> <script runat="server"> '<a href=pdetails.aspx?id=" & drprod.GetInt32(3).ToString() & "<img...
  5. M

    prob with dataset refresh

    hi im using dataset to insert the data but the dataset navigation cant show newly inserted record. Regards Mars
  6. M

    prob with microsoft word document in vb

    im using word.application to open a word document in vb.net with these dll files. Microsoft.Office.Interop.Word.dll Microsoft.Vbe.Interop.dll office.dll stdole.dll here is the sample code.code is working fine with these dll. Dim app As New Microsoft.Office.Interop.Word.Application...
  7. M

    reading xml file

    Hi I have an xml file and want to read it. But i want to read it like "select * from table1 where id = 4" is there any method i just read a single record from that file on any criteria. regards Mars
  8. M

    pdf reader

    hi I want to view a pdf in vb.net form without help of installed acrobat reader. Do we have any way to do it. Regards Mars
  9. M

    Problem with tab control and rich text box

    I m going to create a text editor in vb.net with tab controls and rich text boxes it should create programmatically a new “tabPage” with a “RichTextBox” in it for every opened file. I wrote the open() function which is working fine . It worked like I wanted, for every opened file it created a...
Back
Top