Tuesday, September 21, 2010

Installation Guide For RAD(Rational Application Development)

Rational Application Developer v7.0 (RAD7) trial version. Installation guide.

Rational Application Developer v7.0 (RAD7) trial version.
Installation guide

1. Copy all the content of the 10 CD’s of Rational Application Developer
RAD V7.0 trial to C:\Software\RAD7

2. From C:\Software\RAD7\disk1 run launchpad.exe file to start the
installation.

3. The IBM Software Development Platform window will appear on the Screen
and then click the Install IBM® Rational® Application Developer V7.0
link.













Rational Application Developer v7.0 (RAD7) trial version. Installation guide.

4. After The Welcome to InstallShield Wizard for IBM Installation
Manager appears. Click Next.




5. Accept the terms in the license agreement. Click Next.


Rational Application Developer v7.0 (RAD7) trial version. Installation guide.

6. Leave the default as destination folder. Click Next.



7. Click the Install button to start the installation Manager.

Rational Application Developer v7.0 (RAD7) trial version. Installation guide.


8. When the InstallShield Wizard has done press Finish.




9. The Install Packages window will appears. Select IBM Rational Application
Developer if it is not checked. Click Next.



Rational Application Developer v7.0 (RAD7) trial version. Installation guide.

10. Accept the terms in the licence agreements and Click Next.



11. Leave the default directory for Shared Resources Directory and Click Next.

Rational Application Developer v7.0 (RAD7) trial version. Installation guide.

12.Change the installation Directory for IBM Software Development Platform to
C:\RAD7. If you leave the default directory can cause errors in the Labs
because the path is too long. Click Next.






















Rational Application Developer v7.0 (RAD7) trial version. Installation guide.

13. Leave unchecked the check box for extend an existing Eclipse and Click Next.
























14. In the Languages screen just Click Next.





















Rational Application Developer v7.0 (RAD7) trial version. Installation guide.

15. In the features to install window do the following changes and Click Next:

• Check Struts Tools inside Web Development Tools.

• Uncheck Crystal Reports tools inside Web Development Tools.









































Rational Application Developer v7.0 (RAD7) trial version. Installation guide.


16. At the summary page review the information and Click Install. Wait patiently
while the program is installed.





















Rational Application Developer v7.0 (RAD7) trial version. Installation guide.


17. When you receive the Success message select None in the right panel and click
Finish.
























18. Select a workspace, Click OK.



















Rational Application Developer v7.0 (RAD7) trial version. Installation guide.

19. Welcome screen appears.

Tuesday, February 23, 2010

MFCCheckBoxDemo

#include
#include "resource.h"

class myDialog : public CDialog
{
protected:
int checkStatus1, checkStatus2;
public:
BOOL OnInitDialog()
{
CButton *myButton = (CButton *)GetDlgItem(IDC_CHECK1);
myButton->SetCheck(1);
checkStatus1 = 1;
checkStatus2 = 0;
return TRUE;
}

myDialog():CDialog(IDD_DIALOG1) //Creating Modal dialogbox
{
}

void OnOK()
{
char str[80];

if(checkStatus1)
wsprintf(str, "Check1 is checked.\n");
else
wsprintf(str, "Check1 is not checked.\n");

if(checkStatus2)
strcat(str, "Check2 is checked.");
else
strcat(str, "Check2 is not checked.");

MessageBox(str, "Check Status");

EndDialog(TRUE);
}
void OnCancel()
{
MessageBox("Cancel Clicked", "Model Dialogbox");
}

void OnClick1()
{
CButton *myButton = (CButton *)GetDlgItem(IDC_CHECK1);
checkStatus1 = myButton->GetCheck();
}
void OnClick2()
{
CButton *myButton = (CButton *)GetDlgItem(IDC_CHECK2);
checkStatus2 = myButton->GetCheck();
}
DECLARE_MESSAGE_MAP()
};

BEGIN_MESSAGE_MAP(myDialog, CDialog)
ON_COMMAND(IDOK, OnOK)
ON_COMMAND(IDCANCEL, OnCancel)
ON_COMMAND(IDCANCEL, OnCancel)
ON_BN_CLICKED(IDC_CHECK1, OnClick1)
ON_BN_CLICKED(IDC_CHECK2, OnClick2)

