Advertisement

Results for "Author: slippah"

Java_Volume1 #98653
IP/Host Name Sensor

This code is a simple program designed to "sniff" or sense your own IP address and host name and return it to you in a label. This program is so simple, the grunt of the application is only 2 lines of code! But after I added a few extra features, the code became 13 lines. This program allows you to copy your IP address and host name to the clipboard (whoopdy doo) and it tells you your IP and host name, but other than that it does nothing. Note: In order for this code to work, you will need Microsoft Winsock 6.0 (an OCX) Note: On the screen shot there is a blotched out part. I blotched this out using a paint program, because the screen shot would display my IP address and host name. This will not occur on your computer.

1_2002 #109557
Sense The Splash Screens Used By Windows

This program is a simple application that is designed for one thing and one thing only: It senses the "Splash Screens" used by Windows when you start up your computer, the computer is in the process of shutting down, and when Windows prompts you "It Is Now Safe To Turn Off Your Computer," or whatever you have it set to. This program allows you to copy those images to the clipoard, as well as "Refresh" them. If for no other reason, check this program out to learn what files Windows uses for the pictures behind the splash screens, and how to load pictures into pictureboxs/images on runtime, a function that is VERY helpful when skinning. This could be useful for people attempting to make their own themes. By using the knowledge that I gained from this application, I wrote a program that changes those screens to some special files that I made. P.S. Throw a vote in my direction if you can find the time: You have no idea how long it took me poking around in my hard drive to find these files, and to figure out how to load pictures on runtime. And for those of you wondering how you load pictures on runtime, this is the simplest code available. Example: Private Sub Form_Load() Picture1.Picture = LoadPicture("C:\Windows\Bubbles.bmp") End Sub

1_2002 #109558
IP/Host Name Sensor

This code is a simple program designed to "sniff" or sense your own IP address and host name and return it to you in a label. This program is so simple, the grunt of the application is only 2 lines of code! But after I added a few extra features, the code became 13 lines. This program allows you to copy your IP address and host name to the clipboard (whoopdy doo) and it tells you your IP and host name, but other than that it does nothing. Note: In order for this code to work, you will need Microsoft Winsock 6.0 (an OCX) Note: On the screen shot there is a blotched out part. I blotched this out using a paint program, because the screen shot would display my IP address and host name. This will not occur on your computer.

1_2002 #109559
Drive Browser Example

This is a fairly simple code that is an alternative to Windows Explorer or My Computer. An example using the DriveListBox, DirListBox and FileListBox, this code was "inspired" by File Browser, uploaded a few days ago. However, I wrote every line of code in it except for the "Error" section, you'll see when you download it. This application distances itself from most, maybe all of the other file browsers on PSC because it enables you to OPEN files from right within the application, by using the Shell ("Start ") API call. This enables you to open all types of files that are associated with an application, not just open specific files. This function does not ALWAYS work, I don't have a clue why not, but if anyone could point out why this is happening, if they could post an UNDERSTANDABLE comment, it would be greatly appreciated. Now, if you think this code is worthy, throw a few positive comments amd votes my way, and bear in mind, I'm 11 and this is in the BEGINNER category. Some of you seem to derive some strange pleaseure from rating beginner code at the intermediate, or even advanced level. I hope this Drive Browser comes in handy or teaches you something!

2_2002-2004 #117031
Drive Browser Example

This is a fairly simple code that is an alternative to Windows Explorer or My Computer. An example using the DriveListBox, DirListBox and FileListBox, this code was "inspired" by File Browser, uploaded a few days ago. However, I wrote every line of code in it except for the "Error" section, you'll see when you download it. This application distances itself from most, maybe all of the other file browsers on PSC because it enables you to OPEN files from right within the application, by using the Shell ("Start ") API call. This enables you to open all types of files that are associated with an application, not just open specific files. This function does not ALWAYS work, I don't have a clue why not, but if anyone could point out why this is happening, if they could post an UNDERSTANDABLE comment, it would be greatly appreciated. Now, if you think this code is worthy, throw a few positive comments amd votes my way, and bear in mind, I'm 11 and this is in the BEGINNER category. Some of you seem to derive some strange pleaseure from rating beginner code at the intermediate, or even advanced level. I hope this Drive Browser comes in handy or teaches you something!

