Saturday, 24 January 2015

Material Design Whatsapp+ Plus 6.67 BY RIYAZ SAIYAD

Material Design Whatsapp+ Plus 6.67 OsmDroid Rahil Modded Cracked Hide Last Seen Blue Double Ticks No Root

 FACEBOOK FIND

BY RIYAZ SAIYAD 
What's new
*Wishing you Happy New Year
*New year is all about forgetting last year and be ready for new year so RIP 6.27 and welcome 6.67
*So Many changes related to material design
*Join Google+ Community


Note: U've to Pay ₹55/$0.99 in both Whatsapps
This crack won't extend ur whatsapp service


Features of This Whatsapp+ :
* HIDE LAST SEEN Online Status Blue Ticks Double Tick
* Apply and make themes of your choice
* Immersive mod for 4.4+ devices
* Change icon notification color
* Upload PHOTOS and VIDEOS with no compression
* Maximum upload size to 30 MB
* Material Design
* And much much more try and Experience yourself

WA+'s HIDING Last SeenWA's Turning Off Last Seen
Others Can See ur Last Seen (LS)Others Can't
Others won't know if you hide last seenThey will know that u've turned off ur LS
U can go Online/Offline via WidgetsNo Such OSMness available
Has Much More Other OSM FeaturesSimple old UI & Features are there
Hide Last Seen button on main screenSettings/account/privacy/turn off lastseen

Features of this mod
*1st on Net
*Ads Removed
*Material design implemented
*Themed Pure Black instead of grey

Instructions for FRESH INSTALLATION : 
***Make Sure you have perfectly running whatsapp installed with your important chat***
1) Go to /sdcard/whatsapp/databases/
Delete all files using FILE MANAGER (i.e ROOT EXPLORER)
In Whatsapp Go to Settings>Chat settings>Backup Conversations to Backup your conversations ...
2) Uninstall OLDER WHATSAPP
3) Install Given WhatsApp+'s apk ...
4) Open it & Click AGREE & CONTINUE & enter your number
5) If you have done above steps well then there should be RESTORE BUTTON , Press it
(If you Dont get restore button or you get message like "Your app is not official Download from play store" 
then
uninstall current whatsapp+ & install original whatsapp from play store , do verification process and then chat with 1-2 person again backup chats and then uninstall original whatsapp & install given WhatsApp+ You will definitely get RESTORE button) 
6) Wait ...it might take some long... Press Continue after it finishes
7) Press MENU button (Or 3-dot button) And You can see HIDE LAST SEEN button press it and BOOM ...
8)Share this Awesome innovation as much as you can :P
(If you cant see that button
then goto PLUS=> 2. Main/chats screen =>Untick 2.3 HIDE STATUS MOD MENU)

Instructions for UPDATION :
1) Simply Install newer crack's apk
2) While Installing Apk if you get APP NOT INSTALLED error then follow above method
3)Share this Awesome innovation as much as you can :P

Screenshot:
Click on Image to see full size image



Download Info :
Material-Whatsapp+Plus-6.67-Modded-Cracked-OsmDroid-Rahil-Hide-last-seen-Blue-Double-Ticks.apk
ONLY ON RIYAZ14.5 MB (152,45,480 bytes)
MD5 checksum : 50C9A661CEAF107142DD3173EBFDDE02
SHA-1 checksum : 5ACBDE9F04FB9C2F725559C66F736EE5A60BAF50

Download Link (Apk):


Zippyshare 1 (http://RIYAZSAIYAD.NET/WHATSAPP+)


How-To Download :
Here 

Friday, 9 January 2015

How To Create Setup File(.Exe File) From Windows Forms Application USE VISUAL STUDIO BY RIYAZ SAIYAD

How To Create Setup File(.Exe File) From Windows Forms Application

By rIYAZ saiyad follow me on facebook 

This is the most important tutorial for creating the Setup File(.exe file) from windows forms application.You can easily install it any windows computers.You can use it only windows platform.
Now i am going to convert these windows forms application to the Setup File. Friends who have not read my previous tutorials please read  first this tutorial and download it, otherwise you will not understand correctly.For read the previous tutorial .
There are some steps to create Setup File From windows forms applications. please follow these steps carefully. 

Step1:-  First open your windows form application in your visual studio.Here i am using visual studio 2010 and my windows forms application Name is "test",which had made in previous tutorial.you can download it Clickdownload. 
Now i am going to open "test" application in visual studio 2010,my "test" application is on desktop. See it carefully and open your application together.



Step2:-  Now open "test" application in visual studio 2010,which is given below, follow it. Open visual studio 2010->File->Open project/solution->select the application "test"Folder_> click open.
See it:-


Step3:-  First see Form1.cs,Form2.cs and Solution Explorer window for remember previous post.
Form1.cs:->

Form2.cs:->


Step4:-> Now open solution explorer(if not open)->Add New Item->Select Application Configuration File->Click Add 
See it:->

See App.Config File:-It is used for creating connection to the database. It is optional.

Step5:- First create table in database,here i am already created "RAM"table in previous tutorial.See it:



  • write the connection string for creating the connection database table "RAM" in app.Config file.if You want to create otherwise  escape it
See it:->



Step6:-  Now this is main step to create the step. Open Solution Explorer->Click  on 'solution'test'('project)->Add New Project->Select other project types from left window->Select visual studio Installer->Select the setup Wizard-> write your setup name in below(mysetup)->click OK.



Step7:- 
  •  One wizard will be opened->click 'Next' Button.
See it:-


  • Select Radio button "Create a setup for a windows application" ->Click Next.
See it:-


  • Select "Primary output from text"-> Click Next.
See it:- 

  • Click Add Button->go your application folder,which you want to create setup.
See it:- 

  • Select the "App"File from your project ("test")-> click Open Button.
See it:- 
  • Now click Next Button.
See it:- 
  • Click Finish Button.
See it:- 


  • Now click Application Folder From left side window.
See it:-

  • Go right side window-> Right mouse click ->Add file->select icon file (extension . icon) , This icon will  show on Your desktop when you install the setup on computer.
See it:


  • Now create shortcut file of "Primary Output File" by l Right mouse click on  Primary Output File.
See it:


  • Now  change shortcut folder, here i have changed 'mysetup'.
See it: 


  • Now Right mouse click on ' mysetup' Shortcut and go property window.
See it:  

  • Click Icon and  select browse.
See it: 

  • Click Browse Button.
See it: 

  • Click Application Folder and select "mysetup"Icon file->click OK.
See it: 

  • Again select icon file and click OK button.
See it: 

  • Drag and drop 'mysetup shortcut' User's Desktop (left side window).
See it: 
  • Now again create shortcut primary output->rename it again mysetup ->  again add icon File from the mysetup property window as before we have added.
See it: 




  • Now Add New Folder in "User's program menu"(left side window) and  change Name it as setup->Now again Drag and Drop mysetup shortcut  to the setup.
See it:  

  • Now go "Solution Explorer window"-> Right mouse click on mysetup->Click Build. wait some time whenever setup is not successfully build-> Your setup is build successfully->Go and open your application Folder("test").
See it: 


  • click mysetup:-
See it:- 

  • ->Click Debug Folder.
See it:-    

Step8:- Before installing the setup you First install .NET FRAMEWORK 4.0 on your system,Click here for download . whenever you install this setup on your window (OS) and open it then you will see like this:-


Note:-I have seen that many student face problems.Read below link.
  1. Add Sql Database(.mdf)
  2. Sql Server 2008 Problem
Step9:-If you want you can create setup file in visual studio 2012 and visual studio 2013 also.
For More...
  1. Print the Grid Data in Windows Forms Application
  2. How to build real form filling application in asp.net like IBPS
  3. Create .dll File and Use in Asp.net Application 
  4. Take Print receipt in Windows Form Application
  5. File Handling Real Application
  6. Create Setup File(.exe) with SQL Database(.mdf)
  7. How to implement WCF Services in asp.net application
  8. How to implement form based authentication in asp.net
  9. How to implement caching concepts in asp.net application
  10. How to implement cookie in asp.net application
  11. Transaction in sql server
  12. Web Form control in asp.net
  13. Operator over loading in c#
  14. Multithreading in c#
  15. How to implement session state in asp.net application
I hope this is helpful for you.
Please share this with your friends ,its may be helpful for them.

To Get the Latest  Free Updates Subscribe
           Download Attached whole setup file:-
                    DOWNLOAD