VS 2008 Hello there
Hello, My name is Daniel =) Today I came here to ask you how can I create the following thing: 'I am about to create an event with 200-300 registry keys. 3 of them will be the lucky keys to win some...
View ArticleVS 2008 [RESOLVED] Issues....
HTML Code: Dim QVal As Integer     Dim DVal As Integer     Dim NVal As Integer     Dim PVal As Integer     Dim Quarters As Integer     Dim Dimes As Integer     Dim Nickels As...
View ArticleTrying to programmatically check a DataGridViewCheckBoxCell?
I have a DGV that contains 5 columns defined as DataGridViewCheckBoxCells. When I click on 1, I want to be able to have the other cells "checked" also. I need to do this in my code and not sure how...
View ArticleVS 2010 OutLook object question
I want MS Outlook to open with the email address line automatically entered. That part seems to work, Code: Â Â Private Sub Button2_Click(sender As System.Object, e As System.EventArgs) Handles...
View ArticleVS 2012 Can You Use a Form to Play Sound (mp3) Files? If So How?
Hello, I would like to play a brief spoken word .mp3 when a Form button is clicked. Does VS 2012 have such capability? I've read a blurb that VB 2012 doesn't interact directly with Windows Media...
View ArticleTab!?
HTML Code:     Dim ValueSpacer As String     Dim dtmTest As Date     dtmTest = TimeValue(Now)     ValueSpacer = " --------- "     TotalTxt = ("Coin Total --- ")...
View ArticleVS 2010 Listview save data in MySQL database
Hello to all! I appreciate the invitation to the club vbforums! :wave: I'm starting with visual studio 2010, and I have a doubt that I could possibly help .. I have my listview and I want to save the...
View ArticleVS 2010 [RESOLVED] Trackbar stepping
hello all, I have tried looking for a solution for this but i was not lucky. I have a trackbar using vb.net 2010 with min/max values of 0 to 100. Everything works fine, i can go 0 to 100 every 1 step...
View ArticleMicrosoft encryption tutorial, how many bits?
Hi, I have been using this tutorial by Microsoft on encryption and it works fine. http://msdn.microsoft.com/en-us/library/ms172831.aspx Would anyone be able to tell me how many bits encryption this is?...
View Article[RESOLVED] Can't get TreeView to display a Node Name!
I am trying to retrieve the Node Name from a TreeView and can't get it to work. I tried using the "NodeMouseClick" Event as well as the "NodeMouseDoubleClick" Event. It seems pretty straight forward by...
View ArticleVS 2010 How to disable highlight whenever i point my mouse into a toolstrip...
I have a problem in my program that whenever i point my mouse into a tools trip button.. The background image of the toolstrip becomes blue here is my form when im not pointing my mouse in any...
View ArticleVS 2012 TextBox to display code
I am displaying code in a textbox at runtime. This code is obtained from a .vb class file. Is it possible to change the colors of the text so that they are the same colors as the Visual Basic IDE. By...
View Articletabpage back color
using the code below to color the tabcontrol is not good. only the current tabpage and the title has not change. the same as control color. what code should i write? Code:...
View ArticleXML Test Sequence file in VB .NET?
Hi everyone, Background: I just started a new job and I have been asked to code in VB .NET. I don't have much of programming background and so all this is new to me. Never used VB .NET before. However,...
View ArticleVS 2008 Namespaces on the fly
I think I understand namespaces, but I'm trying to prevent myself from going down a blind alley, so bear with me. I have one application that I'm building as a simple framework for presenting other...
View ArticleVS 2010 Close open files, on a network
Hello, I made this tool to try and sync files from one directory to one locally on my station for another group at work to use the files off my computer. Now I would assume there will be a time that...
View ArticleVS 2012 Reading and writing from a server database
I've never worked with databases in VB before, nor with servers. I have no clue where to begin with this. Essentially this is what I am trying to do: 1. A user enters a code and a database entry is...
View Articlemissing recognition program.?
hey have followed a guide on youtube :http://www.youtube.com/watch?v=A9MdymHGxkE everything seems to be fine until I debug'er so I get an error "No Source Available. an error occurred during the...
View ArticleCDO Email Attachments
I am having issues hashing out this little bit of code I have got a list box where I want to be able drag and drop files or list of files into the box and then have the files email via cdo and an smtp...
View ArticleSpotify SendMessage API Problem
Hey guys! First of all, if I'm breaking any norms or anything similar to that, please do tell what I'm doing wrong. Now to my problem: I'm trying to do a chat bot for twitch which will listen to...
View Article