Results for "Author: chloe"
This project contains a simple class module that will allow you to give users the ability to resize and/or move controls at runtime. It will only work with controls that have an hWnd property. Also, read the comments of where more logic will need to be added for different control types.
This project will show how you can download any file (image, file, page etc) from the internet without the use of Winsock or API calls. All done with straight VB code (and not much of it either). Very straight forward (at least to me). The logic here can easily be added to ANY project without any modification.
The other day I posted some code on how to download files from the web without the use of Winsock or API calls. I decided to take it a step further to actually make a project using that code to show how it can be used in an application. This post is a simple WebCamPortal type application. Just provide the interface with URL's to Web Cam images and you can open multiple web cam viewers and watch away.
Simple program in nature. This program will allow you to build emoticon picture macros. I am sure many of you have seen them when chatting. It is when a person uses a bunch of emoticons to build a bigger picture. Like the word "Hello" spelled out with smile faces. Take a look at the screen shot for a clearer understanding. Anyhow, this is my third post of this (I have removed the other posts of it to help clean PSC clean from older versions of the same software [wish others would do the same sometimes but I am getting off on a tangent]). The latest update now gives you a WYSIWYG (what you see is what you get) feel. A person asked form that in my last post. This version will still read the older macro files the other versions generated if you did find yourself using my last version. Next step (if I find the time) is to make it a real MSN Messenger Add-In. Hope you all like it.
Since I work with a bunch of men who are all a bunch of jokers I thought I would make this for them. The ZIP posted here has two projects; A DLL project and EXE project. When you open the Group project it will open both and you can review the code and try it out. The DLL is a Fart Resource DLL that has one class with two exposed methods. PlayFart(you pick the far) and RandomFart. I used this DLL and remotely installed it on my coworkers machines into their MTS(COM+ Applications) and then posted a ASP page onto each of their web servers. This allowed me to go to their webserver and fire off the RandomFart :) It was great hearing farts coming from down the hall and others in the office area actually thinking the person in the room was doing it. :) :) :) Of course now they are going to get me back. Anyhow, thought I would share it here to incase any of you want to try it out.
This Window Grouper demo project was made just to test a concept. What it does be default is, while running, monitor for any Internet Explorer windows that get opened. When one is detected it will group it into the window grouper interface and give the window a tab. The effect is that you will have only one window open (the Window Grouper) and that one window will contain a tabbed interface to all your open browsers. By right clicking on a tab you can bring up the Get Windows option to list all other running applications and pick one to also group into the interface (ie, Word, Excel...what ever). This code is far from perfect and was only made to test a concept to see if I wanted to go further. I thought I would share this to teach others how this can be done (this way but of course there are always better ways). Some code in here (mainly the EnumWindows stuff was given to me from another developer who got it from a online database which the person there said they got it from PSC so looks like this part of the code really gets around.
This Window Grouper demo project was made just to test a concept. What it does be default is, while running, monitor for any Internet Explorer windows that get opened. When one is detected it will group it into the window grouper interface and give the window a tab. The effect is that you will have only one window open (the Window Grouper) and that one window will contain a tabbed interface to all your open browsers. By right clicking on a tab you can bring up the Get Windows option to list all other running applications and pick one to also group into the interface (ie, Word, Excel...what ever). This code is far from perfect and was only made to test a concept to see if I wanted to go further. I thought I would share this to teach others how this can be done (this way but of course there are always better ways). Some code in here (mainly the EnumWindows stuff was given to me from another developer who got it from a online database which the person there said they got it from PSC so looks like this part of the code really gets around.
Since I work with a bunch of men who are all a bunch of jokers I thought I would make this for them. The ZIP posted here has two projects; A DLL project and EXE project. When you open the Group project it will open both and you can review the code and try it out. The DLL is a Fart Resource DLL that has one class with two exposed methods. PlayFart(you pick the far) and RandomFart. I used this DLL and remotely installed it on my coworkers machines into their MTS(COM+ Applications) and then posted a ASP page onto each of their web servers. This allowed me to go to their webserver and fire off the RandomFart :) It was great hearing farts coming from down the hall and others in the office area actually thinking the person in the room was doing it. :) :) :) Of course now they are going to get me back. Anyhow, thought I would share it here to incase any of you want to try it out.
This project contains a simple class module that will allow you to give users the ability to resize and/or move controls at runtime. It will only work with controls that have an hWnd property. Also, read the comments of where more logic will need to be added for different control types.
Simple program in nature. This program will allow you to build emoticon picture macros. I am sure many of you have seen them when chatting. It is when a person uses a bunch of emoticons to build a bigger picture. Like the word "Hello" spelled out with smile faces. Take a look at the screen shot for a clearer understanding. Anyhow, this is my third post of this (I have removed the other posts of it to help clean PSC clean from older versions of the same software [wish others would do the same sometimes but I am getting off on a tangent]). The latest update now gives you a WYSIWYG (what you see is what you get) feel. A person asked form that in my last post. This version will still read the older macro files the other versions generated if you did find yourself using my last version. Next step (if I find the time) is to make it a real MSN Messenger Add-In. Hope you all like it.
The other day I posted some code on how to download files from the web without the use of Winsock or API calls. I decided to take it a step further to actually make a project using that code to show how it can be used in an application. This post is a simple WebCamPortal type application. Just provide the interface with URL's to Web Cam images and you can open multiple web cam viewers and watch away.
This project will show how you can download any file (image, file, page etc) from the internet without the use of Winsock or API calls. All done with straight VB code (and not much of it either). Very straight forward (at least to me). The logic here can easily be added to ANY project without any modification.
This project contains a simple class module that will allow you to give users the ability to resize and/or move controls at runtime. It will only work with controls that have an hWnd property. Also, read the comments of where more logic will need to be added for different control types.
This project will show how you can download any file (image, file, page etc) from the internet without the use of Winsock or API calls. All done with straight VB code (and not much of it either). Very straight forward (at least to me). The logic here can easily be added to ANY project without any modification.
The other day I posted some code on how to download files from the web without the use of Winsock or API calls. I decided to take it a step further to actually make a project using that code to show how it can be used in an application. This post is a simple WebCamPortal type application. Just provide the interface with URL's to Web Cam images and you can open multiple web cam viewers and watch away.
Simple program in nature. This program will allow you to build emoticon picture macros. I am sure many of you have seen them when chatting. It is when a person uses a bunch of emoticons to build a bigger picture. Like the word "Hello" spelled out with smile faces. Take a look at the screen shot for a clearer understanding. Anyhow, this is my third post of this (I have removed the other posts of it to help clean PSC clean from older versions of the same software [wish others would do the same sometimes but I am getting off on a tangent]). The latest update now gives you a WYSIWYG (what you see is what you get) feel. A person asked form that in my last post. This version will still read the older macro files the other versions generated if you did find yourself using my last version. Next step (if I find the time) is to make it a real MSN Messenger Add-In. Hope you all like it.
Since I work with a bunch of men who are all a bunch of jokers I thought I would make this for them. The ZIP posted here has two projects; A DLL project and EXE project. When you open the Group project it will open both and you can review the code and try it out. The DLL is a Fart Resource DLL that has one class with two exposed methods. PlayFart(you pick the far) and RandomFart. I used this DLL and remotely installed it on my coworkers machines into their MTS(COM+ Applications) and then posted a ASP page onto each of their web servers. This allowed me to go to their webserver and fire off the RandomFart :) It was great hearing farts coming from down the hall and others in the office area actually thinking the person in the room was doing it. :) :) :) Of course now they are going to get me back. Anyhow, thought I would share it here to incase any of you want to try it out.
This Window Grouper demo project was made just to test a concept. What it does be default is, while running, monitor for any Internet Explorer windows that get opened. When one is detected it will group it into the window grouper interface and give the window a tab. The effect is that you will have only one window open (the Window Grouper) and that one window will contain a tabbed interface to all your open browsers. By right clicking on a tab you can bring up the Get Windows option to list all other running applications and pick one to also group into the interface (ie, Word, Excel...what ever). This code is far from perfect and was only made to test a concept to see if I wanted to go further. I thought I would share this to teach others how this can be done (this way but of course there are always better ways). Some code in here (mainly the EnumWindows stuff was given to me from another developer who got it from a online database which the person there said they got it from PSC so looks like this part of the code really gets around.
This project contains a simple class module that will allow you to give users the ability to resize and/or move controls at runtime. It will only work with controls that have an hWnd property. Also, read the comments of where more logic will need to be added for different control types.
This project will show how you can download any file (image, file, page etc) from the internet without the use of Winsock or API calls. All done with straight VB code (and not much of it either). Very straight forward (at least to me). The logic here can easily be added to ANY project without any modification.