Search Results

Showing results 1 to 40 of 41
Search took 0.02 seconds.
Search: Posts Made By: hussulinux
Forum: Visual Basic 4 / 5 / 6 Oct 1st, 2007
Replies: 7
Views: 1,101
Posted By hussulinux
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: 4,485
Posted By hussulinux
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: 1,101
Posted By hussulinux
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: 4,367
Posted By hussulinux
THere are softwares:

1.Instant Demo Saves as .SWF files
2.SnagIT Saves as AVI files
Forum: Visual Basic 4 / 5 / 6 Jul 18th, 2007
Replies: 1
Views: 971
Posted By hussulinux
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...
Forum: Java Jun 23rd, 2007
Replies: 4
Views: 1,734
Posted By hussulinux
Yes but there is something called as virtual screen. So I was wondering if java could capture that?
Forum: Java Jun 23rd, 2007
Replies: 4
Views: 1,734
Posted By hussulinux
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...
Forum: Windows NT / 2000 / XP Jun 18th, 2007
Replies: 3
Views: 5,380
Posted By hussulinux
I had another PC with fresh windows and it worked there. So I reinstalled Windows and it works fine.
Forum: PHP Jun 12th, 2007
Replies: 12
Solved: email
Views: 2,101
Posted By hussulinux
use the mail function two times with different TO email field
Forum: Graphics and Multimedia Jun 12th, 2007
Replies: 8
Views: 2,613
Posted By hussulinux
Forum: HTML and CSS Jun 11th, 2007
Replies: 6
Views: 1,849
Posted By hussulinux
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: 1,641
Posted By hussulinux
Try something like this:

Dim frm As Form

'frm = some form reference....
frm = frmMain

frm.NoCopies = 2
Forum: Graphics and Multimedia Jun 10th, 2007
Replies: 9
Views: 3,247
Posted By hussulinux
This is a security feature by MS Internet Explorer after SP2.

Other browsers work fine without it. So there's hardly one can do about it.

If there is a way anyone knows of, I'd surely like to...
Forum: HTML and CSS Jun 10th, 2007
Replies: 6
Views: 1,849
Posted By hussulinux
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: 1,325
Posted By hussulinux
You didn't tell us where is the email account?

Which software is used for the email client?
Forum: PHP Jun 10th, 2007
Replies: 5
Views: 3,794
Posted By hussulinux
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: 786
Posted By hussulinux
Okay so have you written any code?

Show us whatever you've done so far.
Forum: Java Jun 10th, 2007
Replies: 4
Views: 905
Posted By hussulinux
You could also try XALAN from apache. Its an open source parser. Available in Java and C++
Forum: Visual Basic 4 / 5 / 6 Jun 10th, 2007
Replies: 4
Views: 1,641
Posted By hussulinux
Did you try passing


me.Name
Forum: PHP Jun 9th, 2007
Replies: 12
Solved: email
Views: 2,101
Posted By hussulinux
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: 2,613
Posted By hussulinux
This border comes from MS Internet Explorer only. This is security feature from MSIE.

It mostly comes when the .swf file is on ur localhard disk. WIth URL associated with it, it wont come. You...
Forum: Graphics and Multimedia Jun 8th, 2007
Replies: 3
Views: 5,847
Posted By hussulinux
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: 1,295
Posted By hussulinux
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...
Forum: Graphics and Multimedia Jun 8th, 2007
Replies: 1
Views: 1,557
Posted By hussulinux
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...
Forum: Graphics and Multimedia Jun 8th, 2007
Replies: 1
Views: 879
Posted By hussulinux
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...
Forum: Graphics and Multimedia Jun 8th, 2007
Replies: 3
Views: 6,084
Posted By hussulinux
Make a layer and insert the image there.

Lock the layer while you're working on other layes on top..

Also make sure this layer lies at the bottom of all layer.
Forum: Graphics and Multimedia Jun 8th, 2007
Replies: 1
Views: 1,483
Posted By hussulinux
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...
Forum: Graphics and Multimedia Jun 8th, 2007
Replies: 3
Views: 1,112
Posted By hussulinux
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 Jun 8th, 2007
Replies: 3
Views: 5,380
Posted By hussulinux
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: 969
Posted By hussulinux
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 printer?...
Forum: Visual Basic 4 / 5 / 6 Jun 8th, 2007
Replies: 8
Views: 5,033
Posted By hussulinux
Yes I was going to post this next!! Great job!
Forum: Visual Basic 4 / 5 / 6 Jun 8th, 2007
Replies: 8
Views: 5,033
Posted By hussulinux
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
Solved: email
Views: 2,101
Posted By hussulinux
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: 10
Views: 19,729
Posted By hussulinux
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: 8
Views: 5,033
Posted By hussulinux
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...
Forum: Java Jun 7th, 2007
Replies: 1
Views: 979
Posted By hussulinux
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...
Forum: Java Jun 7th, 2007
Replies: 2
Views: 1,577
Posted By hussulinux
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...
Forum: Java Jun 7th, 2007
Replies: 10
Views: 1,913
Posted By hussulinux
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
Solved: email
Views: 2,101
Posted By hussulinux
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...
Forum: PHP Jun 7th, 2007
Replies: 2
Views: 852
Posted By hussulinux
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...
Showing results 1 to 40 of 41

 


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

©2003 - 2009 DaniWeb® LLC