Advertisement

Results for "Author: michael bapst"

ASP_Volume2 #38852
Simplified client/server solution

Simplifies the use of the winsock control in creating a client/server connection of TCP/UDP IP network. The winsock control was extremely clumsy when you need to make multiple connection (EX: server application) you were limited in the number of connection you could have because VB's control array limitation (approx. 32000). When a connection was lost, you needed to sort through the array, remove the 'dead' control and re-index the array. Also there was a bug in the earlier versions of the winsock control where only the last control added to the array could send data. What I have done was created an activeX .dll that you could reference in your project that mimicks the winsock control. Instead of using an array of controls, every connection is added to a collection (collection manipulation is much better and easier than an array). Plus I have added serveral useful server functions, such as .BroadcastAll (send data to all connections), .KillSocketOnClose (removes connections from the collection automatically when the connection is lost), .CreateServer (creates the server with one line of code), ect. PLEASE NOTE: When compiling this project, make sure that the Winsock control is referenced. This code still uses it for all the dirty work.

ASP_Volume2 #44000
Satellite Image Grabber

This is my first real attempt at programming in VB.NET, it took me awhile because I didn't like what they did to the language (old dogs/new tricks) anyways this app will grab satelitte images from Terraserver-usa.com using terraservers web service. the web reference is http://terraserver-usa.com/TerraService2.asmx . Its very basic, has no error handling, and is based on the Terraserver's 'Example Map' in C#. Type in the Latitude/Longitude, select picture scale, and picture type (aerial, topo, shaded, or hi-res) and click 'go', takes a few minutes to download the image so be patient. Code isn't commented (sorry). I'll eventually turn this into a control and repost.

ASP_Volume3 #59789
Simplified client/server solution

Simplifies the use of the winsock control in creating a client/server connection of TCP/UDP IP network. The winsock control was extremely clumsy when you need to make multiple connection (EX: server application) you were limited in the number of connection you could have because VB's control array limitation (approx. 32000). When a connection was lost, you needed to sort through the array, remove the 'dead' control and re-index the array. Also there was a bug in the earlier versions of the winsock control where only the last control added to the array could send data. What I have done was created an activeX .dll that you could reference in your project that mimicks the winsock control. Instead of using an array of controls, every connection is added to a collection (collection manipulation is much better and easier than an array). Plus I have added serveral useful server functions, such as .BroadcastAll (send data to all connections), .KillSocketOnClose (removes connections from the collection automatically when the connection is lost), .CreateServer (creates the server with one line of code), ect. PLEASE NOTE: When compiling this project, make sure that the Winsock control is referenced. This code still uses it for all the dirty work.

ASP_Volume3 #59790
Satellite Image Grabber

This is my first real attempt at programming in VB.NET, it took me awhile because I didn't like what they did to the language (old dogs/new tricks) anyways this app will grab satelitte images from Terraserver-usa.com using terraservers web service. the web reference is http://terraserver-usa.com/TerraService2.asmx . Its very basic, has no error handling, and is based on the Terraserver's 'Example Map' in C#. Type in the Latitude/Longitude, select picture scale, and picture type (aerial, topo, shaded, or hi-res) and click 'go', takes a few minutes to download the image so be patient. Code isn't commented (sorry). I'll eventually turn this into a control and repost.

C_Volume2 #79914
Simplified client/server solution

Simplifies the use of the winsock control in creating a client/server connection of TCP/UDP IP network. The winsock control was extremely clumsy when you need to make multiple connection (EX: server application) you were limited in the number of connection you could have because VB's control array limitation (approx. 32000). When a connection was lost, you needed to sort through the array, remove the 'dead' control and re-index the array. Also there was a bug in the earlier versions of the winsock control where only the last control added to the array could send data. What I have done was created an activeX .dll that you could reference in your project that mimicks the winsock control. Instead of using an array of controls, every connection is added to a collection (collection manipulation is much better and easier than an array). Plus I have added serveral useful server functions, such as .BroadcastAll (send data to all connections), .KillSocketOnClose (removes connections from the collection automatically when the connection is lost), .CreateServer (creates the server with one line of code), ect. PLEASE NOTE: When compiling this project, make sure that the Winsock control is referenced. This code still uses it for all the dirty work.

C_Volume2 #85062
Satellite Image Grabber

This is my first real attempt at programming in VB.NET, it took me awhile because I didn't like what they did to the language (old dogs/new tricks) anyways this app will grab satelitte images from Terraserver-usa.com using terraservers web service. the web reference is http://terraserver-usa.com/TerraService2.asmx . Its very basic, has no error handling, and is based on the Terraserver's 'Example Map' in C#. Type in the Latitude/Longitude, select picture scale, and picture type (aerial, topo, shaded, or hi-res) and click 'go', takes a few minutes to download the image so be patient. Code isn't commented (sorry). I'll eventually turn this into a control and repost.

Java_Volume1 #98458
Simplified client/server solution

Simplifies the use of the winsock control in creating a client/server connection of TCP/UDP IP network. The winsock control was extremely clumsy when you need to make multiple connection (EX: server application) you were limited in the number of connection you could have because VB's control array limitation (approx. 32000). When a connection was lost, you needed to sort through the array, remove the 'dead' control and re-index the array. Also there was a bug in the earlier versions of the winsock control where only the last control added to the array could send data. What I have done was created an activeX .dll that you could reference in your project that mimicks the winsock control. Instead of using an array of controls, every connection is added to a collection (collection manipulation is much better and easier than an array). Plus I have added serveral useful server functions, such as .BroadcastAll (send data to all connections), .KillSocketOnClose (removes connections from the collection automatically when the connection is lost), .CreateServer (creates the server with one line of code), ect. PLEASE NOTE: When compiling this project, make sure that the Winsock control is referenced. This code still uses it for all the dirty work.

Java_Volume1 #103606
Satellite Image Grabber

This is my first real attempt at programming in VB.NET, it took me awhile because I didn't like what they did to the language (old dogs/new tricks) anyways this app will grab satelitte images from Terraserver-usa.com using terraservers web service. the web reference is http://terraserver-usa.com/TerraService2.asmx . Its very basic, has no error handling, and is based on the Terraserver's 'Example Map' in C#. Type in the Latitude/Longitude, select picture scale, and picture type (aerial, topo, shaded, or hi-res) and click 'go', takes a few minutes to download the image so be patient. Code isn't commented (sorry). I'll eventually turn this into a control and repost.

2_2002-2004 #125605
Simplified client/server solution

Simplifies the use of the winsock control in creating a client/server connection of TCP/UDP IP network. The winsock control was extremely clumsy when you need to make multiple connection (EX: server application) you were limited in the number of connection you could have because VB's control array limitation (approx. 32000). When a connection was lost, you needed to sort through the array, remove the 'dead' control and re-index the array. Also there was a bug in the earlier versions of the winsock control where only the last control added to the array could send data. What I have done was created an activeX .dll that you could reference in your project that mimicks the winsock control. Instead of using an array of controls, every connection is added to a collection (collection manipulation is much better and easier than an array). Plus I have added serveral useful server functions, such as .BroadcastAll (send data to all connections), .KillSocketOnClose (removes connections from the collection automatically when the connection is lost), .CreateServer (creates the server with one line of code), ect. PLEASE NOTE: When compiling this project, make sure that the Winsock control is referenced. This code still uses it for all the dirty work.

2_2002-2004 #130754
Satellite Image Grabber

This is my first real attempt at programming in VB.NET, it took me awhile because I didn't like what they did to the language (old dogs/new tricks) anyways this app will grab satelitte images from Terraserver-usa.com using terraservers web service. the web reference is http://terraserver-usa.com/TerraService2.asmx . Its very basic, has no error handling, and is based on the Terraserver's 'Example Map' in C#. Type in the Latitude/Longitude, select picture scale, and picture type (aerial, topo, shaded, or hi-res) and click 'go', takes a few minutes to download the image so be patient. Code isn't commented (sorry). I'll eventually turn this into a control and repost.

