Without useing a If statement who do you write the code to toggle from one checkbox to another. Software/Hardware used: Visual Basic 20008
Visual Basic 2008, Visual Basic developers, Toggle buttons
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...
how can i create a procedure to search records in oracle 8.0.6...i m using vb.net 2008 as frontend application
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
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.
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...
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...
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...
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..........
I cant Save any data in tables when i pressed the save button icon in vb 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
Visual Basic project migration, Visual Basic 2006, Visual Basic 2008
How can I display my main program on the laptop monitor and results (for the public)on a external monitor in visual basic 2008?
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...
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...
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...
Visual Basic, Visual Basic 2008, Visual Basic Location Functions
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 .
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 ...
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,...
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...
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='" +...


