Search results for query: *

  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

    Hiding file in image

    Yes exactly I am makign my school project on this topic. I have embed text into file but while reading text back I am getting problem. How can I get orginal length (size) of file? for example i have new.jpg- 32KB I embed msg into it and save it to new1.jpg new.jpg and new1.jpg are exact...
  4. R

    Transparent Form

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

    Hiding file in image

    Is it possible to merge another file in image and then when necessary , take it back? Help me plz
  6. 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