UMBB.org, Forum des étudiants Algériens
<img src=http://e2conf-2009.zerista.com/images/welcome_meet_icon.png>

Avons que vous pouvez visiter se site. je vous demande d'enregistrer en premier pour profiter touts avantage "gratuit"

Rejoignez le forum, c’est rapide et facile

UMBB.org, Forum des étudiants Algériens
<img src=http://e2conf-2009.zerista.com/images/welcome_meet_icon.png>

Avons que vous pouvez visiter se site. je vous demande d'enregistrer en premier pour profiter touts avantage "gratuit"
UMBB.org, Forum des étudiants Algériens
Vous souhaitez réagir à ce message ? Créez un compte en quelques clics ou connectez-vous pour continuer.
UMBB.org, Forum des étudiants Algériens

Forums des étudiants Algériens, Tous les indispensables et tous les nouveautés pour vous accompagner durant votre scolarité!

Connexion

Récupérer mon mot de passe



Mai 2024
DimLunMarMerJeuVenSam
   1234
567891011
12131415161718
19202122232425
262728293031 

Calendrier Calendrier

Marque-page social
Marque-page social reddit      

Conservez et partagez l'adresse de INIM sur votre site de social bookmarking

Conservez et partagez l'adresse de UMBB.org, Forum des étudiants Algériens sur votre site de social bookmarking

Le deal à ne pas rater :
Cartes Pokémon 151 : où trouver le coffret Collection Alakazam-ex ?
Voir le deal

Vous n'êtes pas connecté. Connectez-vous ou enregistrez-vous

Codes sources en langage C | exemples

Aller en bas  Message [Page 1 sur 1]

Admin

Admin
Administrateur
Administrateur

This is the first program i made on Visual c++.
Im a newb at c++ so be nice on me. Please leave comments and vote if you like it.



[Vous devez être inscrit et connecté pour voir cette image]Download code

Note:
Due to the size or complexity of this submission, the author has
submitted it as a .zip file to shorten your download time.
Afterdownloading it, you will need a program like Winzip to decompress it.Virus note:All files are scanned once-a-day by Planet Source Code for viruses, but new viruses come
out every day, so no prevention program can catch 100% of them. For your own safety, please:

  1. Re-scan downloaded files using your personal virus checker before using it.
  2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.

If you don't have a virus scanner, you can get one at many places on the net
including:McAfee.com
[Vous devez être inscrit et connecté pour voir cette image]

This is program that will allow you to create your own switches using pointer functions.



[Vous devez être inscrit et connecté pour voir cette image]Download code

Note:
Due to the size or complexity of this submission, the author has
submitted it as a .zip file to shorten your download time.
Afterdownloading it, you will need a program like Winzip to decompress it.Virus note:All files are scanned once-a-day by Planet Source Code for viruses, but new viruses come
out every day, so no prevention program can catch 100% of them. For your own safety, please:

  1. Re-scan downloaded files using your personal virus checker before using it.
  2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.

If you don't have a virus scanner, you can get one at many places on the net
including:McAfee.com
[Vous devez être inscrit et connecté pour voir cette image]




[Memory Usage Viewer]

[Vous devez être inscrit et connecté pour voir cette image]
INCLUDE files:

Can't Copy and Paste this?
Click here for a copy-and-paste
friendly version of this code!


//**************************************
//INCLUDE files for :[Memory Usage Viewer]
//**************************************
stdlib.h

[Vous devez être inscrit et connecté pour voir cette image]Download code

Note:
Due to the size or complexity of this submission, the author has
submitted it as a .zip file to shorten your download time.
Afterdownloading it, you will need a program like Winzip to decompress it.Virus note:All files are scanned once-a-day by Planet Source Code for viruses, but new viruses come
out every day, so no prevention program can catch 100% of them. For your own safety, please:

  1. Re-scan downloaded files using your personal virus checker before using it.
  2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.

If you don't have a virus scanner, you can get one at many places on the net
including:McAfee.com
[Vous devez être inscrit et connecté pour voir cette image]



http://www.umbb.org

Admin

Admin
Administrateur
Administrateur

Simply shows some one how to find a window, then change its caption. Good to freak people out.


code:
Can't Copy and Paste this?
Click here for a copy-and-paste friendly version of this code!

Terms of Agreement:
By using this code, you agree to the following terms...

  1. You may use
    this code in your own programs (and may compile it into a program
    and distribute it in compiled format for languages that allow it) freely
    and with no charge.
  2. You MAY NOT redistribute this code (for example to a web site)
    without written permission from the original author. Failure to do so
    is a violation of copyright laws.
  3. You may link to this code from another website, but ONLY if it is not wrapped in a frame.
  4. You will abide by any additional copyright restrictions which the author may have placed in the code or code's description.




//**************************************
// Name: ^!!~Using SetWindowText~!!^
// Description:Simply shows some one how to find a window, then change its caption. Good to freak people out.
// By: Zak Farrington
//
//This code is copyrighted and has// limited warranties.Please see [Vous devez être inscrit et connecté pour voir ce lien] details.//**************************************

#include
void main()
{
HWND hWnd = FindWindow(NULL, "MSN Messenger");
if(!hWnd)
{
MessageBox(0, "Cannot find window!", "Error", MB_OK);
}
else
{
SetWindowText(hWnd, "My Elite Messenger");
}

http://www.umbb.org

Admin

Admin
Administrateur
Administrateur

[Vous devez être inscrit et connecté pour voir ce lien]

http://www.umbb.org

Contenu sponsorisé



Revenir en haut  Message [Page 1 sur 1]

Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum