Showing results 1 to 40 of 41
Search took 0.01 seconds.
Posts Made By: hussulinux
Forum: Visual Basic 4 / 5 / 6 Oct 1st, 2007
Replies: 7
Views: 757
Posted By hussulinux
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
Posted By hussulinux
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
Posted By hussulinux
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
Posted By hussulinux
Re: "Flash screenshot"

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: 572
Posted By hussulinux
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
Posted By hussulinux
Re: Screenshot of JFrame which is Invisible

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,004
Posted By hussulinux
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
Posted By hussulinux
Re: Internet stops after some time

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
Views: 1,481
Posted By hussulinux
Re: email

use the mail function two times with different TO email field
Forum: Graphics and Multimedia Jun 12th, 2007
Replies: 8
Views: 1,838
Posted By hussulinux
Forum: HTML and CSS Jun 11th, 2007
Replies: 6
Views: 1,312
Posted By hussulinux
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
Posted By hussulinux
Re: Passing formname as variable

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: 2,167
Posted By hussulinux
Re: How can i include flash in a web site "without (click to active)"?

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 know...
Forum: HTML and CSS Jun 10th, 2007
Replies: 6
Views: 1,312
Posted By hussulinux
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
Posted By hussulinux
Re: Creating form in website for webmail

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: 1,949
Posted By hussulinux
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
Posted By hussulinux
Re: my small prject

Okay so have you written any code?

Show us whatever you've done so far.
Forum: Java Jun 10th, 2007
Replies: 4
Views: 594
Posted By hussulinux
Re: preferred XML method

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: 891
Posted By hussulinux
Re: Passing formname as variable

Did you try passing


me.Name
Forum: PHP Jun 9th, 2007
Replies: 12
Views: 1,481
Posted By hussulinux
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
Posted By hussulinux
Re: How can i include flash in a web site "without (click to active)"?

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: 3,769
Posted By hussulinux
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
Posted By hussulinux
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
Posted By hussulinux
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
Posted By hussulinux
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
Posted By hussulinux
Re: how to insert an image as the flash background

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,077
Posted By hussulinux
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
Posted By hussulinux
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
Posted By hussulinux
Help 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
Posted By hussulinux
Help 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
Posted By hussulinux
Re: vb6 moving frameless form on screen

Yes I was going to post this next!! Great job!
Forum: Visual Basic 4 / 5 / 6 Jun 8th, 2007
Replies: 7
Views: 2,384
Posted By hussulinux
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
Posted By hussulinux
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
Posted By hussulinux
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
Posted By hussulinux
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
Posted By hussulinux
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
Posted By hussulinux
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
Posted By hussulinux
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
Posted By hussulinux
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
Posted By hussulinux
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()...
Showing results 1 to 40 of 41

 
Forums | Blogs | Tutorials | Code Snippets | Whitepapers | RSS Feeds | Advertising
All times are GMT -4. The time now is 8:53 pm.
Newsletter Archive - Sitemap - Privacy Statement - Contact Us
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC