Kush Kaushik
Saturday, November 23, 2013
Wednesday, July 4, 2012
Mail me: Kush Kaushik
Address: Tri Nagar, New Delhi, India
Phone: +91 98 99 78 51 92
Tuesday, March 22, 2011
C code for opening "kushkaushik.blogspot.com "in firefox
#include <windows.h> //need to access ShellExecute()
/*
NOTE: Compiler Borland C++ Builder 5
Windows 2000
Actually this is just the main function of a windows program
there will be no console window loading and unloading
*/
//-------------------
WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
char* szCmd="firefox.exe";
char* szParm="http://kushkaushik.blogspot.com";
ShellExecute(NULL,"open",szCmd,szParm,NULL,SW_SHOW);
return 0;
}
Monday, February 14, 2011
Google Code-In and C code for opening "kushkaushik.blogspot.com" in firefox
I am Upset Because i get 55 rank In GCI Open source projects But rank does not matter for me. I only want to Participate and and learn that how to work in a team.
Now I have Many friends from Different countries. I have many friends Like Patricia Tressel, Utku Aydin etc.
They Worked Hard For GCI and I too. The Above Pic is of Me.
This Will be the Memorable Event For Me forever.This is(GCI) is a great platform For Pre University Students.
Send Mail to Kush Kaushik
#include <windows.h> //need to access ShellExecute()
/*
NOTE: Compiler Borland C++ Builder 5
Windows 2000
Actually this is just the main function of a windows program
there will be no console window loading and unloading
*/
//-------------------
WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
char* szCmd="firefox.exe";
char* szParm="http://kushkaushik.blogspot.com";
ShellExecute(NULL,"open",szCmd,szParm,NULL,SW_SHOW);
return 0;
}
You can chat here by simply typing your name
YourS
--------
Kush Kaushik
Subscribe to:
Posts (Atom)