VS 2008 System alarm using ListView
Good Day! Im currently developing an In and Out system. the only problem left in my list is a notification function for items that were brought out. Say I dispatched a group of items at 01/01/12...
View ArticleVS 2010 Default Save Location
Hi all, I got a VBA experience but very little vb.net and I am hoping for some help please. On a 'OnSaveDocument' event I am trying to default the save path to a specific location depending on the file...
View Articleint identity the current AUTO_INCREMENT
I am working in .net 4.0 and Visual Basic 2010 Express. I have tried this for the old AUTO_INCREMENT: Code: ALTER TABLE table1 ALTER COLUMN col1 int identity(1,1) NOT NULL; Code: CREATE TABLE table2...
View ArticleVS 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 DropDownList1
i am thinking of populating a dropdownlist with files from a local folder. and having a button that on button click will retrieve the selected file. Thi is my .vb what I have so far. Protected Sub...
View ArticleWPF failing to Load
Hi, I ve just installed SQL Server 2008 Express, then its m$anagement Studio and finally Visual Studio 2008 Express all in this order. Things looked fine until when I loaded Visual Basic. WPF failed to...
View Articlea simple problem please help
What I want to do is return the values of rows and columns from a function. Here is a dumb example of what I want to do. I know there are other mabe better ways to make my example work. My actual...
View ArticleVS 2010 scan ALL the installed software in network organization
badly needed the code for scanning the installed software of all client pc and then send it to the server, who can help us?? i think this is gonna be bloody":
View ArticleVS 2010 Handling the RadioButton CheckedChanged event
I am having a problem handling the CheckedChanged event of a RadioButton group. I am using a common handler for both buttons, but it always fires twice ... once for checking the first button & once...
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