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

Programming & Design - September 2006

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

i have windows 98 and i try to found a web site where i can found a free program for install divix on my computer. please help me to found those site. thank all of us who want help me.

2006-09-14 12:49:07 · 1 answers · asked by vesnamihaela 1

Question:
Given the string variables name1 , name2 , and name3 , write a fragment of code that assigns the largest value to the variable max (assume all three have already been declared and have been assigned values).


My Answer:
if (name1.compareTo(name2) > 0)
{
if (name1.compareTo(name3) > 0)
max = name1;
}
else if (name2.compareTo(name1) > 0)
{
if (name2.compareTo(name3) > 0)
max = name2;
}
else if (name3.compareTo(name1) > 0)
{
if (name3.compareTo(name2) > 0)
max = name3;
}

2006-09-14 12:17:40 · 2 answers · asked by Anonymous

2006-09-14 11:59:23 · 7 answers · asked by bigdogbone4u 1

Sub emailusr()
Dim EmailMessage As New System.Web.Mail.MailMessage
Dim emailSMTp As System.Web.Mail.SMTPMail
EmailMessage.From = "SENDER"
EmailMessage.To = "RECIPIEnT"
EmailMessage.Subject = "SUBJECTTITLE"
EmailMessage.BodyFormat = Mail.MailFormat.Text
EmailMessage.Body = "MESSAGE
emailSMTp.SmtpServer = "STMPTHINGY"
emailSMTp.Send(EmailMessage)
End Sub

I also use the Imports System.Web.Mail in Line 1

These are the errors:

Namespace or type specified in the Imports 'System.Web.Mail' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.

Type 'System.Web.Mail.MailMessage' is not defined.

Type 'System.Web.Mail.SMTPMail' is not defined.

Name 'Mail' is not declared

End of Statement Expected { For the Imports Statement}

2006-09-14 11:40:23 · 3 answers · asked by Anonymous

i don't know how to even pull up my list or my file

2006-09-14 11:27:32 · 4 answers · asked by adldjl 1

2006-09-14 11:05:36 · 3 answers · asked by anand c 1

What are the benefits of the location? Who wanted it there in the first place and why?

2006-09-14 10:52:19 · 8 answers · asked by Anonymous

asking the name and address of the gen.manager of yahoo

2006-09-14 10:19:30 · 3 answers · asked by Anonymous

i signed up with turnkeymoneysystems and just wanted to see if they were a resecptable and honarable company.

2006-09-14 10:18:32 · 2 answers · asked by bob brawner 1

if a computer can run on binary numbering system could it run on morse code? like instead of sending 1s and 0s it sends actually morse code?

i know computers use binary because it is either no electrical signal for 0 or a electrical signal for 1, but couldnt you do tha with morse code? have the electrical sinal either short or long and no signal for nothing?
or would that be just WAY to complicated for the computer to use and program?


and please do not post saying i dont know or anything like that... i will report you
and please do not post if you dont have a clue about what i am talking about

2006-09-14 10:14:25 · 5 answers · asked by Anonymous

If I have content that I want to push out and make available via an RSS feed, how do I create the feed? What is required? I'd probably be doing this in either vb.net or c#.

2006-09-14 09:53:27 · 3 answers · asked by BAM 7

im trying to download music have i forgotten something i did load the disc and done the syncrinizeation and everything please help

2006-09-14 09:39:49 · 4 answers · asked by pricky@btinternet.com 1

2006-09-14 09:35:45 · 11 answers · asked by Nasrin 1

I use
to spave out some lines on my website but the gaps are too big. Is there some way to adjust the size of the space made by it, maybe by stlying? any help thanx

2006-09-14 09:22:52 · 5 answers · asked by peter s 1

Will it go away? Why is Yahoo getting more and more irritating all the time. First it changes it's website now you have to authorize OUTGOING messages!!!!!!!!!!

2006-09-14 09:00:51 · 4 answers · asked by PonyGirl 1

2006-09-14 08:54:19 · 11 answers · asked by Reginald Ddoubtful 1

I have JASC Paintshop Pro, version 8, and when I select the paint brush tool, there is no drop down menu with "normal, lighten, darken, overlay, color, hue, etc..." The whole bar of those options have disapeared. Does anyone know how to get it back?

2006-09-14 08:40:30 · 4 answers · asked by Lola 3

2006-09-14 08:32:00 · 2 answers · asked by rsrirams 1

I can't do it, anyone with any tips?

2006-09-14 08:28:43 · 13 answers · asked by RA5 1

i need something to do for my tech. discovery project so i need to know something new going on in technology

2006-09-14 08:26:35 · 7 answers · asked by maggie 1

I am somewhat new to photoshop. I create flyers and other things for print for my church... When I create a file, I create it at a resolution of 300 pixels/inch (because it's for print), and I will put the dimensions at something like 5 x 7 inches, and it turns out to be HUGE, and the printer won't take it. So when I try to resize it, all of my fonts go very small, one went from a size 12 font to a size 3.5. It looks like a normal size on the screen, but when I send it out will it be too small (the dimensions say something like 1 x 2 inches)... I guess I just want to know how to get it at 300 resolution, and not have to make the file and fonts so small?

2006-09-14 08:24:50 · 4 answers · asked by DanielleJane 3

I am writeing a program in c++.and I need to make an array
of pointers but I dont know whether it is possible or not.if you think
your answer is right and you can help me please put your email
in your answer becouse I might need to get more help.
thanks

2006-09-14 08:24:01 · 4 answers · asked by Anonymous

resumes form entire california ..

2006-09-14 08:13:32 · 2 answers · asked by Anonymous

I need to know what colors the folowing codes will make:
Please give an internet site or some reference I can refer to.

#B47FA9, #AABB66, #DD33EE, #22AD7F, #335FE4, #66CC99, #C85D69, #2ECF53, #9966FF, #FF0066, #25D6A8, #FF99CC

Thank you!

2006-09-14 08:07:37 · 5 answers · asked by Anonymous

fedest.com, questions and answers