Search Results

Showing results 1 to 16 of 16
Search took 0.01 seconds.
Search: Posts Made By: wad
Forum: PHP Jan 30th, 2009
Replies: 4
Views: 1,094
Posted By wad
thank u tommybs

its work now .....
Forum: PHP Jan 30th, 2009
Replies: 4
Views: 1,094
Posted By wad
it's just display the first image and stop.

i think the loop stop after display the first image
Forum: PHP Jan 30th, 2009
Replies: 4
Views: 1,094
Posted By wad
<?php
header('Content-type: image/JPG');
$username = "root";
$password = "";
$host = "localhost";
$database = "image";

@mysql_connect($host, $username, $password) or die("Can not connect to...
Forum: JavaScript / DHTML / AJAX Dec 4th, 2008
Replies: 1
Views: 582
Posted By wad
<script>
function asd(){
var msg = document.getElementById('email');
alert(msg);
}
</script>


<form>
<input type='text' id="email"/>
Forum: Java Nov 28th, 2008
Replies: 2
Views: 1,428
Posted By wad
public void send(String conn,String msg){
try {
System.out.println("addres");
ClientSession cs = (ClientSession) OBEXConnector.open(conn);

...
Forum: Java Nov 28th, 2008
Replies: 0
Views: 1,625
Posted By wad
hello

os=sc.openOutputStream();
os.write("hello".getBytes());
os.close();
sc.close();

i used these to send message form mobile to pc
but it not work from pc to phone
Forum: Java Jun 17th, 2008
Replies: 5
Views: 1,280
Posted By wad
import de.avetana.javax.obex.*;
import de.avetana.obexsolo.*;

public static void main(String[]args){

try {
String adr ="btgoep://000E6D80ABBE:9" ;
System.out.println("addres");
...
Forum: Java Jun 15th, 2008
Replies: 5
Views: 1,280
Posted By wad
yes i have bluetooth device and work with BlueSoleil stack
then what i can do
Forum: Java Jun 14th, 2008
Replies: 5
Views: 1,280
Posted By wad
that is code to send file from pc to phon but it dont run and throw
that exception

java.io.IOException: Device not discovered

i dont know what is the problem

try {
String adr...
Forum: Java May 25th, 2008
Replies: 6
Views: 787
Posted By wad
hi ......
how to send files over obex protocol if using bluetooth via j2me code
Forum: Java May 19th, 2008
Replies: 6
Views: 787
Posted By wad
the problems is still runing
i want some solution
Forum: Java May 18th, 2008
Replies: 6
Views: 787
Posted By wad
how i can send file in j2me over bluetooth
i cant use the protocol OBEX to do that
any one help me......
Forum: Java May 8th, 2008
Replies: 2
Views: 715
Posted By wad
thank s but i cant understand so that is my code
and can you explain the solution for me


import java.io.InputStream;
import java.io.OutputStream;
import java.util.Vector;
import...
Forum: Java May 8th, 2008
Replies: 2
Views: 715
Posted By wad
i wont to send message to another mobile by that code :

public void send(){
try {
String add = ((RemoteDevice) de.elementAt(l.getSelectedIndex())).getBluetoothAddress();
...
Forum: Java May 7th, 2008
Replies: 2
Views: 561
Posted By wad
that is my j2me server application

i wonna do it in java program

import java.util.Vector;
import javax.bluetooth.DeviceClass;
import javax.bluetooth.DiscoveryAgent;
import...
Forum: Java May 7th, 2008
Replies: 2
Views: 561
Posted By wad
hi there
how i can make a java application to descover for bluetooth devices and send message to it
Showing results 1 to 16 of 16

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC