VS 2010 Issue remeber checkbox
I'm using mybb to login to my application in i wanna add a remember check box This is inside my button Code: If ReactorCheckBox1.Checked Then My.Settings.Username =...
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 ArticlePopulate ComboBox2 Basen On Text In ComboBox1,With Access DB
My Form: combo1 (ComboBox) combo2 (ComboBox) Database: ID | Name 1 | one 2 | two 3 | three 4 | four 5 | five 6 | six So,I want: If Combo1.Text = "ID" Then combo2 populate with 1 2 3 4 5 6 ElseIf...
View ArticlePlease Urgent help! How Do I code this in VB
Hi, I have developed a payroll package in VB 6.5 to be launched very soon in the market.The challenge i have is to develop an excutable file which generate the License Key and Tax Key.Tax key should be...
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 Articlecalling an array in vb6
i have an array called word() with words from 1 to 10. i also have an integer variable called number, and this variable will change every time a certain command button is clicked. what i want to know...
View ArticleSuggestions on handling help in dlls
I have a VB6 application (linked via automation to VBA in Visio). This has a help file (chm) that can be called up by a help button on all my forms. However, I now have some functionality that has been...
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 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 ArticleMsOf10 ListBox lags
Is there any way to make ListBox update/refresh after another item is selected? To illustrate my issue: 1) Create ListBox1 in UserForm, allow multiselect 2) Add 10 random values 3) Add this Sub in...
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 ArticleVBA Sript to add and remove rows
Hi guys, I need Script which will add or remove rows based on few conditions. I have 2 Sheets: Conditions, DDL Script Should check if in Condition Sheet cell value B15 is Yes or No. If "No" Script...
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 ArticleCSS Textboxes and labels
HI There I have a web form that i just can get to line up propery ive coded it in html And this is the form code HTML Code: <form class="tripcontrols"> <span class="trips"...
View ArticleWordpress PHP database
Hi Guys, I run my website with wordpress, pls i need to change hosting accounts and therefore need to transfer from my database. checked the documentation and it's so confusing, can anyone help me out...
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 ArticleMsOf10 Ho to get web page output --- not source code --- using VBA
How do I capture the text on an html page? I am already able to pull the source code but I would like to obtain the formatted code that presented on the page. Thank you. Adrian
View Article