3_2004-2005 #144149
Simplified client/server solution

Simplifies the use of the winsock control in creating a client/server connection of TCP/UDP IP network. The winsock control was extremely clumsy when you need to make multiple connection (EX: server application) you were limited in the number of connection you could have because VB's control array limitation (approx. 32000). When a connection was lost, you needed to sort through the array, remove the 'dead' control and re-index the array. Also there was a bug in the earlier versions of the winsock control where only the last control added to the array could send data. What I have done was created an activeX .dll that you could reference in your project that mimicks the winsock control. Instead of using an array of controls, every connection is added to a collection (collection manipulation is much better and easier than an array). Plus I have added serveral useful server functions, such as .BroadcastAll (send data to all connections), .KillSocketOnClose (removes connections from the collection automatically when the connection is lost), .CreateServer (creates the server with one line of code), ect. PLEASE NOTE: When compiling this project, make sure that the Winsock control is referenced. This code still uses it for all the dirty work.

3_2004-2005 #149297
Satellite Image Grabber

This is my first real attempt at programming in VB.NET, it took me awhile because I didn't like what they did to the language (old dogs/new tricks) anyways this app will grab satelitte images from Terraserver-usa.com using terraservers web service. the web reference is http://terraserver-usa.com/TerraService2.asmx . Its very basic, has no error handling, and is based on the Terraserver's 'Example Map' in C#. Type in the Latitude/Longitude, select picture scale, and picture type (aerial, topo, shaded, or hi-res) and click 'go', takes a few minutes to download the image so be patient. Code isn't commented (sorry). I'll eventually turn this into a control and repost.

4_2005-2006 #165086
Simplified client/server solution

Simplifies the use of the winsock control in creating a client/server connection of TCP/UDP IP network. The winsock control was extremely clumsy when you need to make multiple connection (EX: server application) you were limited in the number of connection you could have because VB's control array limitation (approx. 32000). When a connection was lost, you needed to sort through the array, remove the 'dead' control and re-index the array. Also there was a bug in the earlier versions of the winsock control where only the last control added to the array could send data. What I have done was created an activeX .dll that you could reference in your project that mimicks the winsock control. Instead of using an array of controls, every connection is added to a collection (collection manipulation is much better and easier than an array). Plus I have added serveral useful server functions, such as .BroadcastAll (send data to all connections), .KillSocketOnClose (removes connections from the collection automatically when the connection is lost), .CreateServer (creates the server with one line of code), ect. PLEASE NOTE: When compiling this project, make sure that the Winsock control is referenced. This code still uses it for all the dirty work.

4_2005-2006 #165087
Satellite Image Grabber

This is my first real attempt at programming in VB.NET, it took me awhile because I didn't like what they did to the language (old dogs/new tricks) anyways this app will grab satelitte images from Terraserver-usa.com using terraservers web service. the web reference is http://terraserver-usa.com/TerraService2.asmx . Its very basic, has no error handling, and is based on the Terraserver's 'Example Map' in C#. Type in the Latitude/Longitude, select picture scale, and picture type (aerial, topo, shaded, or hi-res) and click 'go', takes a few minutes to download the image so be patient. Code isn't commented (sorry). I'll eventually turn this into a control and repost.

5_2007-2008 #187604
Simplified client/server solution

Simplifies the use of the winsock control in creating a client/server connection of TCP/UDP IP network. The winsock control was extremely clumsy when you need to make multiple connection (EX: server application) you were limited in the number of connection you could have because VB's control array limitation (approx. 32000). When a connection was lost, you needed to sort through the array, remove the 'dead' control and re-index the array. Also there was a bug in the earlier versions of the winsock control where only the last control added to the array could send data. What I have done was created an activeX .dll that you could reference in your project that mimicks the winsock control. Instead of using an array of controls, every connection is added to a collection (collection manipulation is much better and easier than an array). Plus I have added serveral useful server functions, such as .BroadcastAll (send data to all connections), .KillSocketOnClose (removes connections from the collection automatically when the connection is lost), .CreateServer (creates the server with one line of code), ect. PLEASE NOTE: When compiling this project, make sure that the Winsock control is referenced. This code still uses it for all the dirty work.

