I started WPF in vb.net and soon I will move to c# by the way this the first tutorial in Ultimate programming tutorials about WPF so be cool first of all WPF means windows presentation foundation as i know WPF is really cool . so to get started Start...
Home » Archives for July 2013
Widget to share photos,text & page

The best way to get traffic for your blog is from search engines and social media. Today I found a social media sharing service very impressive and attractive. Let me introduce to the service, there's a website called markely.com that promotes your...
How To Edit/Change Comments In Blogger

This is my first blogger tutorial, sometimes we get spammy comments/offending comments and etc for our posts and if we delete the comment that is something not nice so what we can do is, we can just edit the posted comment easily.
First of you need...
How To Make A Random Text Generator In PHP

I don't do php at all but this is something I had to learn so to begin our Text Generator open your favorite Text Editor, I have Sublime Text 3 beta. First add the usual html>head>body tags and close the tags, after that let's add our css after...
How To Load Array Values Into Listbox & ComboBox In C#

Last 3 days I have been working on a Library Management System, it's for my college actually it's a group project, but i promised my group members that I will code and design the whole system, by the way i really had lots of problems because this would...
How To Make a Website Responsive

Being a blogger or a webmaster everyone want's to make their website compatible with any device. Not everyone know this small one line code that makes your website fit with mobile/tablet etc devices size.
All you need to do is just add this one line...
How To Make A Round Button In C#

Someone has asked me how to make a round button in c#, if I am right it's really easy to make round button with, I didn't have time to do something really advanced, I made something really simple. All you have to do is just create a new class and add...
The Most Awesome Indian Public Marriage Proposal Ever

I know, this is not something about programming or programmers, but I just want to share it with you. I saw this video on facebook someone has shared it via youtube so I was watching it, it was really great, by the way I am not from india but I love...
How To Make A Simple Login System In C#

Everyone knows what a login system is ! so i don't think any explanations are needed . i will come to the main thing , Today we are going to make a simple login system in c# .
You need two text boxes,two labels and two buttons.
Now make the controls...
How To Hide Internet Explorer Script Errors In VB.NET & C#

I think most of the people hate web browser control script errors in vb.net and c# . if you don't know what i mean , look at the picture below i hope you know it.
Okay i will straightly come to the main point ! you just need to add this line of...
How To Add A Skype Call,Chat Widget To Your Website Or Blog
in
evaphone,
html,
kype,
msn download,
scype,
skaip,
skajp,
skayp,
skaype,
skipe,
skpe,
skupe,
skybe,
skyp,
skypa,
skype,
skyper,
spyke,
sype,
tutorial
- By
Mohamed Shimran
- on 7/20/2013
- 1 comment

Skype is one of the best VOIP service used worldwide ; Today we will see how to create a Skype Call,Chat Widget for your website(blogger,wordpress,etc) .
1 - Go to https://dev.skype.com/skype-uri/generator
2 - Enter your skype...
How To Add A Top Bar To Blogger

We are going to use a service a popular one it's called AddThis . AddThis provide many services such as sharing widgets and recommended posts widget etc and we are going to use Welcome Bar . Go to addthis.com and create a new account or if you...
Syntax Highlighter For Blogger

I have been using Alex Gorbatchev Syntax Highlighter for a long while now . someone requested me to write an article about using this syntax highlighter in blogger so here i go .
Select a theme for the syntax highlighter , those links have previews...
How To : Change Drive Name Or Label In C#

Changing Drive things are pretty easy with kernel32 so what we are going to do is just change the name or label , okay okay i know it's called label and not name most of the times :D . first of all let's design the Form .
Add two text boxes and two...
How To : Check Internet Connection In C#

Amm, i think i wrote something about connecting and disconnecting the internet in vb.net that's actually a simple matter(process commands) . We are going to use wininet.dll in this tutorial so first of all add this namespace using System.Runtime.InteropServices;...
How To Put HTML,CSS,JAVASCRIPT Codes In Your Blogger Articles

Yes this is my second blogger tutorial , actually this is something i had to do to solve a problem . i use alexgorbatchev.com/SyntaxHighlighter but it seems that if i use anything similar to class in any language then some span tags cover them...
How To Capture Entire Screen In Java

Another quick tutorial on capturing your entire screen with java actually sometimes java makes me mad because sometimes i have to import loads of namespaces than c# or vb.net anyways , as usual to do something in system we import IO thingy yes we are...
How To List Down Countries In Java

Java is something what really impressed me than other programming languages anyways today we'll see how to list down all the countries and their country code . I don't know whether you know theres a small library called Locale in java.util namspace so...
How To Get Mouse Location(X,Y) In C#

I know this is very basic but i am bored so writing this .
The program we are going to make will show you the mouse cursor location, okay first of all click your form and then go to event (the lightning icon in your properties tab) and then search...
How To Add Values To ListBox In C#

Adding values to a listbox is something really easy anyways if you don't know how to add values to a listbox then here you go.
You need to add these things to your project first of all
Three buttons (add,show,clear)
Listbox
Textbo...