2_2002-2004 #118248
Sense The Splash Screens Used By Windows

This program is a simple application that is designed for one thing and one thing only: It senses the "Splash Screens" used by Windows when you start up your computer, the computer is in the process of shutting down, and when Windows prompts you "It Is Now Safe To Turn Off Your Computer," or whatever you have it set to. This program allows you to copy those images to the clipoard, as well as "Refresh" them. If for no other reason, check this program out to learn what files Windows uses for the pictures behind the splash screens, and how to load pictures into pictureboxs/images on runtime, a function that is VERY helpful when skinning. This could be useful for people attempting to make their own themes. By using the knowledge that I gained from this application, I wrote a program that changes those screens to some special files that I made. P.S. Throw a vote in my direction if you can find the time: You have no idea how long it took me poking around in my hard drive to find these files, and to figure out how to load pictures on runtime. And for those of you wondering how you load pictures on runtime, this is the simplest code available. Example: Private Sub Form_Load() Picture1.Picture = LoadPicture("C:\Windows\Bubbles.bmp") End Sub

2_2002-2004 #125800
IP/Host Name Sensor

This code is a simple program designed to "sniff" or sense your own IP address and host name and return it to you in a label. This program is so simple, the grunt of the application is only 2 lines of code! But after I added a few extra features, the code became 13 lines. This program allows you to copy your IP address and host name to the clipboard (whoopdy doo) and it tells you your IP and host name, but other than that it does nothing. Note: In order for this code to work, you will need Microsoft Winsock 6.0 (an OCX) Note: On the screen shot there is a blotched out part. I blotched this out using a paint program, because the screen shot would display my IP address and host name. This will not occur on your computer.

3_2004-2005 #135575
Drive Browser Example

This is a fairly simple code that is an alternative to Windows Explorer or My Computer. An example using the DriveListBox, DirListBox and FileListBox, this code was "inspired" by File Browser, uploaded a few days ago. However, I wrote every line of code in it except for the "Error" section, you'll see when you download it. This application distances itself from most, maybe all of the other file browsers on PSC because it enables you to OPEN files from right within the application, by using the Shell ("Start ") API call. This enables you to open all types of files that are associated with an application, not just open specific files. This function does not ALWAYS work, I don't have a clue why not, but if anyone could point out why this is happening, if they could post an UNDERSTANDABLE comment, it would be greatly appreciated. Now, if you think this code is worthy, throw a few positive comments amd votes my way, and bear in mind, I'm 11 and this is in the BEGINNER category. Some of you seem to derive some strange pleaseure from rating beginner code at the intermediate, or even advanced level. I hope this Drive Browser comes in handy or teaches you something!

3_2004-2005 #136792
Sense The Splash Screens Used By Windows

This program is a simple application that is designed for one thing and one thing only: It senses the "Splash Screens" used by Windows when you start up your computer, the computer is in the process of shutting down, and when Windows prompts you "It Is Now Safe To Turn Off Your Computer," or whatever you have it set to. This program allows you to copy those images to the clipoard, as well as "Refresh" them. If for no other reason, check this program out to learn what files Windows uses for the pictures behind the splash screens, and how to load pictures into pictureboxs/images on runtime, a function that is VERY helpful when skinning. This could be useful for people attempting to make their own themes. By using the knowledge that I gained from this application, I wrote a program that changes those screens to some special files that I made. P.S. Throw a vote in my direction if you can find the time: You have no idea how long it took me poking around in my hard drive to find these files, and to figure out how to load pictures on runtime. And for those of you wondering how you load pictures on runtime, this is the simplest code available. Example: Private Sub Form_Load() Picture1.Picture = LoadPicture("C:\Windows\Bubbles.bmp") End Sub

3_2004-2005 #144344
IP/Host Name Sensor

This code is a simple program designed to "sniff" or sense your own IP address and host name and return it to you in a label. This program is so simple, the grunt of the application is only 2 lines of code! But after I added a few extra features, the code became 13 lines. This program allows you to copy your IP address and host name to the clipboard (whoopdy doo) and it tells you your IP and host name, but other than that it does nothing. Note: In order for this code to work, you will need Microsoft Winsock 6.0 (an OCX) Note: On the screen shot there is a blotched out part. I blotched this out using a paint program, because the screen shot would display my IP address and host name. This will not occur on your computer.

