Search:

Type: Posts; User: Wytse Talsma

Page 1 of 3 1 2 3

Search: Search took 0.08 seconds.

  1. Re: jpeg -> binary -> string -> winsock -> jpeg

    I'm now getting some data trough winsock :D
    But the tmpin.jpg on the client-side isn't yet valid, it contains data like "  255 216 255 224 0 16" (I've opened it with notepad)
    The vbcode i...
  2. jpeg -> binary -> string -> winsock -> jpeg

    Hello,
    I'm making a little program which controls the LPT port, and i've connected a webcam to it.
    It save's shots as jpeg files in the appdir.
    Now i cant get it to send the jpeg file trough...
  3. Thread: Cgi Dll

    by Wytse Talsma
    Replies
    0
    Views
    601

    Cgi Dll

    Hello,
    I've intercepted rad.msn.com with my host-file and redirected to localhost.
    Does anybody know how i can make a .dll and use it as a cgi application? a cgi .exe i can make, but the msn ad...
  4. Replies
    3
    Views
    517

    Re: String parser

    Thanx 4 your help both :)
    will try it asap, just back from school :eek2:
  5. Replies
    3
    Views
    517

    String parser

    Hello,

    I have a variable string that i call from the internet with the "class changes" from my school.
    The string is like this format:


    <p><strong></strong></p>...
  6. Replies
    2
    Views
    5,126

    Re: ActiveX Unknown Publisher

    I'm having the same problem, i've also a *.p7b but can't sign my program with it??
  7. Replies
    1
    Views
    779

    Run ActiveX from the web

    Hello,
    I've made a small (test) activex file called Projekt1.ocx.
    It's running fine from z:\test.html
    But i see a very small rectangle when i'm running it from my server :o (...
  8. Replies
    4
    Views
    641

    Re: Multiple stream writes

    Hmm, found the examples.
    But the 2005 examples don't have any client/server example:|
  9. Replies
    4
    Views
    641

    Re: Multiple stream writes

    Oh yeah sorry for that:p
    Normal I put the version in the topic title, must have forgotten that:$
    VS2005 is the version :p
    I'll take a look at those examples, i've installed those, but can't find...
  10. Replies
    4
    Views
    641

    Multiple stream writes

    Hello,
    How can I write multple streams in a network connection? (or somethinng like that)
    cliend-sends request---> server reads requests--> returns data--> client reads data.

    This is my code at...
  11. Replies
    14
    Views
    1,194

    Re: [2005] picture to string

    Never mind, i got the picture part:p
    now a second stream is needed to confirm, anyone ideas? 2 stream(writes) in 1 connection?
  12. Replies
    14
    Views
    1,194

    Re: [2005] picture to string

    I've tried that thread before, but i'm going to get crazy when i try:|
    I just want to send a string and a picture to a other program:| which can handle multiple clients.
    and that program'll have to...
  13. Replies
    14
    Views
    1,194

    Re: [2005] picture to string

    Hmm, ive come a far way now. i have the picture send as complete byte array.
    but the data-arrival isn't correct. he writes System.Net.Sockets.NetworkStream instead of the whole picture.

    I use...
  14. Replies
    14
    Views
    1,194

    Re: [2005] picture to string

    Thanx to try to help me:) but this isn't the solution.
    I think it can be done much easier.
    How can I convert a multi-dimensional array of byte to a string?
    and how can I convert a string to...
  15. Replies
    14
    Views
    1,194

    Re: [2005] picture to string

    Why is it all so complicated?:|
    That streamreader stuff won't work in my project.

    Dim datar As String
    Dim sPicture As Byte()
    sPicture =...
  16. Replies
    14
    Views
    1,194

    Re: [2005] picture to string

    Hmm,
    Now i'm using this code for the server:
    Dim datar As String
    datar = "localhost"
    datar = datar & "MYIPXXXX" &...
  17. Replies
    14
    Views
    1,194

    Re: [2005] picture to string

    Still the same:|
    All the strange chars (like these: ÿØÿà ) are "gone".

    In the server (tcplistener, client etc) i use this code to write the image to hard drive:
    IO.File.WriteAllTextwith the...
  18. Replies
    14
    Views
    1,194

    [RESOLVED] [2005] picture to string

    Hello,
    How can I read a picture in binary? because this code won't work:

    IO.File.WriteAllText("info.jpg", IO.File.ReadAllText("lastcode.jpg"))

    No, i'm not planning to use io.file.copy because...
  19. Replies
    3
    Views
    601

    Re: [2005] tcp connection

    no-one knows why he's freezing?
  20. Replies
    3
    Views
    601

    Re: [2005] tcp connection

    This is how far I now am, but my program freezes as soon as iit starts :|

    Imports System.Net.Sockets
    Imports System.Text
    Public Class Form1
    Public serverport As Integer = 8000
    Public...
  21. Replies
    3
    Views
    601

    [2005] tcp connection

    Hello,
    How can i make a server which can handle multiple clients? And a client to connect with?
    The client sends a picute(in stringformat?) and it's ip adress to the server, and the server saves...
  22. Replies
    2
    Views
    532

    Re: remove nummeric

    Yup, works:) tnx a lot
  23. Replies
    2
    Views
    532

    [RESOLVED] remove nummeric

    Hello,
    How can I remove all nummerics from a string?
    this isn't working:
    nonumbers = Replace(sTmpCMD, 0, "")
    For i = 1 To i = 9
    nonumbers = Replace(nonumbers,...
  24. Replies
    3
    Views
    717

    Re: Remove part of string

    Thanx:) it works:)
  25. Replies
    3
    Views
    717

    [RESOLVED] Remove part of string

    Suppose I have:

    string1 = "C:\test\plaatje323432xx32943234erffs.jpg"

    How can i remove the filename(plaatje323432xx32943234erffs.jpg) from that string?
    I must have the path alone.

    The...
  26. Thread: view png

    by Wytse Talsma
    Replies
    14
    Views
    1,086

    Re: view png

    I'll try it the old way:)
    but:
    This code i use, gives an error:|
    a "send error" or "don't send" dialog in windows xp :|


    Private m_image As GDIPBitmap


    Set m_image = New GDIPBitmap
  27. Thread: view png

    by Wytse Talsma
    Replies
    14
    Views
    1,086

    Re: view png

    how?
    like you have that ms photo editor?
  28. Thread: view png

    by Wytse Talsma
    Replies
    14
    Views
    1,086

    Re: view png

    I've examined the .png files, the 1.png isn't an png, it is an bmp.
    the header is:
    BM6 6 ( ` `  Ä Ä )@Bÿ*@Dÿ%>

    the header of the bins (the real .png's who...
  29. Thread: view png

    by Wytse Talsma
    Replies
    14
    Views
    1,086

    Re: view png

    Yup. i'm sure of it(opened with notepad to determine the type: png)
    it is an image(opened with paint)
    and i do have another test file, 1.png, when i add it it looks like screenshot2.jpg
    some...
  30. Thread: view png

    by Wytse Talsma
    Replies
    14
    Views
    1,086

    Re: view png

    Done, but still no picture:|
  31. Thread: view png

    by Wytse Talsma
    Replies
    14
    Views
    1,086

    Re: view png

    Yeah i've followed the link.
    I don't think that makes a different:)
    Wait a sec. I'll make an screenshot -done-
  32. Thread: view png

    by Wytse Talsma
    Replies
    14
    Views
    1,086

    Re: view png

    Oke got that part:) (smart :thumb: )
    but the ole (and picturebox1 too) displays only the filename, and when I click on the ole, it opens the picture with the standard viewer of win xp :|
  33. Thread: view png

    by Wytse Talsma
    Replies
    14
    Views
    1,086

    Re: view png

    I found that too:)
    but how to load it into a picturebox?
    picture1.picture = OLE1
    ?
  34. Thread: view png

    by Wytse Talsma
    Replies
    14
    Views
    1,086

    view png

    How to view a .png picture in an picturebox?
    only .bmp and .jpg and .gif are supported :|
    I've heard of gdi+, but don't know how to use it:|
  35. Replies
    25
    Views
    1,297

    Re: list files

    Yeah that works:P
    Thanks a lot:)
    The listview part is oke now:p
  36. Replies
    18
    Views
    1,302

    Re: Load .bin as picture

    I've zipped my whole project at:
    http://www.netherlan.nl/omerta/plaatjesjatter.zip

    It goes to the message 3.
    message 4 won't come, the error is between 3 and 4.

    Private Sub List1_Click()...
  37. Replies
    25
    Views
    1,297

    Re: list files

    Now he finds and loads 5 of the total 11 .bin files :|
    why not all?
  38. Replies
    25
    Views
    1,297

    Re: list files

    I've done that, but with no result:|
    in theory everything must be fine now.

    i've zipped my project on: http://www.netherlan.nl/omerta/plaatjesjatter.zip
  39. Replies
    25
    Views
    1,297

    Re: list files

    Yes:

    If (GetAttr(sCurDir & sFile) Or vbDirectory) = vbDirectory Then
    colFolders.Add sCurDir & sFile & "\"
    Else
  40. Replies
    25
    Views
    1,297

    Re: list files

    The correct path is returned, and the correct extension.
    but he only found the file with that ext inside the path, he didn't checked the subdirs :|
Results 1 to 40 of 110
Page 1 of 3 1 2 3



Click Here to Expand Forum to Full Width