Forum: Visual Basic 4 / 5 / 6 Oct 1st, 2007 |
| Replies: 7 Views: 757 Re: appear in other form It will not, try to check if the username is appearing from the database.
check by this:
MsgBox rec1.username |
Forum: Java Oct 1st, 2007 |
| Replies: 14 Views: 2,313 Re: need help for java chat application first register all ur client with the server.
for a very basic application maintain a list in arraylist.
then when a new user logs in, send this arraylist to him and he'll get the list of users... |
Forum: Visual Basic 4 / 5 / 6 Oct 1st, 2007 |
| Replies: 7 Views: 757 Re: appear in other form say u have two forms
form1
form2
in form1's any sub refer to form2's element
public sub loadinfo()
..
.. |
Forum: Graphics and Multimedia Sep 24th, 2007 |
| Replies: 7 Views: 2,740 |
Forum: Visual Basic 4 / 5 / 6 Jul 18th, 2007 |
| Replies: 1 Views: 572 Path without file Package and Deployment wizard gives me this error
Path without file
it works fine with other projects but one particular project it doesn't work. If anyone knows WHICH path without file it might... |
Forum: Java Jun 23rd, 2007 |
| Replies: 4 Views: 1,004 |
Forum: Java Jun 23rd, 2007 |
| Replies: 4 Views: 1,004 Screenshot of JFrame which is Invisible Does anyone know how to take a screen shot of a JFrame or any Java Swing application which is NOT visible?
jframeobj.setVisible(false);
Something to extract the information from the memory itself? |
Forum: Windows NT / 2000 / XP / 2003 Jun 18th, 2007 |
| Replies: 3 Views: 2,510 |
Forum: PHP Jun 12th, 2007 |
| Replies: 12 Views: 1,481 Re: email use the mail function two times with different TO email field |
Forum: HTML and CSS Jun 11th, 2007 |
| Replies: 6 Views: 1,312 Re: Submit Each of your form element will have a name associated with it.
So I assume you have something like this:
<form action="emailit.php" method="POST" >
Name:<input type = "text" name="name"... |
Forum: Visual Basic 4 / 5 / 6 Jun 10th, 2007 |
| Replies: 4 Views: 891 |
Forum: Graphics and Multimedia Jun 10th, 2007 |
| Replies: 9 Views: 2,167 |
Forum: HTML and CSS Jun 10th, 2007 |
| Replies: 6 Views: 1,312 Re: Submit First off all, Do you have any knowledge of HTML.
U will need to create a form which would contain some textboxes and a submit button.
Try making this first and get back to us. |
Forum: HTML and CSS Jun 10th, 2007 |
| Replies: 3 Views: 809 |
Forum: PHP Jun 10th, 2007 |
| Replies: 5 Views: 1,949 Re: Insert Into You also might want to insert actual data instead of just the words: title, fname, mname etc.
If they are variables use $ sign before them. |
Forum: PHP Jun 10th, 2007 |
| Replies: 2 Views: 503 |
Forum: Java Jun 10th, 2007 |
| Replies: 4 Views: 594 |
Forum: Visual Basic 4 / 5 / 6 Jun 10th, 2007 |
| Replies: 4 Views: 891 |
Forum: PHP Jun 9th, 2007 |
| Replies: 12 Views: 1,481 Re: email Use this:
<?php
/* Database Configuration File
/ File name: db.php */
$host=''; //Host address
$user=''; //UserName |
Forum: Graphics and Multimedia Jun 8th, 2007 |
| Replies: 8 Views: 1,838 |
Forum: Graphics and Multimedia Jun 8th, 2007 |
| Replies: 3 Views: 3,769 Re: import JPG into Flash using FlashVars Your flash var will provide the name/link to the image right:
SO create a movie clip and give it an instance name. Say : mypic
mypic.loadMovie("url from flashvars"); |
Forum: Graphics and Multimedia Jun 8th, 2007 |
| Replies: 2 Views: 921 Re: Flash Query You can try something like:
on(rollover){
image.width = image.widht + 10;
image.height = image.height + 10;
}
on (rollout){
image.width = image.widht - 10;
image.height = image.height - 10; |
Forum: Graphics and Multimedia Jun 8th, 2007 |
| Replies: 1 Views: 1,057 Re: insert logo and wrap name in flash As far as I know, This is not a forum to get your things done.
If you need help we would love to provide. But your question is more like giving out a specification!
Buddy, if you're learning Flash... |
Forum: Graphics and Multimedia Jun 8th, 2007 |
| Replies: 1 Views: 619 Re: Distributed image hosting for small company Hi there,
In today's world, Physical distance doesn't matter much. So you could go for any server you like.
Try to get a Linux server.
--
We also offer hosting solution, Drop me a line at my... |
Forum: Graphics and Multimedia Jun 8th, 2007 |
| Replies: 3 Views: 3,107 |
Forum: Graphics and Multimedia Jun 8th, 2007 |
| Replies: 1 Views: 1,077 Re: About Flash Action Script Yes its possible but you'll need the help of PHP too.
Here's the idea:
Get your flash to send bytes of screen which you want as an image.
Php will get that image byes and with its GDI library suport... |
Forum: Graphics and Multimedia Jun 8th, 2007 |
| Replies: 3 Views: 717 Re: flash help I don't think flash allows you to import .AVI files. Convert your avi to mov, then You'd need to have quicktime player installed. There after you can import it.
Simpler solution: Convert the movie... |
Forum: Windows NT / 2000 / XP / 2003 Jun 8th, 2007 |
| Replies: 3 Views: 2,510 Internet stops after some time I am using XP SP2,
My internet from LAN via a router stops after 30 mins.
All downloads, pings etc stop.
Only option is to restart...
output of netstat -an is below |
Forum: Visual Basic 4 / 5 / 6 Jun 8th, 2007 |
| Replies: 0 Views: 648 Printer Object I have some questions related to printer object:
1. I am painting a Picture Box image on the printer object and then printing it. How can I shrink the Image so that It fits to page of the... |
Forum: Visual Basic 4 / 5 / 6 Jun 8th, 2007 |
| Replies: 7 Views: 2,384 |
Forum: Visual Basic 4 / 5 / 6 Jun 8th, 2007 |
| Replies: 7 Views: 2,384 Re: vb6 moving frameless form on screen You just want to move it to the top left corner? If yes, Do this in your Form_Load():
me.Left=0
me.Top=0
If you want to allow people to DRAG the form then post again. |
Forum: PHP Jun 7th, 2007 |
| Replies: 12 Views: 1,481 Re: email 1st page is your normal form
2nd page can first display the contents by normal ECHO statement. Then it should also have a form surrounding the CONFIRM BUTTON... Something like this:
<form... |
Forum: Ruby Jun 7th, 2007 |
| Replies: 6 Views: 10,797 Re: HOW TO send SMS using ruby on rails The sms gateway will provide you API in various platforms... You just need to make a post/get of your message, to_number etc to their api...
Check out clickatell.com |
Forum: Visual Basic 4 / 5 / 6 Jun 7th, 2007 |
| Replies: 7 Views: 2,384 Re: vb6 moving frameless form on screen You meant to say you have a borderless form and on top you have a frame whose size = size of form...
so ultimately the user interacts only with the frame... check the drag operation/ Function etc of... |
Forum: Java Jun 7th, 2007 |
| Replies: 1 Views: 621 Re: Accepting audio in a java servlet Hi there, Have you tested that this code perfectly sends data to the server? i doubt...
I would have tested it but I don't have the data...
Try checking it by accepting it with some simple server... |
Forum: Java Jun 7th, 2007 |
| Replies: 2 Views: 1,028 Re: JFrame Issue Try calling the main function of GUI from the external class's method...
This is what actually JVM does...
Is there any package involved?
Also post more code, we'd like to test it on our machines... |
Forum: Java Jun 7th, 2007 |
| Replies: 10 Views: 1,263 Re: Where to declare varaiables? I would put them as instance variables rather than local because the method is being called 50 times a second... Imaging your JVM creating and destroying the variables so many times...!! its a huge... |
Forum: PHP Jun 7th, 2007 |
| Replies: 12 Views: 1,481 Re: email The function to email the information is
mail() google it for more..
also:
When you press the confirm button, are you posting the variables again?
Confirm button is on the intermediate page so if... |
Forum: PHP Jun 7th, 2007 |
| Replies: 2 Views: 558 Re: Property Search Engine As far as I know, there is no need of :
mysql_query($query_dosearch, $dbconnect)
You can simply do
mysql_query($query_dosearch);
Also I do not see a function mysql_connect() or mysql_pconnect()... |