Recent IT Questions

1 - 20 of 23
<<PREVIOUS 1|2 NEXT>>

End of statement Expected error?

Hello All:    I am writing a program to calculate a tax rate based on a few simple income levels, but I am getting bogged down with the End of Statement error.  I have tried numerous endings except the obvious  am sure.  Can anyone offer some suggestions?  Here is what I have so far! Private...

asked by Nog2

  10 pts.

creating procedure for searching in oracle 8.0.6

how can i create a procedure to search records in oracle 8.0.6...i m using vb.net 2008 as frontend application

Answer Question   |  Jul 3 2009  7:56 AM GMT
Oracle 8.0.6, Visual Basic 2008, VB.NET
asked by Viralllll

  5 pts.

finding the output

what is the output to Private Sub btnDisplay_Click(...) Handles btnDisplay.Click Dim num As Double = 7 AddTwo(num) txtOutput.Text = CStr(num) End Sub Sub AddTwo(ByRef num As Double) num += 2 End Sub

View Answer   |  Jun 29 2009  3:35 AM GMT
Visual Basic 2008
asked by R4v3n79

  5 pts.

How to make a welcome screen in Visual Basic 2008 app

i would like to have a welcome screen before how go deep into my system. so how to make it auto switch after 5 second? i am using visual basic 2008 thx.

View Answer   |  Mar 27 2009  6:20 AM GMT
Visual Basic 2008, Welcome Screen, TIMER
asked by Hhongm

  45 pts.

How to save ListBox values to the database with Visual Basic 2008

i m doing a pharmacy system by using visual basic 2008. but i hv a problem when storing a data in table i nid to save a medical list that contain of medical name and medical quantity but how i save it into the table because 1 patient can hv many of the medical. should i use array? or how? i ady...

View Answer   |  Mar 19 2009  2:47 AM GMT
Visual Basic 2008, ListBox, Database programming
asked by Hhongm

  45 pts.

how to stored data in list box to the table

i m doing a pharmacy system by using visual basic 2008. but i hv a problem when storing a data in table i nid to save a medical list that contain of medical name and medical quantity but how i save it into the table because 1 patient can hv many of the medical. should i use array? or how? please...

View Answer   |  Mar 18 2009  3:31 PM GMT
Visual Basic 2008, Visual Basic
asked by Hhongm

  45 pts.

Disable Form Controls in VB 2008 until selected

Beginning prog. student here... I have a form with multiple controls, and i want everything to be disabled except the datetimepicker. Once a date is selected, it should make the whole form usable. I've searched the web, and can't find the right solutin. I found this sight, and hoping someone can...

View Answer   |  Mar 5 2009  8:35 AM GMT
VB 2008, Focus and Selection, Inactive Selection
asked by Jacobass

  5 pts.

Connecting to Oracle with Visual Basic 2005?

what are "oracle" version to connect "visual basic 2008","visual basic 2005" and "visual basic 6.0" ? whether it's possible to connect "oracle9i" and "visual basic 2005" ? please solve my Q..........

asked by Amarpdy88

  20 pts.

Problems saving data in tables in Visual Basic 2008

I cant Save any data in tables when i pressed the save button icon in vb 2008

View Answer   |  Jan 30 2009  9:12 AM GMT
Visual Basic 2008, Visual Basic, Database programming
asked by Anandprabhu

  5 pts.

How to convert from a project from Visual Basic 2006 to 2008?

hello, i want convert my visualbasic 2006 project to 2008 i tryed almost everything and still dont know how... anyone got a idea? Thank you Greetsz

asked by YoungIT

  10 pts.

Part of program on external monitor

How can I display my main program on the laptop monitor and results (for the public)on a external monitor in visual basic 2008?

View Answer   |  Jan 3 2009  11:45 AM GMT
external monitor, Visual Basic 2008, Dual monitors
asked by Sportsbuilder

  5 pts.

How do I find the file path to write my file to?

Here is my code and then my question. Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim objfile As New System.IO.StreamWriter("C:\Documents and Settings\JOHNDOE\My Documents\THETARGETFOLDER\MYFILE.TXT") objfile.WriteLine("just a...

View Answer   |  Dec 12 2008  11:51 PM GMT
Visual Basic, Visual Basic 2008, %HOMEPATH% variable
asked by TryingHard

  50 pts.

Clickingor hitting enter on item in list box doesn't perform action

I use Visual Basic 2008. I have a list box that is populated by inner and outer html from any given page i go to. i would like to click on the id in the list box that has the inner or outer html and perform that action. I have figured out how to call on the id in the list and perform this action by...

Answer Question   |  Dec 8 2008  6:31 PM GMT
Visual Basic 2008, Code, ListBox
asked by TryingHard

  50 pts.

mouse movement and x,y location functions

I know there has to be a simple way to move the mouse to any position on the screen in vb 2008. A search brought up nothing specific to what I am trying to do. Basically, I have two textboxes on a form to represent x and y. When I click a command button, I want the mouse to move to position x and...

asked by TryingHard

  50 pts.

VB.NET graphics

i want to make a application thats draws a line behind the mouse i knowh how to get the mouse posisiot but it wount update and continue to follow the mous. when i start the program it draws a line but newer do anymore. plz help me by saing how to update .

Answer Question   |  Nov 30 2008  2:37 AM GMT
Visual Basic, Visual Basic .NET, TIMER
asked by Sphinxen

  5 pts.

(2008 Visual Basic) I need help with an error in my code

1.Private Sub Button5_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button5.Click 2.For Each Link As HtmlElement In WebBrowser1.Document.Links 3.Dim strText As String = Link.InnerText 4.If strText.IndexOf("Heal") > 0 Then 5.Link.InvokeMember("Click") 6.Exit Sub ...

View Answer   |  Nov 29 2008  4:51 PM GMT
Visual Basic, Web development, Debugging
asked by TryingHard

  50 pts.

When calling on innertext values in Visual Basic 2008

To everyone, I have a problem. I am trying to automate a mouse click with in my browser. The first word in the inner text of the link stays constant but there is a number that follows the text that changes. Here is a sample of what i have. Private Sub Button5_Click(ByVal sender As System.Object,...

View Answer   |  Nov 29 2008  0:36 AM GMT
LINKS, Visual Basic 2008, Code
asked by TryingHard

  50 pts.

how do i select last id in list box and perform a click

I have a list box created that pulls over inner and outer html links from my web page. I have a code to click on the link id within that list and invoke a (click) then the proper function is invoked. my problem is the page changes in number of links ect form hr to hr. but the link i need to click...

View Answer   |  Nov 28 2008  5:21 AM GMT
Visual Basic, Visual Basic 2008, Visual Basic List Box
asked by TryingHard

  50 pts.

About UPDATE query

hi friends , i am using VB 2008 . database access 2003 in my project , i include an update query,its below con.Open() Dim cmd As New OleDbCommand("update device set manu='" + mtxt.Text + "',desc='" + dtxt.Text + "',model='" + mdtxt.Text + "',pdate='" + prodate.Text + "',price='" +...

View Answer   |  Nov 5 2008  4:09 PM GMT
Microsoft Access, RSS, Visual Basic 2008
asked by Ashar

  5 pts.

Invalid Format Error when Opening/Saving in Visual Studio 2008.

Hi I'm creating a professional Text Editor with usage of RichTextBox control, and I have inserted some common controls such as SaveFileDialog and Load File Dialolg, and I basically want to be able to load files of all types (i.e Word Documents) the only documents I can open are RTF. I...

View Answer   |  Oct 29 2008  2:14 AM GMT
Visual Basic, Visual Studio, VB
asked by Ppp

  5 pts.

1 - 20 of 23
<<PREVIOUS 1|2 NEXT>>