END_MESSAGE_MAP()

void DisplayDialog()
{
myDialog a;
a.DoModal();
}

class MyApp : public CWinApp
{
public:
BOOL InitInstance();
};


BOOL MyApp::InitInstance()
{
DisplayDialog();
return TRUE;
}

MyApp ApplicationObject;#include
#include "resource.h"

class myDialog : public CDialog
{
protected:
int checkStatus1, checkStatus2;
public:
BOOL OnInitDialog()
{
CButton *myButton = (CButton *)GetDlgItem(IDC_CHECK1);
myButton->SetCheck(1);
checkStatus1 = 1;
checkStatus2 = 0;
return TRUE;
}

myDialog():CDialog(IDD_DIALOG1) //Creating Modal dialogbox
{
}

void OnOK()
{
char str[80];

if(checkStatus1)
wsprintf(str, "Check1 is checked.\n");
else
wsprintf(str, "Check1 is not checked.\n");

if(checkStatus2)
strcat(str, "Check2 is checked.");
else
strcat(str, "Check2 is not checked.");

MessageBox(str, "Check Status");

EndDialog(TRUE);
}
void OnCancel()
{
MessageBox("Cancel Clicked", "Model Dialogbox");
}

void OnClick1()
{
CButton *myButton = (CButton *)GetDlgItem(IDC_CHECK1);
checkStatus1 = myButton->GetCheck();
}
void OnClick2()
{
CButton *myButton = (CButton *)GetDlgItem(IDC_CHECK2);
checkStatus2 = myButton->GetCheck();
}
DECLARE_MESSAGE_MAP()
};

BEGIN_MESSAGE_MAP(myDialog, CDialog)
ON_COMMAND(IDOK, OnOK)
ON_COMMAND(IDCANCEL, OnCancel)
ON_COMMAND(IDCANCEL, OnCancel)
ON_BN_CLICKED(IDC_CHECK1, OnClick1)
ON_BN_CLICKED(IDC_CHECK2, OnClick2)

END_MESSAGE_MAP()

void DisplayDialog()
{
myDialog a;
a.DoModal();
}

class MyApp : public CWinApp
{
public:
BOOL InitInstance();
};


BOOL MyApp::InitInstance()
{
DisplayDialog();
return TRUE;
}

MyApp ApplicationObject;

Monday, February 22, 2010

LIST OF MCA COLLEGE IN GUJARAT.

1 Acharya Motibhai Patel Institute of Computer Studies
Mehsana-Guzariya Highway, Ganpat University,
Kherva, Mehsana , Gujarat – 382711
Phone: 02762-289039
Fax: 02762-286080
Email: contact@ampics.ac.in
Website:www.ampics.ac.in


2 AES Institute of Computer Studies H.L. College Campus, Post Box No. 4206,
NavrangPura,Ahmedabad.
Phone: 079-26402987, 079-26466760
Fax: 079-26402987
Email: info@aesics.ac.in
Website:www.aesics.ac.in


3 Anand Institute of Information Science Opp. Town Hall, Anand , Gujarat – 388001
Phone: 02692-266062
Fax: 02692-250020
Email: info@aiis.ac.in
Website:www.srksm.org


4 Atmiya Institute of Technology & Science Yogidham, Kalawad Road,
Rajkot , Gujarat– 360005
Phone: 0281-2563445
Fax: 0281-2563952
Email: admin@aits.edu.in
Website:www.aits.edu.in


5C.U. Shah College of Engineering & Technology
Ahemedabad-Surendranagar StateHighway, Near Kotharia Village,
Wadhwan City, Surendranagar , Gujarat – 363030
Phone: 02752-242711, 02752-242713
Fax: 02752-242712
Email: ccetvbt@yahoo.com
Website:www.ccetvbt.org


6 Charotar Institute of Computer Application Education Campus Changa,
At Changa,TA: Petlad, Anand , Gujarat – 388421
Phone: 02697-247500, 02697-248133
Fax: 02697-247100
E mail: ecchanga@hotmail.co
Website:www.ecchanga.ac.in


7 Chaudhari Technical Institute Opposite S.T. Depot, Sector-7, Gandhinagar , Gujarat
Phone: 079-23235239
Fax: 079-23229833
Email: cti_2k1@yahoo.com
Website:www.ddcti.ac.in


8 Department of Computer Science, Sourashtra University Rajkot , Gujarat – 360005
Phone: 0281-2576347, 0281-2578501
Fax: 0281-2576802
Email: registrar@sauui.ernet.in
Website:www.sourashtrauniversity.edu


9 Department of Management Studies, Hemchandracharya North Gujarat University
PA No. 21, Rajamahal Road, Patan, Vadodara , Gujarat – 384265
Phone: 02766-230456, 02766-231814, 02766-230133
Fax: 02766-233649
Email: vc@ngu.acin
Website:www.ngu.ac.in


10. Faculty of Technology & Engineering,
Mahraja Sayajirao University of Baroda
Rajmahal Road, Near Kirtistambh,
Baroda, Vadodara , Gujarat – 390001
Phone: 0265-2795521
Fax: 0265-2792277
Email: manojsoni@msubaroda.ac.in
Website:bsubaroda.ac.in


11 Faculty of Technology, Dharmsinh Desai University College Road, Nadiad ,
Gujarat – 387001
Phone: 0268-2520502
Email: vcddit@yahoo.co.in
Website:www.ddu.ac.in


12 Geetanjali College of Computer Science & Commerce Opp. SBI,
Gondal Road,Rajkot , Gujarat
Phone: 0281-2457573


13 GLS Institute of Computer Technology
GLS Campus, Opposite Law Garden, Ellisbridge, Ahmedabad , Gujarat – 380006
Phone: 079-26447636, 079-26447637, 079-26447638
Fax: 079-26445958
Email: info@glsict.org
Website:www.glsict.org


14 Institute of Science & Technology for Advanced Studies & Research
Post Box no. 13,Mota Bazar, Vallabh Vidyanagar, Anand , Gujarat – 388120
Phone: 02692-234955, 02692-234368
Fax: 02692-234955
Email: istarcvmvvn@yahoo.co.uk
Website:www.istar.ac.in


15 Institute of Technology, Nirma University Sarkhej-Gandhinagar Highway,
Post- Chandlodia, Via, Gota, Ahmedabad , Gujarat – 382481
Phone: 02717-241911, 02717-241912, 02717-241915
Fax: 02717-241917
Email: director.it@nirmauni.ac.in
Website:www.nirmauni.ac.in


16 J.P. Patel School of Engineering & Technology
Jeevanshilp Campus, Kapadwanj, Kheda , Gujarat
Phone: 02691-262601, 02691-232602
Fax: 02691-232603
Email: info@jeevanshilp.org
Website:www.jeevanshilp.org


17 L.D. College of Engineering
Ahmedabad , Gujarat – 380015
Phone: 079-26302887, 079-26303190
Website:www.ldceahd.org


18 L.J. Institute of Computer Applications
Nr. Nagdev Kalyan Mandir, Nr. Sanand Cross Roads,
Sarkhej-Gandhinagar Highway, VIllage
Okaf, Ahmedabad , Gujarat – 382481
Phone: 079-32992995
Email: ljmca@ljinstitutes.org
Website:www.ljinstitutes.org


19 LDRP Institute of Technology & Research Kh-5, Near ITI,
Sector-15,Gandhinagar, Gujarat
Phone: 079-23241492, 079-23241495
Email: info@ldrp.ac.in
Website:www.ldrp.ac.in


20 Naran Lala College of Commerce & Management Studies Bhagwati Sankul,
Near EruChar Rasta, Navsari , Gujarat – 396450
Phone: 02637-282558, 02637-282601
Email: info@naranlala.co.in
Website:www.naranlala.co.in


21 Narmada College of Computer Application Zadeshwar, Bharuch, Gujarat – 392011
Phone: 02642-230922
Email: nccamail@gmail.com
Website:www.ncmbharuch.org


22 NSVKMS MCA College
Sankalchand Patel Sahakar Vidyadham, Gandhinagar-Ambaji Link Road,
Visnagar, Mehsana , Gujarat – 384315
Phone: 02765-22505
Fax: 02765-224982
Email: mcavsn@hotmail.com
Website:www.mcavisnagar.org


