User Profile

Collapse

Profile Sidebar

Collapse
selvaraman
selvaraman
Last Activity: May 30 '08, 06:06 AM
Joined: Jan 2 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • selvaraman
    started a topic Open an Image via Windows Fax Viewer
    in .NET

    Open an Image via Windows Fax Viewer

    I need to Open an Image via Windows Fax Viewer.

    I have tried with the following types of codes. But, None of them giving the answer.
    [code=vbnet]
    iOpenImageResul t = ShellExecute(0& , "open", "mspview", s_ImageFileName , vbNullString, vbNormalFocus)
    iOpenImageResul t = ShellExecute(0& , "open", "rundll32", s_ImageFileName , vbNullString, vbNormalFocus)
    'iOpenImageResu lt...
    See more | Go to post

  • selvaraman
    started a topic to disconnect the existing connection

    to disconnect the existing connection

    I have 4 schemas for different projects. So, when the connection is established to the new schema, the existing schema's connection need to be closed. Similarly, whenever, the connection is established with the one schema, the connection with other 3 schema's need to be closed. The basic idea is, at a time, the connection should be established with only one schema.

    What i need to do?

    Regards,
    Selva
    See more | Go to post

  • selvaraman
    started a topic To read the Data from Notepad
    in .NET

    To read the Data from Notepad

    Hi

    I need the code to read the data from the text file. And, i have the Starting Position and Ending Position of each Data. So, i want a funcition to give the data by passing the Starting Position and Ending Position as Input Parameters.

    Currently, i am using the objstreamreader to get the data. But, i dont think it is having the function with Starting and Ending Position as the Input Parameters.

    So, Please...
    See more | Go to post
No activity results to display
Show More
Working...