Forum: Java 14 Days Ago |
| Replies: 6 Views: 213 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 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 |
Forum: Java 14 Days Ago |
| Replies: 6 Views: 213 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 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 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 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 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 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 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 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 |
Forum: C++ Jun 27th, 2008 |
| Replies: 11 Views: 325 |
Forum: C++ Jun 27th, 2008 |
| Replies: 11 Views: 325 |
Forum: C++ Jun 27th, 2008 |
| Replies: 11 Views: 325 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 |
Forum: C++ Jun 25th, 2008 |
| Replies: 1 Views: 264 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 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 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 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 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 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 |
Forum: C++ Jun 23rd, 2008 |
| Replies: 4 Views: 497 |
Forum: C++ Jun 21st, 2008 |
| Replies: 4 Views: 497 |
Forum: C++ Jun 13th, 2008 |
| Replies: 0 Views: 288 |
Forum: C++ Jun 10th, 2008 |
| Replies: 7 Views: 774 |
Forum: C++ Jun 10th, 2008 |
| Replies: 7 Views: 774 |
Forum: C++ Jun 9th, 2008 |
| Replies: 6 Views: 282 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 |
Forum: C++ Jun 9th, 2008 |
| Replies: 6 Views: 282 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 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 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 |
Forum: C++ Jun 7th, 2008 |
| Replies: 16 Views: 1,009 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 |
Forum: C++ Jun 6th, 2008 |
| Replies: 16 Views: 1,009 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 |
Forum: C++ Jun 6th, 2008 |
| Replies: 16 Views: 1,009 |
Forum: C++ Jun 6th, 2008 |
| Replies: 16 Views: 1,009 |