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

Programming & Design - March 2007

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

2007-03-08 07:35:59 · 5 answers · asked by hollaback holly 2

how do u change color font etc. when u are typing to add a caption to a picture....?
thanks!

2007-03-08 07:20:48 · 9 answers · asked by Anonymous

Is there any tool to count the number of words in a text without doing it manually?
Thanks.

2007-03-08 07:18:42 · 3 answers · asked by Anonymous

i dont want nothing outrages.just maybe 5 pages,i guess.anyhow how much is a good economy one going for these days? i am starting a website and dont want to build one myself.

2007-03-08 07:10:26 · 6 answers · asked by Anonymous

Trying to figure out which way to go.
Which one makes more money?

Anything you can tell me would be greatly appreciated. Thanks, everyone.

2007-03-08 07:00:37 · 3 answers · asked by Anonymous

2007-03-08 06:47:51 · 3 answers · asked by mwdubb07 1

I have a batch file which is used to do a few maintenance jobs on my computer, which is usually run unattended at night, and I need to know if there is a way to close the computer down when the job is completed

2007-03-08 06:13:58 · 6 answers · asked by Anonymous

i think i may have deleting some important information off of my computer and the only thing it allows me to do is view programs it does not allow me to use them , it says when i click on the program "this file does not have a program associated with it for performing this action . Create an association in the folder options control panel

2007-03-08 06:13:13 · 4 answers · asked by Holly P 2

I need to find out a way to kill a process from the command prompt in Windows XP

2007-03-08 06:11:50 · 5 answers · asked by Anonymous

how do you get word or excell on your computer?

2007-03-08 06:10:11 · 15 answers · asked by Anonymous

I need to get on myspace within the next few hours for a school project due to the fact I have info on there. My school has it blocked and me being dumb saved it on myspace haha how dumb. I need a good way to get on. Things that have the word proxy in their URL don't work since the computer picks it up imediately.

2007-03-08 05:56:25 · 4 answers · asked by Dark_Dragon_Chick 1

2007-03-08 05:17:08 · 2 answers · asked by robert h 1

I want to put a song on my myspace profile page that is on a CD and is not anywhere else on the worldwide web. I have tried the various answers on this site, but none of them give exact directions. I don't want a webhosting site. I want a way to add music off of my computer onto my profile. Please help me.

2007-03-08 05:16:31 · 2 answers · asked by tyirreplaceable 1

I found out that my company requires that I do programming in PHP, and I am not able to understand it till date. Moreover, since it is scripting language and not a conventional language, there are no debugging facilities available. No institute is teaching PHP till date.

Also, is PHP compatible with VB-Script (since I know VB). I am not very adept in Java, so it would be difficult to pick up JavaScript for now.

2007-03-08 05:10:04 · 9 answers · asked by Vijay_Srini 3

I created a word document and for some reason when I open it, it opens as a read-only document. I cannot make or save any changes to the original document I created. I don't remember applying a password to it...any idea on how to revert it back to an editable document?

2007-03-08 04:56:19 · 9 answers · asked by Neosamurai 1

I recently missed 2 class periods in my computer programming course and now I am far behind and I need someones help, don't worry the following programs are examples and are not for a grade in any way or form - need to know how to do these so I can get my hw done.

1) Write a switch statement that, for two given integers A and B, and a give character operation, computes and displays A + B, A - B, A * B, or A / B according to whether operations is +, -, *, /, and display displays and illegal-operator message if it is not one of these.

2) I will post example 2 on a more later date

Anyway there you have it and I would appreciate any remarks, hints, and advice you have on this matter. Just so its clear this program is just an example and doesn't count for a grade, just needs to be made known to me so I know how to do my hw programs and tests.

Please / Thank you.

2007-03-08 04:52:36 · 5 answers · asked by gatz1000 4

I want people to not be able to look through my image directory but still see the images on my website. Try chmod but it won't show the images on the website.

2007-03-08 04:45:38 · 2 answers · asked by Anonymous

And I don't mean just by embedding javascript I mean is there a way to do any type of mouse event listening just with php?

2007-03-08 04:18:18 · 5 answers · asked by retrogamer4ever 3

2007-03-08 04:14:25 · 2 answers · asked by Donna S 2

My word document has grid lines on it, how do I get rid of this? Will the company see the grid lines when they open it?

It was originally made on a Mac, but now I have a PC and I can't get rid of the grid on the first page. Should I save it as a different file type, or just send the word doc?

Thanks!

2007-03-08 04:05:31 · 5 answers · asked by Violet777 3

how do i convert a psd file into a jpg file?

2007-03-08 04:05:29 · 6 answers · asked by MELANiE 1

I want to know whether it is possible to use .net compact framework on Symbian OS for Mobile phones;
or is there any way to run programs written by Visual Studio .Net on Symbian OS.

2007-03-08 03:59:49 · 1 answers · asked by m_homayoun 1

2007-03-08 03:57:03 · 4 answers · asked by Anonymous

How do I create a custom weblayout? I want to make one of my own and I want to learn how to do this.

2007-03-08 03:56:04 · 3 answers · asked by Anonymous

2007-03-08 03:36:16 · 1 answers · asked by Anthony S 2

Hello,

I am considering learning php to develop/modify php scripts to my own taste.

My question is how many days would it take to learn medium level php if I can give around 3 hours per day.

To let you know about my programming background, I am an expert in HTML and general web server management. I can grasp things very quickly and I have also modified a couple of php scripts to a little extent by following various examples and using general logic.

2007-03-08 03:29:20 · 0 answers · asked by Reference-Man 2

Not working, have all the buttons and labels fine, but the math part is screwing it up....help?


