Search results for query: *

  • Users: rashmi
  • Content: Threads
  • Order by date
  1. R

    Binary file read problem

    I am using following code to write string in binary file Dim temp As New IO.FileStream("C:\steg\2.jpg", FileMode.Open, FileAccess.ReadWrite) Dim iobx As New IO.BinaryReader(temp) Dim i As Long Dim x() As Byte For i = 1 To temp.Length x =...
  2. R

    Viewing image from remote computer

    i want to develop an application for Viewing image from remote computer on lan. What I am gonna do is to capture image from cam store it and then I will start to view from another machine. Plz tell me how to view image of remote machine.
  3. R

    Transparent Form

    Can anyone help me to create amazing transparent form? Plz help me I want nice gui of form for my project
  4. R

    Hiding file in image

    Is it possible to merge another file in image and then when necessary , take it back? Help me plz
  5. R

    How to insert record in oracle 10g

    I want help with inserting record in oracle 10g. I want to insert record using windows form. Field in oracle table is name,address thanks.
Back
Top