Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Favorite Forums
Favorite Tags
Member Avatar for dxmedia

VB.NET 2008 - 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 …

Member Avatar for dxmedia
0
377
Member Avatar for dxmedia

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 …

0
45
Member Avatar for dxmedia

Hi, As there is almost no documentation for this, I would like to know hot to properly use in VB NET 2008 the keep alive socket option. Tried this: [CODE]myTcpClient.Client.SetSocketOption(SocketOptionLevel.Tcp, SocketOptionName.KeepAlive, 1)[/CODE] but then the TCP does not connect any more, and how do I know when the connection brakes …

Member Avatar for dxmedia
0
449
Member Avatar for dxmedia

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 …

Member Avatar for Teme64
0
2K