[RESOLVED] Invisible cell values not showing up in DataGridView?
I have a DataGridView in that contains 8 columns in it. The first two columns have their "visible" property set to False. It was always my understanding that even though the columns are hidden, they...
View ArticleVS 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 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 Article