5_2007-2008 #187605
Satellite Image Grabber

This is my first real attempt at programming in VB.NET, it took me awhile because I didn't like what they did to the language (old dogs/new tricks) anyways this app will grab satelitte images from Terraserver-usa.com using terraservers web service. the web reference is http://terraserver-usa.com/TerraService2.asmx . Its very basic, has no error handling, and is based on the Terraserver's 'Example Map' in C#. Type in the Latitude/Longitude, select picture scale, and picture type (aerial, topo, shaded, or hi-res) and click 'go', takes a few minutes to download the image so be patient. Code isn't commented (sorry). I'll eventually turn this into a control and repost.

6_2008-2009 #210122
Simplified client/server solution

Simplifies the use of the winsock control in creating a client/server connection of TCP/UDP IP network. The winsock control was extremely clumsy when you need to make multiple connection (EX: server application) you were limited in the number of connection you could have because VB's control array limitation (approx. 32000). When a connection was lost, you needed to sort through the array, remove the 'dead' control and re-index the array. Also there was a bug in the earlier versions of the winsock control where only the last control added to the array could send data. What I have done was created an activeX .dll that you could reference in your project that mimicks the winsock control. Instead of using an array of controls, every connection is added to a collection (collection manipulation is much better and easier than an array). Plus I have added serveral useful server functions, such as .BroadcastAll (send data to all connections), .KillSocketOnClose (removes connections from the collection automatically when the connection is lost), .CreateServer (creates the server with one line of code), ect. PLEASE NOTE: When compiling this project, make sure that the Winsock control is referenced. This code still uses it for all the dirty work.

6_2008-2009 #210123
Satellite Image Grabber

This is my first real attempt at programming in VB.NET, it took me awhile because I didn't like what they did to the language (old dogs/new tricks) anyways this app will grab satelitte images from Terraserver-usa.com using terraservers web service. the web reference is http://terraserver-usa.com/TerraService2.asmx . Its very basic, has no error handling, and is based on the Terraserver's 'Example Map' in C#. Type in the Latitude/Longitude, select picture scale, and picture type (aerial, topo, shaded, or hi-res) and click 'go', takes a few minutes to download the image so be patient. Code isn't commented (sorry). I'll eventually turn this into a control and repost.

7_2009-2012 #232640
Simplified client/server solution

Simplifies the use of the winsock control in creating a client/server connection of TCP/UDP IP network. The winsock control was extremely clumsy when you need to make multiple connection (EX: server application) you were limited in the number of connection you could have because VB's control array limitation (approx. 32000). When a connection was lost, you needed to sort through the array, remove the 'dead' control and re-index the array. Also there was a bug in the earlier versions of the winsock control where only the last control added to the array could send data. What I have done was created an activeX .dll that you could reference in your project that mimicks the winsock control. Instead of using an array of controls, every connection is added to a collection (collection manipulation is much better and easier than an array). Plus I have added serveral useful server functions, such as .BroadcastAll (send data to all connections), .KillSocketOnClose (removes connections from the collection automatically when the connection is lost), .CreateServer (creates the server with one line of code), ect. PLEASE NOTE: When compiling this project, make sure that the Winsock control is referenced. This code still uses it for all the dirty work.

7_2009-2012 #232641
Satellite Image Grabber

This is my first real attempt at programming in VB.NET, it took me awhile because I didn't like what they did to the language (old dogs/new tricks) anyways this app will grab satelitte images from Terraserver-usa.com using terraservers web service. the web reference is http://terraserver-usa.com/TerraService2.asmx . Its very basic, has no error handling, and is based on the Terraserver's 'Example Map' in C#. Type in the Latitude/Longitude, select picture scale, and picture type (aerial, topo, shaded, or hi-res) and click 'go', takes a few minutes to download the image so be patient. Code isn't commented (sorry). I'll eventually turn this into a control and repost.

Languages
Top Categories
Global Discovery