Questions: 358

Answers by our Experts: 358

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

Hello,

I just started learning how to program with VB .net, and have a basic idea of database management.

I have this new idea about a dummy program I want to create but don't know which programming languages or databases to use.

The program is to be run on win xp and 7 pcs and the main function is to display an info message whenever the user types in a certain account number or name. Generally, there are going to be preconfigured messages for each account number on the blacklist. I intend to make this program run at startup and to be able to update the list of account numbers and their respective display messages every 30 min(or less). I wish to make the display message just a system display message not in an explorer window.

Please advice me on the programming language(s) suitable for creating this.

In addition the program would have a keylogging sort of function but does not neccessarily have to store keylogs since the only important thing is to pop up the message when the user types acc#
Im trying to complete all of chapter 7 in VISUAL BASIC 2010 COMPLETE, but I have no idea how to begin. I need a site with all the answers to my questions for each section of this chapter.
what is the syntax for writting an assignment statement that assign the value eg.txtFirst control to the strFirst member and assign the value in the txtLast control to the strLast member.
using do loop until sum up to limit program and factorial numbers
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
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!
LATEST TUTORIALS
APPROVED BY CLIENTS