Search results for query: *

  • Users: dxmedia
  • Content: Threads
  • Order by date
  1. D

    Question Get Desktop Icons Text Width & Text Height

    I am developing an application in VB.NET 2008, in which I try to get Desktop Icons Text Width & Text Height. So far I have obtained all desktop icons positions, but I really can't figure by myself how to get Desktop Icons Text Width & Text Height. Here is the VB.NET 2008 code that I use...
  2. D

    Load external file - MemoryStream help

    Hi, I am trying to modify this function that load an external file. Instead of it writing bit by bit to the 'Stream' IOStream, I would like to write the data to a temporary MemoryStream, and then write it to 'Stream' all at once. I think this should be right before the 'Stream.Close()' line...
  3. D

    Get resource file as IO.Stream

    Hi, I am developing a VB.NET 2008 application, consisting of a main EXE application and several resource DLLs. I need two functions for the DLL: 1) one function to get a list of all files in the resources of the DLL. 2) one function to return 'by name' a resource file as a System.IO.Stream...
  4. D

    Looking for a proper socket keep-alive implementation

    Hello, here is an detailed description of my problem: I am building a Client/Server application in VB.NET 2008. I am looking for the best way to detect when a connection is dropped (not when the server program explicitly disconnects the client, but when the line is ‘cut’). I do not want to...
  5. D

    Question cross thread call problem

    Hi, Even though there are many examples of Invoke operations, I can't find something that works for me. (I'm using VS 2008, and working in VB) Here is what i have: A main module with functions (thread 1) that starts a BeginRead for a TCPClient. When the callback function executes (on thread...
Back
Top