Questions: 619

Answers by our Experts: 487

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Search & Filtering

desgn a for to accept the name of the student and marks in 5 subjects. calculate the average marks obtained . grade the student as follow
marks<=40 D grade
marks>=40 And =<60 C grade
marks>=60 And=<75 B grade
marks>=75 A grade
i want coding for this
Hi there, I am writing a vb code to copy the table from excel and paste it on Powerpoint as Bitmap.

Below is the code that I've written.
To copy from excel -- > Selection.CopyPicture xlScreen, xlBitmap
To paste in ppt -------> objPPT.ActiveWindow.View.Paste

This does paste the table as Bitmap, but the picture resolution is not as good as the one we see when we paste manually as Bitmap.

Can you please help me with the code to get a clear picture in the Powerpoint. Thank you for your support.

Regards,
Somz
how much they spend on the average pair of socks, how many times they wear a pair of socks before throwing them away and how many different socks they wear in a day.
Write out the amount of money you spend on socks each year. having troubles figuring out the equation for this, can't even put it into pseudo or flowchart
an old arabic has it that a fabolously wealthy but unthinking king agreed to givea beggarone cent and double the amount for 64 days. using this information,write, run and test a c++ program that display how much the king must pay the beggar on each day. the output of your program should appear as follows
day amount owed
--- -----------
1 0.01
2 0.02
3 0.04
. .
. .
. .
64 .

b. modify the program you wrote for exercise 10a to determine on which day the king will have paid to the beggar a total of one million dollars.
I have a combo box (items: ID,Description,Unit Price,Unit Quantity)
Now I have a Search textbox too...
Problem: What visual basic code will I use so that my program could select Description from the combo box then when I type in the search( textbox) "yellow" ... I want all the description column having yellow description to appear from my table in the grid view
i am new to vb6 i have question when i run my application the device should connect automatically and download data from data base how can i do this please give some instruction how can i do
thanks
hello! can any please help me?i have here my problem

Operator '&' is not defined for type 'Byte()' and string "|".

in Img = (dr(1)) & "|"

here's y codes


Dim Img As Image

Dim comm As New OdbcCommand
Dim dr As OdbcDataReader
conn.Open()
comm.Connection = conn

comm.CommandText = "select a.imgcatdesc, b.image from gallerycat_tbl a, gallery_tbl b where a.imgcatid = b.imgcatid"
dr = comm.ExecuteReader
countRec = 0
While dr.Read
descrec = (dr(0)) & "|"
Img = (dr(1)) & "|"
allRec.Add(descrec & Img)
countRec += 1
End While

comm.Dispose()
dr = Nothing
conn.Close()


please!
I have to create a program that is a Q&A program for physics sudents. I need to be able to make a question appear and show the related answerwhen they press a button. They have to be able to choose between 7 topics and there is 20 questions for each and I have a combp box set up for that and excel sheets for each document with a question column and a answer column. I have no idea how to code the program so that it loads the related document and then generate the 20 questions and answers that match up. Can you please help me with this?
Hello.. I'm working on a reversing program in vb.net
The first thing that we have to do is to reverse the input without using the reverse method and this is how i did it.

Dim input As String = txtInput.Text
Dim output As String = ""
Dim CharStr As New Char

For Each CharStr In input
output = CharStr & output
Next
txtOutput.Text = output

now i need to make the reversed input in alternate casing.
ex: the input is computer and the output will be ReTuPmOc
i can only make the proper case, pls help :(
How to insert a new data on the database based on the user's input and how to delete data on the database in the MS Access 2003 and how to save too and to sort them based on the user's want to find and how to go back, go to previous, go to top and go to last..
Thanks
LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS