Sunday, April 06, 2025 Daylight Savings Time Begins

Welcome to Onlinetunes24 .....

We are committed to become your long-term, trusted partner. Our priority is not only to provide professional services and solutions but to become your IT vendor dedicated to meet your needs today and support your growing business needs tomorrow.

Printer Shared

1. Click start button, then click devices and printers 2. Click Add a printer  3. Click Add a local printer 4. Choose a printer port and click Next button 5. Choose Manufacture and Printers 6. Type Printer Name and click Next button 7. Choose Share this printer so that others on your network can find and use it 8. Click Next butt...

Shared Folder

1. Create a folder 2. Right clicking folder and go to properties 3. Click sharing -> Share -> choose people to share with 4. Click share 5. Click Done 6. Then Click advance sharing 7. Click check box this folder 8. Click Ok Run Share folder Go to Run and write “\\192.168.100.1” (IP number )...

Connect to another computer using Remote Desktop Connection.

v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} w\:* {behavior:url(#default#VML);} .shape {behavior:url(#default#VML);} Step-1: To allow remote connections on the computer you want to connect . Open System by clicking the Start button, right-clicking Computer, and then clicking Properties. Click Remote settings. If you're prompted for an administrator password or confirmation, type the password or provide confirmation. The Remote...

Compare Date Month Year etc.

// Find Today     function today()    {        return date('Y-m-d');    } // Find Yesterday        function yesterday()    {        return date("Y-m-d", strtotime("yesterday"));    }  // Find Current Week        function currentweek()    {        return date('Y-m-d'). ' To ' .date('Y-m-d', strtotime('-7 days'));   ...

Program to display circles within circle

#include<graphics.h>#include<conio.h>#include<stdio.h>void main(){   int gd = DETECT, gm, x, y, color, angle = 0;   struct arccoordstype a, b;   initgraph(&gd, &gm, "..\\bgi");   //delay(2000);   while(angle<=360)   {   setcolor(BLACK);      arc(getmaxx()/2,getmaxy()/2,angle,angle+2,50);      setcolor(BLUE);      getarccoords(&a);      circle(a.xstart,a.ystart,25);     ...

C graphics program to display Indian National Flag.

#include <stdio.h>#include <graphics.h>#include <stdlib.h>#include<conio.h>void main(){int gd=DETECT,gm,i,j=0;clrscr();initgraph(&gd,&gm,"c:\\TurboC3\\bgi");//delay(100);setcolor(6);rectangle(225,125,355,155);while(j<=30){for (i=0;i<125;i++)outtextxy(225+i,125+j,"Û");j++;}//delay(300);setcolor(7);rectangle(225,155,355,185);j=0;while(j<=30){for (i=0;i<125;i++)outtextxy(225+i,155+j,"Û");j++;}//delay(300);setcolor(2);rectangle(225,185,355,215);j=0;while(j<=30){for (i=0;i<125;i++)outtextxy(225+i,185+j,"Û");j++;}//delay(300);setcolor(9);rectangle(220,120,225,440);j=0;while(j<=312){for...

C graphics program to display a circle.

#include<stdio.h>#include<conio.h>#include<math.h>#include<graphics.h>void main (){int gd=DETECT, gm=0;int dx, dy, p, end;initgraph(&gd, &gm,"c:\\TurboC3\\bgi");setcolor(RED);dx=100;dy=150;p=25;circle (dx, dy, p);getch ()...

Telnet

Normal 0 false false false EN-US X-NONE BN-BD What is Telnet? Telnet is a simple, text-based program that allows you to connect to another computer by using the Internet. If you've been granted the right to connect to that computer by that computer's owner or administrator, Telnet will allow you to enter commands used to access programs and services...

Page 1 of 7712345Next
Loading
Twitter Delicious Facebook Digg Stumbleupon Favorites More

 
Flying Twitter Bird Widget By ICT Sparkle