Windows API (MouseEvent) not working in some programs
Hello everyone, I have been programming for a while now, and I usually use the MouseEvent API to make left mouse clicks. However, for many years I have wondered why this does not work within certain...
View ArticleVS 2010 Need help
Hey, i want my application to sit on the start menu bar how can i do this
View ArticleCombobox in DataGridView - a miracle!
I need to transform one datagridview column to combobox. For that I download from Visual Studio Developer Center / How Do I Videos for Visual Studio 2010, this tutorial (.mp4) :...
View ArticleVS 2010 String to Char error
Hi Guys, I have a problem in one of my functions: Code: '// FIRST THING IS TO SEPERATE AND SORT THE STRINGS Dim credentialsSplit As String() = urlLogin.Split(Convert.ToChar(" "))...
View ArticleVS 2008 datagridview drop down field flexible like access
Hi all is there any way to make the datagridview drop down field flexible like access (with the ability to write or select ) ?
View Articlehelp: Automated Timetable Genrator
hello Everyone, please i need your assistance... i'm supposed to create an automated timetable generator using VB.Net. i need guidelines on how to start and go about it, i hope i'll get assistance here.
View ArticleQuestion About a Homework Assignment
Hello All, Edit: We are using Visual Basic Studio 2010 Express in Class. I have been out of school many years, recently re-enrolled, and am having a little bit of trouble with a homework assignment:...
View ArticleVS 2010 JSON deserialisation / Conversion to individual String
Currently I have a string that contains data in JSON format. What i Want to do is split these up into their individual components. The messgae string can contain multiple record instances with the...
View ArticleVS 2010 Open multiple files without starting multiple instances...
I have a program that handles a particular (custom) filetype and I can start my program by double-clicking on an associated file. I use My.Application.CommandLineArgs to get the name of the file that...
View ArticleVS 2010 Certain Characters in a Textbox
hello Does anyone know the code to only allow certain chacters to be inputted into a textbox. Exmaple: The user wants to put 1 letter in a textbox, the onjly letters allowed are I, S, E, R cheers
View ArticlePopulating combo box where a specfic value is met?
Hey everyone I was wondering whether someone could show me a way of populating a combo box where a specific value is met. Attachment 98341 I want to fill the combo box with the MDModel_Name value Where...
View ArticleVS 2010 Specific Letters for Textboxes
Hello Does anyone know the code to only allow certain chacters to be inputted into a textbox. Exmaple: The user can only put 1 letter in a textbox, the only letters allowed are I, S, E, R As on a...
View Articlehow exactly do i add a sound to a button in VB2010?
i saw somewhere you can use wmp component in visual basic and use that to create a sound but what i did was, create a button, put an icon on it, and now i am trying to add a sound to the button. Im...
View ArticleVS 2010 How to insert value to string key or create a string key inside a...
I want to insert a string value to a string key which is existing in a specific registry key like this Look i want to insert value for InstallPath which is a string key how can i do this and also i...
View ArticleVS 2010 Help with web requests
Hi, I'm trying to get a project up and running, but am not having much luck and could use some help. I'm wondering how I can connect to it and send it GET requests and read the response. I'm receiving...
View ArticleVS 2010 Another ComPort question
Hi Well I know there is tons of mtrl on how to use the comport. However I could really need som help on this. I have a device that needs a single S to send back a scan. However if I set the unit to...
View ArticleVS2012 Express: Build on Run Setting
I seem to be having some trouble with the Build on Run setting in VS2012 Express. I am noticing that when I make a change to the code and then start Debug the old code is what seems to run, not the...
View ArticleHelp : automated timetable generator for a university
Hello everyone Please I'll really appreciate some assistance. I need to create an automated timetable generator for one department in a university. The timetable should show the courses including it's...
View ArticleSound Recorder in vb.net .. Help!
Hello guys! even though i haven't got a reply for my first thread today, yet , i have another question... About vb.net sound recorders.. I have this code but it isn't working probably because i defined...
View ArticleWebRequest Loads Wrong Page
Function im using PHP Code: Function PostData(ByVal Site As String, ByVal Reffer As String, ByRef Cookie As CookieContainer) Dim SendData As String = Reffer Dim encoding As New...
View Article