23 Parul Institute of Engineering & Technology P.O. Limda,
Ta. Waghodia, Baroda, Vadodara , Gujarat
Phone: 02688-232327, 02688-263355, 02688-263356
Fax: 02668-262327
Email: parul_baroda@indiatimes.com
Website:www.parul.ac.in


24 S.K. Patel Institute of Management & Computer Studies
Sarva Vidyalaya Campus, Sector-23, GH-6 Cross Road,
Gandhinagar, Gujarat – 382023
Phone: 079-23245729, 079-23245735
Fax: 079-23248119
Email: skpinfo@skpatel.org
Website:www.skpatel.org


25 S.V. Institute of Computer Studies Sarva Vidhyalaya Campus,
Behind Railway Station, Mehsana , Gujarat – 382715
Phone: 02764-241866, 02764-244381
Fax: 02764-244381
Email: mail@svics.ac.in
Website:www.svics.ac.in


26 Sardar Vallabhbhai Patel Institute of Technology vasad, Anand, Gujarat – 388306
Phone: 02692-274766, 02692-274540, 02692-274489
Fax: 02692-274540
Email: svit_vasadgen@rediffmail.com
Website:www.svitindia.com


27 Shree Swaminarayan College of Computer Science Bhavnagar, Gujarat
Phone: 0278-3200134, 0278-3200135, 0278-3200136
Email: director@swamigurukul.com
Website:www.swamigurukul.com


28 Shree Swaminarayan Institute of Technology
Gurukul Campus, Gandhinagar-Ahmedabad Air Port Highway,
Near S.P. Ring Road Circle Bhat, Gandhinagar, Gujarat – 382428
Phone: 079-23969410
Fax: 079-23969410
Email: info@ssit.co.in
Website:www.ssit.co.in


29 Shri Chimanbhai Patel Post Graduate Institute of Computer Applications
Opp. Karnavati Club, Prahladnagar, S G Highway, Ahmedabad , Gujarat – 380051
Phone: 079-26926429, 079-26926568
Fax: 079-26926323
Email: contact@cpi.edu.in
Website:www.cpi.edu.in


30 Shri G.K. & C.K. Bosamia Arts & Commerce College
Junagadh Road, Post Box No. 20, Jetpur, Rajkot , Gujarat – 360370
Email: support@bosamiacollege.org
Website:www.bosamiacollege.org


31 Shrimad Rajchandra Institute of Management & Computer Applications
Gopal Vidyanagar, Baroli-Mahuva Road, Surat , Gujarat – 394350
Phone: 02625-255389
Fax: 02625-255882
Website:www.srimca.edu


32 T.N. Rao College of Information & Technology
Behind Saurashtra University Computer Department,
Rajkot , Gujarat – 360007
Phone: 0281-2589582
Email: mail@tnrcit.org
Website:tnrcit.org


33 U.V. Patel College of Engineering Ganpat University, Ganpat Vidyanagar,
Kherva,Mehsana , Gujarat
Phone: 02762-286081, 02762-286650, 02762-286805
Fax: 02762-286650
Email: drjljuneja@yahoo.co.in
Website:www.uvpce.ac.in
Related Posts:

Rectengle Fill (vc++)

#include

class myframe:public CFrameWnd
{
public:
myframe()
{
Create(0,"Line Rectangle");
}
void OnPaint()
{
CPaintDC d(this);

CPen mypen(PS_SOLID,5,RGB(0,0,255));

CBrush mybrush(RGB(255,0,0));

d.SelectObject (&mypen);

d.SelectObject (&mybrush);
d.MoveTo (50 ,50);

d.LineTo (250,10);

d.Rectangle (50,100,250,200);

d.Ellipse (10,240,200,340);

d.Pie(250,50,100,150,110,150,100,20);

POINT pt[5]={250,150,250,300,300,400,300,320,190};
d.Polygon (pt,5);

}
DECLARE_MESSAGE_MAP()
};

BEGIN_MESSAGE_MAP(myframe,CFrameWnd)
ON_WM_PAINT()
END_MESSAGE_MAP()


class myapp:public CWinApp
{
public:

int InitInstance()

{
myframe *p;

p=new myframe;

p->ShowWindow(3);

m_pMainWnd=p;

return 1;
}
};
myapp a;