Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Bobofbobland

    Switching between Unicode and Ansi data to a socket

    Hi, I'm using the API to open a socket and send and recieve data. My code contains the following line and function: send hTCPSocket, StripToAscii(bytLogin(), Len(strLogin) * 2), Len(strLogin), 0 Private Function StripToAscii(bytUnicode() As Byte, iLength As Integer) As Byte() Dim iPos As...
  2. Bobofbobland

    Shifting objects in memory (this ain't in the FAQ! )

    HI, I've coded myself into a bit of a corner here. I'm manipulating silly amounts of data in VB. Enough that I wanted to avoid Collections and Dictionaries, and instead have created wrapper classes around arrays. Also, I should mention at this point they are arrays of objects. Now I have the...
  3. Bobofbobland

    CreateProcess - quick question

    Hi, I'm doing a rapid dll (for this afternoon) in Visual C++. Backgound is UNIX! I'm trying to start another application from a dll that plugs into another app again. I'm using CreateProcess which works with an absolute path name. Unfortunately the location of the .exe is relative to the...

Part and Inventory Search

Back
Top