VS 2010 Integrating OpenOffice into Visual Basic?
Has anyone ever linked to an OpenOffice document from within VB.Net? I've searched thoughout this forum, http://www.openoffice.org/ and also Google, but so far nothing.
View ArticleVb 2010:
I want each box to contain different values when a user select a different cell in a listview and clicks on the button. for instance: If I check Checkbox1, a listview is opened. Then I select cell...
View Articlemaking vb .net 2010, change system settings?
i have been trying to change some basic system settings like time out for sleep and screen turnoff in vb .net 2010. i have no idea if it is possible or anything i would just like to know if it is...
View ArticleSchedule / Calendar / Timetable in Visual Basic 2010
Hi team, I new in this kind of applications, and i need some help to start the following programm: The project has to be an implementation of an organizer of tasks (Agender), whose content is centered...
View ArticleVS 2010 Data Connection - Best Practice
Hello All, I was having a debate with a colleague today re: best practice when it comes to handling connections to online databases. Imagine a situation like this: We connect to the database using one...
View ArticleOnly a single error.
i cant display the items needed in the datagridview. Code: Public Class Form1 Private Sub InterestPayment() Dim intAmount As Double = 0 Dim principal As Double =...
View ArticleVS 2010 Video Capture Windows 8
Hi, Does anyone have any up to date example code to capture video in vb.net? I want to have two picture boxes one showing video from the camera and the other to save the currect picture. I have been...
View ArticleVS 2010 Scrolling label text
Hi, I've created a form that display whilst processing data. I would like to provide an output so that the user can see things are progressing so currently have a label which I pass in text during the...
View ArticleStruggling Student
Hello, I am a student , new to the programming world and am having a hard time with adding methods. How do I get my program to send the information entered into 2 text boxes to display in an error...
View ArticleVS 2010 Customizing a "Paste" button.
So right now I have a code setup that will paste an ip address into 4 different text box's. However, if there is a port at the end, I need it removed. This is the code I have at the moment, but it...
View ArticleVS 2008 Update database from datagridview in VB.NET
Update database from datagridview in VB.NET. i have a datagridview in my form. Data read from database to datagridview is working properly. But i cant update the cahanges. I use this code for update...
View ArticleVS 2010 [RESOLVED] Compare date in textbox with date in database problem
Hello, I am trying to compare the date in my textbox with the date in my database. I am using the following code but I still get the error when the textbox containes a date and the databasefield...
View ArticleVS 2008 Collect last 10 pressed keys ? (not only from the app)
Hi ! I want to ask, how can i collect 10 last pressed keys, and not those pressed in my form, but also those pressed in others like games, programs etc.I want to make some sort of game cheat, where...
View ArticleVS 2010 Please help me for IE popup dialog on WebBrowser Control
I have i problem with WebBrowser control, When I navigate Web then Fill all the form after submit the message will popup From Microsoft Internet Explorer then said "The data will save do you want to...
View ArticleVS 2010 How can i do this?
im making a loan system and my only problem is in the datagridview how can i update the datagridview. here it is : what code should i insert in this button : Code: Private Sub btnSchedule_Click(ByVal...
View ArticleVS 2010 How to pull users information once logged in (MYSQL)
Hi, I have created a login system that connects to a MYSQL Database (on login.vb) and then shows the "members area" (home.vb) I want to make it so that when home.vb is loaded that it says in a label...
View ArticleHtmlElementCollection Sort Links
Code: Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click Dim PageElements As HtmlElementCollection =...
View ArticleVs2012
Im making a program in Visual Basic that is a Windows Application Form. It has 6 checkboxes and two buttons. I would like each checkbox to have a "value" than when the box is checked, the program takes...
View ArticleVS 2010 How to determine if a web page has been refreshed.
I'd like to pull data from a web site after it has been refreshed with new data. My first stab at it is to periodically compare text strings. However, there has to be a more elegant way to do it. For...
View Article