4_2005-2006 #158626
IP/Host Name Sensor

This code is a simple program designed to "sniff" or sense your own IP address and host name and return it to you in a label. This program is so simple, the grunt of the application is only 2 lines of code! But after I added a few extra features, the code became 13 lines. This program allows you to copy your IP address and host name to the clipboard (whoopdy doo) and it tells you your IP and host name, but other than that it does nothing. Note: In order for this code to work, you will need Microsoft Winsock 6.0 (an OCX) Note: On the screen shot there is a blotched out part. I blotched this out using a paint program, because the screen shot would display my IP address and host name. This will not occur on your computer.

4_2005-2006 #158627
Sense The Splash Screens Used By Windows

This program is a simple application that is designed for one thing and one thing only: It senses the "Splash Screens" used by Windows when you start up your computer, the computer is in the process of shutting down, and when Windows prompts you "It Is Now Safe To Turn Off Your Computer," or whatever you have it set to. This program allows you to copy those images to the clipoard, as well as "Refresh" them. If for no other reason, check this program out to learn what files Windows uses for the pictures behind the splash screens, and how to load pictures into pictureboxs/images on runtime, a function that is VERY helpful when skinning. This could be useful for people attempting to make their own themes. By using the knowledge that I gained from this application, I wrote a program that changes those screens to some special files that I made. P.S. Throw a vote in my direction if you can find the time: You have no idea how long it took me poking around in my hard drive to find these files, and to figure out how to load pictures on runtime. And for those of you wondering how you load pictures on runtime, this is the simplest code available. Example: Private Sub Form_Load() Picture1.Picture = LoadPicture("C:\Windows\Bubbles.bmp") End Sub

4_2005-2006 #158628
Drive Browser Example

This is a fairly simple code that is an alternative to Windows Explorer or My Computer. An example using the DriveListBox, DirListBox and FileListBox, this code was "inspired" by File Browser, uploaded a few days ago. However, I wrote every line of code in it except for the "Error" section, you'll see when you download it. This application distances itself from most, maybe all of the other file browsers on PSC because it enables you to OPEN files from right within the application, by using the Shell ("Start ") API call. This enables you to open all types of files that are associated with an application, not just open specific files. This function does not ALWAYS work, I don't have a clue why not, but if anyone could point out why this is happening, if they could post an UNDERSTANDABLE comment, it would be greatly appreciated. Now, if you think this code is worthy, throw a few positive comments amd votes my way, and bear in mind, I'm 11 and this is in the BEGINNER category. Some of you seem to derive some strange pleaseure from rating beginner code at the intermediate, or even advanced level. I hope this Drive Browser comes in handy or teaches you something!

5_2007-2008 #181144
IP/Host Name Sensor

This code is a simple program designed to "sniff" or sense your own IP address and host name and return it to you in a label. This program is so simple, the grunt of the application is only 2 lines of code! But after I added a few extra features, the code became 13 lines. This program allows you to copy your IP address and host name to the clipboard (whoopdy doo) and it tells you your IP and host name, but other than that it does nothing. Note: In order for this code to work, you will need Microsoft Winsock 6.0 (an OCX) Note: On the screen shot there is a blotched out part. I blotched this out using a paint program, because the screen shot would display my IP address and host name. This will not occur on your computer.

5_2007-2008 #181145
Sense The Splash Screens Used By Windows

This program is a simple application that is designed for one thing and one thing only: It senses the "Splash Screens" used by Windows when you start up your computer, the computer is in the process of shutting down, and when Windows prompts you "It Is Now Safe To Turn Off Your Computer," or whatever you have it set to. This program allows you to copy those images to the clipoard, as well as "Refresh" them. If for no other reason, check this program out to learn what files Windows uses for the pictures behind the splash screens, and how to load pictures into pictureboxs/images on runtime, a function that is VERY helpful when skinning. This could be useful for people attempting to make their own themes. By using the knowledge that I gained from this application, I wrote a program that changes those screens to some special files that I made. P.S. Throw a vote in my direction if you can find the time: You have no idea how long it took me poking around in my hard drive to find these files, and to figure out how to load pictures on runtime. And for those of you wondering how you load pictures on runtime, this is the simplest code available. Example: Private Sub Form_Load() Picture1.Picture = LoadPicture("C:\Windows\Bubbles.bmp") End Sub

5_2007-2008 #181146
Drive Browser Example

This is a fairly simple code that is an alternative to Windows Explorer or My Computer. An example using the DriveListBox, DirListBox and FileListBox, this code was "inspired" by File Browser, uploaded a few days ago. However, I wrote every line of code in it except for the "Error" section, you'll see when you download it. This application distances itself from most, maybe all of the other file browsers on PSC because it enables you to OPEN files from right within the application, by using the Shell ("Start ") API call. This enables you to open all types of files that are associated with an application, not just open specific files. This function does not ALWAYS work, I don't have a clue why not, but if anyone could point out why this is happening, if they could post an UNDERSTANDABLE comment, it would be greatly appreciated. Now, if you think this code is worthy, throw a few positive comments amd votes my way, and bear in mind, I'm 11 and this is in the BEGINNER category. Some of you seem to derive some strange pleaseure from rating beginner code at the intermediate, or even advanced level. I hope this Drive Browser comes in handy or teaches you something!

6_2008-2009 #203662
IP/Host Name Sensor

This code is a simple program designed to "sniff" or sense your own IP address and host name and return it to you in a label. This program is so simple, the grunt of the application is only 2 lines of code! But after I added a few extra features, the code became 13 lines. This program allows you to copy your IP address and host name to the clipboard (whoopdy doo) and it tells you your IP and host name, but other than that it does nothing. Note: In order for this code to work, you will need Microsoft Winsock 6.0 (an OCX) Note: On the screen shot there is a blotched out part. I blotched this out using a paint program, because the screen shot would display my IP address and host name. This will not occur on your computer.

6_2008-2009 #203663
Sense The Splash Screens Used By Windows

This program is a simple application that is designed for one thing and one thing only: It senses the "Splash Screens" used by Windows when you start up your computer, the computer is in the process of shutting down, and when Windows prompts you "It Is Now Safe To Turn Off Your Computer," or whatever you have it set to. This program allows you to copy those images to the clipoard, as well as "Refresh" them. If for no other reason, check this program out to learn what files Windows uses for the pictures behind the splash screens, and how to load pictures into pictureboxs/images on runtime, a function that is VERY helpful when skinning. This could be useful for people attempting to make their own themes. By using the knowledge that I gained from this application, I wrote a program that changes those screens to some special files that I made. P.S. Throw a vote in my direction if you can find the time: You have no idea how long it took me poking around in my hard drive to find these files, and to figure out how to load pictures on runtime. And for those of you wondering how you load pictures on runtime, this is the simplest code available. Example: Private Sub Form_Load() Picture1.Picture = LoadPicture("C:\Windows\Bubbles.bmp") End Sub

6_2008-2009 #203664
Drive Browser Example

This is a fairly simple code that is an alternative to Windows Explorer or My Computer. An example using the DriveListBox, DirListBox and FileListBox, this code was "inspired" by File Browser, uploaded a few days ago. However, I wrote every line of code in it except for the "Error" section, you'll see when you download it. This application distances itself from most, maybe all of the other file browsers on PSC because it enables you to OPEN files from right within the application, by using the Shell ("Start ") API call. This enables you to open all types of files that are associated with an application, not just open specific files. This function does not ALWAYS work, I don't have a clue why not, but if anyone could point out why this is happening, if they could post an UNDERSTANDABLE comment, it would be greatly appreciated. Now, if you think this code is worthy, throw a few positive comments amd votes my way, and bear in mind, I'm 11 and this is in the BEGINNER category. Some of you seem to derive some strange pleaseure from rating beginner code at the intermediate, or even advanced level. I hope this Drive Browser comes in handy or teaches you something!

7_2009-2012 #226180
IP/Host Name Sensor

This code is a simple program designed to "sniff" or sense your own IP address and host name and return it to you in a label. This program is so simple, the grunt of the application is only 2 lines of code! But after I added a few extra features, the code became 13 lines. This program allows you to copy your IP address and host name to the clipboard (whoopdy doo) and it tells you your IP and host name, but other than that it does nothing. Note: In order for this code to work, you will need Microsoft Winsock 6.0 (an OCX) Note: On the screen shot there is a blotched out part. I blotched this out using a paint program, because the screen shot would display my IP address and host name. This will not occur on your computer.

Languages
Top Categories
Global Discovery