Public Class btnFactorial
Inherits System.Windows.Forms.Form

#Region " Windows Form Designer generated code "


Friend WithEvents btnFactorial As Button 'generates output

' Visual Studio .NET generated code

Private Sub btnFactorial_Click(ByVal eventSender As System.Object, ByVal eventArgs As System.EventArgs) Handles btnFactorial.Click, MyBase.Click
Dim x As Double
Dim Fact As Double

lblOutput.Text = "To determine the Factorial of a number. " _
& "Please enter a number less than 10." _
& "Then, click on the Factorial Button to view the results."

x = Val(txtInput.Text)

Fact = Factorial(x)
lblOutput.Text = ("")
lblOutput.Text = (" " & x & "! is " & Fact)


End Sub ' btnFactorial_Click

' generates factorial of number
Private Function Factorial(ByVal x As Double) As Double


If x <= 1 Then ' base case
Factorial = 1
Else
Factorial = x * Factorial(x - 1)
End If

End Function ' Factorial


#End Region
Friend WithEvents lblOutput As System.Windows.Forms.Button ' prompts for integer
Friend WithEvents txtInput As System.Windows.Forms.TextBox ' reads an integer
Friend WithEvents txtDisplay As System.Windows.Forms.TextBox ' displays output
Friend WithEvents lblFactorial As System.Windows.Forms.Label ' indicates output
Friend WithEvents lblEnter As System.Windows.Forms.Label '

Private Sub InitializeComponent()
Me.lblOutput = New System.Windows.Forms.Button
Me.txtInput = New System.Windows.Forms.TextBox
Me.lblFactorial = New System.Windows.Forms.Label
Me.lblEnter = New System.Windows.Forms.Label
Me.txtDisplay = New System.Windows.Forms.TextBox
Me.SuspendLayout()
'
'lblOutput
'
Me.lblOutput.BackColor = System.Drawing.SystemColors.Desktop
Me.lblOutput.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblOutput.ForeColor = System.Drawing.SystemColors.ControlLightLight
Me.lblOutput.Location = New System.Drawing.Point(78, 64)
Me.lblOutput.Name = "lblOutput"
Me.lblOutput.Size = New System.Drawing.Size(136, 40)
Me.lblOutput.TabIndex = 0
Me.lblOutput.Text = "Calculate"
'
'txtInput
'
Me.txtInput.Location = New System.Drawing.Point(184, 16)
Me.txtInput.Name = "txtInput"
Me.txtInput.Size = New System.Drawing.Size(80, 20)
Me.txtInput.TabIndex = 1
Me.txtInput.Text = "0"
'
'lblFactorial
'
Me.lblFactorial.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblFactorial.ForeColor = System.Drawing.SystemColors.ControlLightLight
Me.lblFactorial.Location = New System.Drawing.Point(82, 136)
Me.lblFactorial.Name = "lblFactorial"
Me.lblFactorial.Size = New System.Drawing.Size(128, 23)
Me.lblFactorial.TabIndex = 4
Me.lblFactorial.Text = "Factorial"
Me.lblFactorial.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'lblEnter
'
Me.lblEnter.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblEnter.ForeColor = System.Drawing.SystemColors.ControlLightLight
Me.lblEnter.Location = New System.Drawing.Point(8, 8)
Me.lblEnter.Name = "lblEnter"
Me.lblEnter.Size = New System.Drawing.Size(168, 32)
Me.lblEnter.TabIndex = 5
Me.lblEnter.Text = "Enter An Integer:"
Me.lblEnter.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'txtDisplay
'
Me.txtDisplay.Location = New System.Drawing.Point(48, 176)
Me.txtDisplay.Name = "txtDisplay"
Me.txtDisplay.Size = New System.Drawing.Size(200, 20)
Me.txtDisplay.TabIndex = 6
Me.txtDisplay.Text = "0"
'
'btnFactorial
'
Me.AutoScaleBaseSize = New System.Drawing.Size(5, 13)
Me.BackColor = System.Drawing.SystemColors.Desktop
Me.ClientSize = New System.Drawing.Size(292, 334)
Me.Controls.Add(Me.txtDisplay)
Me.Controls.Add(Me.lblEnter)
Me.Controls.Add(Me.lblFactorial)
Me.Controls.Add(Me.txtInput)
Me.Controls.Add(Me.lblOutput)
Me.Name = "btnFactorial"
Me.ResumeLayout(False)

End Sub
End Class ' btnFactorial

2007-03-08 03:23:03 · 3 answers · asked by bloodyhell1981 1

I am managing a scholarship database. In it, there are student IDs. A scholarship is assigned to a student by semester, so if a student is here in the fall and spring semesters, they are entered twice in two different fields. I need access to count each student only ONE time. I am trying to use the count distinct function, but it is not working for me. My statement looks something like this:

SELECT Count (DISTINCT t_scholarship_offered.student_id)

I keep getting this error message: Syntax error (missing operator) in query expression 'Count (Distinct......)' What am I doing wrong? Thanks in advance!

2007-03-08 03:17:49 · 3 answers · asked by miss_fatbooty 2

is there a way to make a web page display a certain font face, without every user having that font installed onto their hard drive?

2007-03-08 03:10:58 · 4 answers · asked by CoolZ 2

Hi
I have been given the following challenge and am at a loss with it.
We have a excel workbook with lots of worksheets they need to be together in one wb for other reporting but we now need to send out each worksheet to a different email address - I figure that if I put the email address for each recepient on "their" worksheet in the same cell on each worksheet this should be possible.

I am not used to using excel VBA but reckon that may be the only option.
Any help would be very much appreciated

2007-03-08 03:03:53 · 3 answers · asked by Sunny 1

fedest.com, questions and answers