User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
DaniWeb is a massive community of 391,652 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,842 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Showing results 1 to 40 of 81
Search took 0.01 seconds.
Posts Made By: Aamit
Forum: Java 14 Days Ago
Replies: 6
Views: 213
Posted By Aamit
Re: About javaMail??

public class SendMailUsingAuthentication
{
private static final String SMTP_HOST_NAME = "smtp.gmail.com";
private static final String SMTP_AUTH_USER = "vpatil";
private static final String...
Forum: Java 14 Days Ago
Replies: 6
Views: 213
Posted By Aamit
Re: About javaMail??

import java.util.Properties;
import javax.mail.Authenticator;
import javax.mail.Message;
import javax.mail.MessagingException;
import javax.mail.PasswordAuthentication;
import...
Forum: Java 14 Days Ago
Replies: 6
Views: 213
Posted By Aamit
Re: About javaMail??

Plz give me simple example that i can send email ... through smtp server..
Forum: Java 14 Days Ago
Replies: 6
Views: 213
Posted By Aamit
About javaMail??

Hi ..
I am new to JavaMail...

http://209.85.175.104/search?q=cache:h2HRteCAXKoJ:www.zukowski.net/WebTech-JavaMail.ppt+javamail+faq&hl=en&ct=clnk&cd=4&gl=in
i am trying to run this code ...from this...
Forum: Java 21 Days Ago
Replies: 0
Views: 150
Posted By Aamit
About How to run JavaMail programs??

import java.util.*;
import javax.mail.*;
import javax.mail.internet.*;
import javax.activation.*;

// Send a simple, single part, text/plain e-mail
public class TestEmail {

public static void...
Forum: Java 23 Days Ago
Replies: 1
Views: 271
Posted By Aamit
how to create smtp server java

i want create java mail application...
but when i read sample programs there is smtp server
String mailHost = "your.smtp.server";
or smtp.gmail.com

how i get this server or how to create smtp server...
Forum: C++ Jul 9th, 2008
Replies: 0
Views: 76
Posted By Aamit
regarding Audio checking??

I want to check

1> Audio driver is installed or not??
2> Sound is mute or not??
3> Sound card is attached to comp or not??

How to do this through programing??
Is it any registry entry or log file...
Forum: C++ Jul 4th, 2008
Replies: 1
Views: 146
Posted By Aamit
Re: About converting files??

http://www.outlookcode.com/threads.aspx?forumid=4&messageid=26074

I found this but can't understand how to do it in c++????
Forum: C++ Jul 4th, 2008
Replies: 1
Views: 146
Posted By Aamit
About converting files??

I want to convert outlooks pst file in xls i.e. excel file...through program in c++??
How to do this??
how to get all the data from inbox into another folder??
any command that converts these files...
Forum: Java Jul 4th, 2008
Replies: 2
Views: 191
Posted By Aamit
About my problem defination??

Hi...i m new to java....
problem defination:---
Book store is basically a collection of variety of books. Store has various sections like art, world history, literature technical, and so on. All...
Forum: Windows NT / 2000 / XP / 2003 Jul 4th, 2008
Replies: 1
Views: 133
Posted By Aamit
About sound driver??

I want to check whether sound drivers are installed or not???
There is any registry file or log or inf or sys file that shows sound driver are installed or not??
Forum: C++ Jun 27th, 2008
Replies: 11
Views: 325
Posted By Aamit
Re: Program gives don't send Error??

so plz tell me what is the solution for it??
Forum: C++ Jun 27th, 2008
Replies: 11
Views: 325
Posted By Aamit
Re: Program gives don't send Error??

i m using dev c++ 4.9.9.2 version
Forum: C++ Jun 27th, 2008
Replies: 11
Views: 325
Posted By Aamit
Re: Program gives don't send Error??

Code is compiling.

i m also given convert.h .....
plz check out....
Forum: C++ Jun 27th, 2008
Replies: 11
Views: 325
Posted By Aamit
Program gives don't send Error??

#include<stdio.h>
#include<conio.h>
#include<string>
#include<stdlib.h>
#include <iostream>
#include <cstdlib>
#include "convert.h"

using namespace std;
int check(string);
Forum: C++ Jun 26th, 2008
Replies: 1
Views: 120
Posted By Aamit
program goes in infinite loop??

Day:
printf("\n1:Mon\t2:Tue\t3:Wed\t4:Thu\n5:Fri\t6:Sat\t7:Sun\nEnter value-> ");
scanf("%d",&x);
char...
Forum: C++ Jun 25th, 2008
Replies: 1
Views: 264
Posted By Aamit
Problem in copy string??

#include<stdio.h>
#include<conio.h>
#include<string>
#include <iostream>
#include<stdlib.h>
#include "convert.h"

using namespace std;
int check(string);
string send(string);
Forum: C++ Jun 24th, 2008
Replies: 4
Views: 179
Posted By Aamit
Re: about my program ??

Information about Schtasks.exe in xp for creation schedule task ???

link or example to create schedule task through command prompt ???
Forum: C++ Jun 24th, 2008
Replies: 4
Views: 179
Posted By Aamit
about my program ??

i am creating shedule task program ..
eg. daily ...
i want to create this program like
when pc restart or on...
i want this exe check this timing automatically and executes at that time
How to do...
Forum: C++ Jun 23rd, 2008
Replies: 1
Views: 147
Posted By Aamit
problem in executing command??

#include <stdio.h>
#include<conio.h>
#include<string>
#include<iostream>
using namespace std;
int main()
{
string aa ,bb;

aa="mycomp"; //Comp name
Forum: C++ Jun 23rd, 2008
Replies: 6
Views: 264
Posted By Aamit
Re: Seperate each string from line??

i m modifying my problem definition here :--

Here is my file text file data

Tree Bush
Apple Mango
Animal Dog
Animal2 Cat

i want Tree in str1 ie string
Forum: C++ Jun 23rd, 2008
Replies: 6
Views: 264
Posted By Aamit
Re: Seperate each string from line??

Here is my file text file data

Tree Bush
Apple Mango
Animal Dog
Animal2 Cat

i want Tree in 1 string and Bush in 2nd string so i m trying to collect them bCoz they separated by space
How to...
Forum: C++ Jun 23rd, 2008
Replies: 6
Views: 264
Posted By Aamit
Seperate each string from line??

Here is my file text file data

Tree Bush
Apple Mango
Animal Dog
Animal2 Cat


#include <stdio.h>
#include<conio.h>
Forum: C++ Jun 23rd, 2008
Replies: 4
Views: 497
Posted By Aamit
Re: How to store string in array??

Here is my file text file data

Tree Bush
Apple Mango
Animal Dog
Animal2 Cat


#include <stdio.h>
#include<conio.h>
Forum: C++ Jun 21st, 2008
Replies: 4
Views: 497
Posted By Aamit
How to store string in array??

I want to store my file data in array??

List.txt contains
Xyz Abc
Lmn Pqr
Hij Klm


#include <stdio.h>
#include<conio.h>
Forum: C++ Jun 13th, 2008
Replies: 0
Views: 288
Posted By Aamit
How to find server ip??

I want to find server Ip.
Server and clients are connected in Lan .....
how to do this??
Forum: C++ Jun 10th, 2008
Replies: 7
Views: 774
Posted By Aamit
Re: Check folder exists or not??

I m not getting..it..

some more info or example code plz...
Forum: C++ Jun 10th, 2008
Replies: 7
Views: 774
Posted By Aamit
Check folder exists or not??

#include<windows.h>
#include<stdio.h>
#include<conio.h>

int main()
{
system("mkdir c:\\Imp");
getch();
}
Forum: C++ Jun 9th, 2008
Replies: 6
Views: 282
Posted By Aamit
Re: Regarding client-server ???

#include<conio.h>
#include <stdio.h>
#include "winsock2.h"
#include<iostream>
#include<fstream>
#include <stdlib.h>
#include<string>

using namespace std;
int i=1;
Forum: C++ Jun 9th, 2008
Replies: 6
Views: 282
Posted By Aamit
Re: Regarding client-server ???

i m using. XP...
server is continuously running ....
i m forget to add renaming of file code...
Forum: C++ Jun 9th, 2008
Replies: 6
Views: 282
Posted By Aamit
Re: Regarding client-server ???

#include<conio.h>
#include <stdio.h>
#include "winsock2.h"
#include<iostream>
#include<fstream>
#include <stdlib.h>
#include<string>

using namespace std;
int i=1;
Forum: C++ Jun 9th, 2008
Replies: 6
Views: 282
Posted By Aamit
Regarding client-server ???

I am creating client -server architecture ...
1 server and 20 clients..are attached ...
when computer starts client sends abc.txt file information to server ...through socket port no 8000...server...
Forum: C++ Jun 7th, 2008
Replies: 16
Views: 1,009
Posted By Aamit
Re: How to create windows service for EXE??

#include<windows.h>
#include<stdio.h>

#define SLEEP_TIME 300000

SERVICE_STATUS ServiceStatus;
SERVICE_STATUS_HANDLE hStatus;

void ServiceMain(int argc, char** argv);
void ...
Forum: C++ Jun 7th, 2008
Replies: 16
Views: 1,009
Posted By Aamit
Re: How to create windows service for EXE??

yes ....
i m executing this command...
sc create Client binpath=c:\windows\system32\123.exe type= own start= auto
Forum: C++ Jun 7th, 2008
Replies: 16
Views: 1,009
Posted By Aamit
Re: How to create windows service for EXE??

#include<windows.h>
#include<stdio.h>

#define SLEEP_TIME 300000

SERVICE_STATUS ServiceStatus;
SERVICE_STATUS_HANDLE hStatus;

void ServiceMain(int argc, char** argv);
void ...
Forum: C++ Jun 6th, 2008
Replies: 16
Views: 1,009
Posted By Aamit
Re: How to create windows service for EXE??

Actually this code from msdn .. i m trying to execute this code for my exe
Forum: C++ Jun 6th, 2008
Replies: 16
Views: 1,009
Posted By Aamit
Re: How to create windows service for EXE??

#include <windows.h>
#include <stdio.h>
#include<conio.h>

#define szSvcName TEXT("abc")
#define SVCNAME TEXT("abc")
SC_HANDLE schSCManager;
SC_HANDLE schService;
VOID DoStartSvc();
Forum: C++ Jun 6th, 2008
Replies: 16
Views: 1,009
Posted By Aamit
Re: How to create windows service for EXE??

In my code it gives error like


if (!StartService(
schService,
0,
NULL) )
{
printf("Hello");
printf("\nStartService...
Forum: C++ Jun 6th, 2008
Replies: 16
Views: 1,009
Posted By Aamit
Re: How to create windows service for EXE??

Not using any tool...
Programaticaly in c or c++
Forum: C++ Jun 6th, 2008
Replies: 16
Views: 1,009
Posted By Aamit
How to create windows service for EXE??

Hi...
I want to create windows service for my abc.exe through programaticaly in c or c++
how to do this???
Showing results 1 to 40 of 81

 
All times are GMT -4. The time now is 1:29 am.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC