VS 2010 How to change Combobox background?
Please help me how to change combobox background? (the white background in default) I want to make it like this one or at least change its white default to more darker color. Thank you so much!
View ArticleHTML VB button clicker fails loop to fast
Imports System.Threading Public Class Form1 Public Sub Wait(ByVal ms As Integer) Using wh As New ManualResetEvent(False) wh.WaitOne(ms) End Using End Sub Private Declare Sub keybd_event Lib "user32"...
View ArticleVS 2010 Merging / union two data tables with same columns
Hi there... I'm still learning about data tables so I hope somebody can assist....and assume I know nothing :) I have a dataset with a datatable defined. I'll just say Dataset1 and datatable1 with all...
View ArticleHow to rename - replace a User Control
I have a user control that I use in many forms. Now I have created a dll that contains many user controls. I don't want to maintain (2) programs. The new library contains the original single user...
View ArticleVS 2010 How to get Text of Last Items added To ListBox?
I have created a project that showes our forum users online inside a listbox. The list box refreshes every Second, so if a new user is online, then the user is showen in the Listbox. But how can I get...
View ArticleVS 2012 Application icon
I am not sure if this is the correct forum to ask this in but here I go: I have developed a Visual Basic Application, and have found an icon on the internet that is free. If I use this icon, and edit...
View ArticleNeed Help, Word Document Text Replacer
Document Text Replacer :blush: Really Newbie :blush: I want to make an Application which can Find & Replace text in an Office Word file (doc) I have document file (read-only) which contain some...
View ArticleVS 2010 [RESOLVED] Implementing a Refresh method on my own custom...
Hi, I have a class called ExtendedUserPrincipal which inherits from UserPrincipal and exposes a few extra properties not exposed in the default UserPrincipal class. In my main form I define an object...
View ArticleAdding an Text Box entry to a Combo Box
I know, it seems pretty simply, but its really annoying me! hahaha I am attempting to make a program that will hold stock items in a list view. When adding a new item, an option for adding a category...
View ArticleVS 2012 TTS Pronounciation
When using TTS, I am having some trouble pronouncing certain words. May I please have some help with this. Here is an example: Quote: As you hear a small, gentle water fall in the distance The 'f' in...
View ArticleVS 2005 saving records sometimes working other times its not
Hi! I am having trouble with my code...can anyone help me look at it where in my code is giving the problem. I am trying to assign subjects to students, I do it by first 1. I select from radiobutton if...
View ArticleVS 2012 How to click this button?
Hi all, I would like to detect BUTTON pressing on a WWW. For example, when you press the button pops up the message "OK" I know his ID. Code from site below. How should I properly programmed? Code:...
View ArticleVS 2012 Detection of pressing a button on a web page.
Hi all, I would like to detect BUTTON pressing on a WWW. For example, when you press the button pops up the message "OK" I know his ID. Code from site below. How should I properly programmed? Code:...
View ArticleVS 2010 MSChart - Add second series
Hello, on my MsChart i have the first series with dates on X axis. I want to add another series where to add points depending on values on X axis. If i want to add the date "2013-01-01" with value...
View ArticleEvent Proprety Object Created at RunTime
Code: Private Sub Form1_Load(ByVal sender As Object, ByVal e As EventArgs) Handles Me.Load Dim saves(), paths, nome As String Dim data_save As Date Dim i As Integer = 1...
View ArticleVS 2010 Chart object and custom data point labels - Can set, but not...
Hi, I have set some custom datapoint labels, but they are not showing or if they do when setting IsValueShownAsLabel=true then they display the Y axis values. Code: With embChartTabPage12...
View ArticleA tricky - object reference to set to an insance of reference - case
I use a loop to create a wpf document with four datagrids and other controls at runtime/by code. On the first cycle, the loop loads the window to creates all controls instances and populate the first...
View ArticleReturn an Access DB value based on combobox value
Hi - I have read many posts on this, and (as a beginner) cannot get this to work, so am seeking advice please. My access database has two tables. The first table ("Advisers") simply contains two...
View ArticleWeb Page Logon
Ok . I am trying to write some code to logon to a webpage. I have a form with webbrowser1 navigated to the login page. the script for the input of UserId, Password and Submit inputs is as follows....
View ArticleVS 2012 populating listbox
Hi i need help populating a list box from a openfiledialog. I am adding multiple items and this is for a media library i am making. Basicaly i want to add a list of folder and files, and all files in...
View Article