Posts
 
Reputation
Joined
Last Seen
Ranked #960
Strength to Increase Rep
+3
Strength to Decrease Rep
-0
35% Quality Score
Upvotes Received
6
Posts with Upvotes
5
Upvoting Members
6
Downvotes Received
15
Posts with Downvotes
6
Downvoting Members
12
3 Commented Posts
~10.4K People Reached
About Me

Hii I am a IT professional and a friendly person , I love web technologies

Interests
INTERNET,CHATTING,WEB DESIGNING,TECHNOLOGY,ROAMING
PC Specs
WINDOWS,DOS,LINUXWEB DESIGNING-PHP,HTML,CSS,JAVASCRIPT,JQUERY,MYSQLSOFTWARE DEVELOPEMENT-C,C++,VB.NETGRAPHIC…
Favorite Tags
Member Avatar for murtazamzk

[CODE]Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim speech speech = CreateObject("sapi.spvoice") speech.speak(TextBox1.Text) End Sub End Class [/CODE]

Member Avatar for YogeshD
-1
3K
Member Avatar for murtazamzk

[CODE]#include <stdlib.h> #include <stdio.h> #include<conio.h> void main() { int ch; clrscr(); printf("\n\n~~~~~~~~~~~~~~~~~SHUTDOWN MENU~~~~~~~~~~~~~~~~~~~\n"); printf("1.Shutdown\n2.Restart\n3.Logoff\n4.Hibernate\n5.exit"); printf("\nEnter choice : "); scanf("%d",&ch); switch(ch) { case 1:system("shutdown -s"); break; case 2:system("shutdown -r"); break; case 3:system("shutdown -l"); break; case 4:system("shutdown -h"); break; case 5:exit(1); break; default:printf("Invalid choice"); } getch(); }[/CODE]

Member Avatar for deceptikon
1
450
Member Avatar for shwetha.marigowda
Member Avatar for murtazamzk

I am creating a type of ecommerce site , when the customer buys the product a email should be sent to admin regarding the product and customer details , I dont want to integrate payment gateways

Member Avatar for LastMitch
0
176
Member Avatar for Dani

