English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Programming & Design - July 2006

[Selected]: All categories Computers & Internet Programming & Design

Doesn't matter if its a free site or not.

2006-07-04 19:35:40 · 7 answers · asked by assassin9009 1

i want to start writting my project and i've a problem in choosing topics

2006-07-04 19:24:06 · 5 answers · asked by shollyduugs 1

2006-07-04 18:42:11 · 2 answers · asked by myra c 1

Hye,
We are the manufacturer of Split flap type and LED Based Moving message information display systems. If u wants to decorates ur office or shop with some messages please contact us on following nos.
9810420357

2006-07-04 18:36:19 · 2 answers · asked by mohinish 2

2006-07-04 18:26:36 · 7 answers · asked by kiran k 1

could you please tell me
what is the difference between setting PATH and CLASSPATH variables?

2006-07-04 18:22:43 · 6 answers · asked by Aslam 1

0

I downloaded a movie but when I open it in Windows Media Player it has no audio. I turned everything on but it still won't come out any sound. It's just that video clip but the rest of the things can be heard like other songs etc. I need help.

2006-07-04 17:13:21 · 1 answers · asked by elipra91 3

void codfile(int *a,int n,int codlength)
{
const int memory=n*codlength/8;
int finalCod [memory]={0};
int k=0,fptr=0,cptr=0;
for(int i=0;i {
int temp=a[i];
while(cptr {
if(fptr==8){ fptr=0;
k++;
}
finalCod [k]=finalCod[k] | temp/2;
finalCod[k]>>1;
temp/=2;
cptr++;
fptr++;
}
error in line 4: constant expression required

2006-07-04 16:21:48 · 6 answers · asked by simona 1

What are the types of class data and how do you decide which is appropriate? Explain the difference between declaring a variable using the keyword Public, Friend, or Private?

2006-07-04 15:42:13 · 2 answers · asked by Anonymous

e.g what is shell? and how can i write a new shell environment in unix or any other operating system?

2006-07-04 15:38:30 · 2 answers · asked by bobo log 1

Am running XP Pro w/ Office 2000 Pro, McAffee virus and I've tried loading and deleting Adobe reader three times with same results.

2006-07-04 14:37:42 · 9 answers · asked by book cat 1

i got a myspace page just cause my gf has one. i hav no idea wut to do. i dont get it

2006-07-04 14:36:30 · 4 answers · asked by CD 3

on MySpaCe

2006-07-04 14:12:39 · 7 answers · asked by ♥•-MIsSIpoD♥ 1

I'm trying to design a cd cover for my group!

2006-07-04 13:23:55 · 9 answers · asked by Anonymous

When I type in "Amsoil Columbus" my site shows at #2, however the URL is bestsynlubes.com (which was my old URL and has since been changed) my new URL is HighTechSyntheticOil.com and I would like it to appear when anyone searches this term. I do have a re-direct going to my new site, but I am trying to eliminate all references to my old URL. What do I need to do??

2006-07-04 12:11:06 · 2 answers · asked by Steve T 1

I need to create a form, but after they fill it out, i want them to hit the submit button and the info will send to my email, could someone help me create that part for me?

2006-07-04 11:47:11 · 3 answers · asked by Anonymous

i am having problems with a slow computer and 18 viruses in4 days please help

2006-07-04 11:36:59 · 14 answers · asked by faz 1

what file extensions will play on a normal non-computer dvd player used in the U.S. ? ive got a standard dvd player hooked up to the tv, and ive got a bunch of avi files id like to put on a dvd . . . i believe .vob are the standard dvd files, right? can anything else play on a standard us dvd player ? thanks in advance

2006-07-04 11:00:45 · 2 answers · asked by bow4bass 4

i tried evertthing i really need to get them sites off of my mom computer

2006-07-04 10:42:17 · 16 answers · asked by Lewis S 1

I tried search,change administrator, systems restore,nothing seems to work. I have windows xp office. all documents in word are gone.

2006-07-04 10:42:10 · 7 answers · asked by Anonymous

i do not know any thing about how to make one but would like to i have kinda made a my space and would not like to try my own dose anyone know of a place thay is user friendly

2006-07-04 10:28:13 · 3 answers · asked by hotpinkstef 2

I would like to keep my full first line and indent the second by five or six spaces. Is there any other way of writing this in HTML instead of repeating & n b s p ; . I am on a yahoo group and used all my allowance with the above and now stuck. Any sound help would be welcome.

2006-07-04 09:42:12 · 2 answers · asked by JIZZO 2

For example, on my website, if someone is writing an email address or a website address, i want to convert them into a link.
For example if someone writes http://www.website.com, when viewing i should be able to click on this link so basically it should be convert to http://www.website.com

Thankyou.

2006-07-04 09:18:21 · 3 answers · asked by Manish 5

'This are my codes. I am trying to Insert data into my database(MS ACCESS).

Private Sub btnSubmit_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnSubmit.Click

con.Open()
Dim cmd As New OleDbCommand(strcon)

Dim strSQl As String = _
"INSERT into Tutor Values('" + _
tbemail.Text + "','" + _
tbpassword.Text + "','" + _
tbname.Text + "','" + _
rbgender.SelectedValue + "','" + _
tbcontactno.Text + "','" + _
tbaddress.Text + "','" + _
tbcountry.Text + "','" + _
tbDOB.Text + "','" + _
tbnric.Text + "','" + _
tbpostalcode.Text + "')"

cmd.CommandText = strSQl
cmd.ExecuteNonQuery()
Response.Redirect("confirmation.aspx")

End Sub
End Class

2006-07-04 09:03:15 · 2 answers · asked by cherylgis 1

so user can't realize that the program is runnig ?
When i say a program without any form in fact i mean that program is not contain any visual sign ,namly, form , command prompt or etc. so user can't find out that the programm is running .
Meanwhile i wanna know how can i make this program to be executed whenever windows starts ofcours i mean a way except putting program in start up folder ,i am looking for a hidden way which using that user can not simply understand that the program start whenever windows starts .
Finally i will be thankful if you introduce me some useful forums
related to vb.net where i can ask my questions about programming in vb.net and get answers.

2006-07-04 08:41:46 · 3 answers · asked by Mansour Karami 1

fedest.com, questions and answers