VS 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 2010 Creating EventLog sources dynamically, requires a reboot if you wish...
I would like to create an EventLog for my application, let's call it "myApp Log". I then want to include a source which will be different depending on my service name. For instance, I have two services...
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 ArticleChanging MessageBox text
I want to change Text of the OK, Cancel, Yes, No buttons in the MessageBox. Is it possible?
View ArticlePersist a button via my.settings
For instance, if I was to set a button to disable itself upon it's own click, how would that action be persisted when the form that the button is located on is opened once again? I've had a long hard...
View ArticleVS 2012 [RESOLVED] Interesting For Each Question
Hi Guys! Is there a way to catch if there is no more Next? Thanks a lot!
View ArticleAuto show TextBox's auto complete list
I have the following code Code: Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load TextBox1.AutoCompleteMode = AutoCompleteMode.Suggest...
View Article