[i]I found this in a few different places around the 'net - hopefully it's helpful:[/i] [font=Arial][size=5][color=#0000ff]Create a Desktop Shortcut to Lock Your Computer[/color][/size][/font] [font=Arial][size=2]You secure your computer by locking it whenever you're away from your desk. If you?re on a domain, by pressing Ctrl+Alt+Del and then clicking Lock Computer, you …

Member Avatar for MacroMonkey
2
1K
Member Avatar for murtazamzk

[CODE]<html> <script> function startEQ() { quake=5; parent.moveBy(0,quake); parent.moveBy(0,-quake); parent.moveBy(quake,0); parent.moveBy(-quake,0); timer=setTimeout("startEQ()",10); } function stopEQ() { clearTimeout(timer); } </script> </head> <body> DEMO IT HERE <form> <input type="button" onclick="startEQ()" value="Start an earthquake"> <input type="button" onclick="stopEQ()" value="Stop the earthquake"> </form> </body> </html>[/CODE]

Member Avatar for murtazamzk
0
276
Member Avatar for murtazamzk

Hello guys this is an amazing programming that converts entered digit into word.nut i need your help i am only able to do it upto 99. #include<stdio.h> #include<conio.h> void main() { int n,m,j; clrscr(); printf("Enter any number between 1 to 99 : "); scanf("%d",&n); printf("You entered "); if(n>0&&n<=10) goto one; …

Member Avatar for soumava28
0
2K
Member Avatar for murtazamzk

This is a cool trick with which you can hide your files inside a picture. First select the files and compress them to zip or rar and place it in E: drive also place there the picture on which you want to hide the files. Now go to command prompt …

Member Avatar for timetraveller92
1
169
Member Avatar for murtazamzk

Follow these steps to get you name TIMED---------------><br> 1. Goto [u]start[/u] 2. Goto <u>control panel</u><br> 3. In control panel goto <u>Regional and language options</u><br> 4. Under the regional options tab press <u>customize button</u><br> 5. Now under the time tab Add your name with <u>AM</u> and <u>PM</u> preceeded by a hyphen …

Member Avatar for murtazamzk
0
207
Member Avatar for murtazamzk

This is a cool windows xp trick i found out by which you can hide your files under a picture. Follow these steps --> 1. First select the files you want to hide. 2. Right-click the files and select "Add to archive" i.e compress the files to zip or rar. …

Member Avatar for timetraveller92
0
166
Member Avatar for murtazamzk

Hi all thanx in advance I want to make a job portal like naukri.com in Php , I have tried many free CMS and scripts but not got too much of it , please do help me with something its urgent....... Thank you

Member Avatar for chrishea
0
317
Member Avatar for murtazamzk

[CODE]#include<stdio.h> #include<conio.h> #include<dos.h> #include<stdlib.h> void main() { clrscr(); while(!kbhit()) { struct time t; gettime(&t); textcolor(random(15)) ; gotoxy(23,3); printf("%d:%d:%0d",t.ti_hour,t.ti_min,t.ti_sec); sleep(1); clrscr(); } getch(); }[/CODE]

Member Avatar for death_oclock
-2
108
Member Avatar for murtazamzk

[CODE]#include<graphics.h> #include<conio.h> #include<math.h> #include<dos.h> #include<stdio.h> void main() { int gd=DETECT,gm; int x=320,y=240,r=200,i,h,m,s,thetamin,thetasec; struct time t; char n[12][3]={"3","2","1","12","11","10","9","8","7","6","5","4"}; initgraph(&gd,&gm,"C:\\tc\\bgi");//ut the directory which containsegavga.bgi circle(x,y,210); setcolor(4); settextstyle(4,0,5); for(i=0;i<12;i++) { if(i!=3) outtextxy(x+(r-14)*cos(M_PI/6*i)-10,y-(r-14)*sin(M_PI/6*i)-26,n[i]); else outtextxy(x+(r-14)*cos(M_PI/6*i)-20,y-(r-14)*sin(M_PI/6*i)-26,n[i]); } gettime(&t); printf("The current time is: %2d:%02d:%02d.%02d",t.ti_hour, t.ti_min, t.ti_sec, t.ti_hund); while(!kbhit()) { setcolor(5); setfillstyle(1,5); circle(x,y,10); floodfill(x,y,5); gettime(&t); if(t.ti_min!=m) { …

Member Avatar for murtazamzk
0
148
Member Avatar for murtazamzk

[CODE]<html> <body> <script language="JavaScript1.2"> //change 1 to another value to alter the scroll speed. Greater is faster var speed=1 var currentpos=0,alt=1,curpos1=0,curpos2=-1 function initialize(){ startit() } function scrollwindow(){ if (document.all) temp=document.body.scrollTop else temp=window.pageYOffset if (alt==0) alt=1 else alt=0 if (alt==0) curpos1=temp else curpos2=temp if (curpos1!=curpos2){ if (document.all) currentpos=document.body.scrollTop+speed else currentpos=window.pageYOffset+speed window.scroll(0,currentpos) …

Member Avatar for codewall
0
263
Member Avatar for murtazamzk

It is possible to disable the XP splash screen, which will slightly speed up the overall boot process. Be aware that removing the splash screen will also cause you not to see any boot-up messages that might come up (chkdsk, convert ... ), but if your system runs without any …

0
92
Member Avatar for murtazamzk

If your system hangs about 2 or 3 minutes at startup, where you can't access the Start button or the Taskbar, it may be due to one specific service (Background Intelligent Transfer) running in the background. Microsoft put out a patch for this but it didn't work for me. Here's …

0
92
Member Avatar for murtazamzk

hello friends an anyone help me whether one can create a tic-tac-toe game in C

Member Avatar for Jason Giggs
-1
83
Member Avatar for murtazamzk

#include "Stdio.h" [CODE]main() { int a,b,c; int count = 1; for (b=c=10;a="- FIGURE?, UMKC,XYZHello Folks,\ TFy!QJu ROo TNn(ROo)SLq SLq ULo+\ UHs UJq TNn*RPn/QPbEWS_JSWQAIJO^\ NBELPeHBFHT}TnALVlBLOFAkHFOuFETp\ HCStHAUFAgcEAelclcn^r^r\\tZvYxXy\ T|S~Pn SPm SOn TNn ULo0ULo#ULo-W\ Hq!WFs XDt!" [b+++21]; ) for(; a-- > 64 ; ) putchar ( ++c=='Z' ? c = c/ 9:33^b&1); return 0; …

Member Avatar for Shankye
0
188
Member Avatar for murtazamzk

Below is the program for swapping variables without any extra variable. [CODE] #include "stdio.h" #include "conio.h" void main() { int a=7;b=5; clrscr(); a=a+b; b=a-b; a=a-b; getch(); }[/CODE]

Member Avatar for Kamatari
0
175
Member Avatar for murtazamzk

[B]<html> <head> <title>New Page 11</title> <meta name="GENERATOR" content="Microsoft FrontPage 3.0"> <script language="JavaScript1.2"> if (document.layers) document.captureEvents(Event.KEYPRESS) function backhome(e){ var targeturl="index.htm" if (document.layers){ if (e.which==104||e.which==72) window.location=targeturl } else if (document.all){ if (event.keyCode==104||event.keyCode==72) window.location=targeturl } } document.onkeypress=backhome </script> </head> <body> <p align="center">Hit The(H) key on your keyboard to send you to a home …

Member Avatar for hielo
0
99
Member Avatar for murtazamzk

Here is an amazing program to create a tic-tac-toe game in vb.net.First of all in design view place 9 buttons.Then apply the code below. Public Class Form1 Dim test As Boolean Dim c1 As Boolean Private Sub b1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles b1.Click, b2.Click, b3.Click, b4.Click, …

0
94