VS 2010 DataGridViewCheckBoxColumn with Button appearance
I would like to have a DGV with a data-bound column that works like a normal checkbox control with the appearance set to "button". That is to say, I want the button to "latch" on and off based on the...
View ArticleVS 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 [RESOLVED] Polygon Hit Test
Hi Everyone, I'll apologize in advance if this has been asked before. I'm still searching the forum but haven't found anything at this time. What I'm trying to do can be explained pretty simply: I have...
View ArticleTimer Test
I've programmed in Basic in the past but I'm brand new to VB. I'm trying to understand the timer function. I wrote a short program to display a count from 1 to 20 in one second intervals or so I...
View ArticleRead the keyboard layout
I'm developing a program similar to On-Screen Keyboard, it is almost finished but one thing i cannot do, i want to automatically read the current keyboard layout and show it on the buttons caption.
View ArticleRun new code over stream reader
Hey All, Im making a client server app with stream reader, ultimately i need to be able to execute code from the server on the client. As i create new routines to run i need to be able to send them to...
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 Article