how to generate an Excel 2010 histogram from VB.NET...
Hi. I have tried the code below: HTML Code: Dim xlApp As Excel.Application Dim xlWorkBook As Excel.Workbook Dim xlWorkSheet As Excel.Worksheet Dim oAddIn As Excel.AddIn...
View ArticleStructure -v- UDT (in vb6)
Hi I am starting to convert a large vb6 program to dot.net. I am starting with structures of my data files. In vb6 I had (as an example) Public Type Bloggs BusName As String *30 Postcode As String *6...
View ArticleListbox and Binding Source
Any one mind showing me how to properly use a listbox and a binding source so that on load up after being closed the listbox items remain the same before it was closed? I want to learn how to do this...
View ArticleVS 2010 Testing functions
In VS2012, Visual Basic.NET, when creating unit tests, if I have a function that I have created that works, and is only used once in code, and I am never going to edit it again, should I still create a...
View ArticleVS 2010 Can someone use a DLL if it's code is obfuscated?
Just wondering, if I obfuscate my DLL, I know it's code cannot be extracted, at least not without some great knowledge I don't know, but anyway, that's not the point. Is it possible to just use that...
View ArticleVS 2010 An exception has been encounterd. This may be caused by an extension.
Visual Studio 2012 Professional: An exception has been encounterd. This may be caused by an extension. I have included the log, cause I don't know where to look in the activity-log. Any chance someone...
View ArticleVS 2010 Listview Items
Hello. Ive got a listview with 3 columns- Date / Time, User and Details. When a user clicks on an item, highligting it and then presses a button, a form then shows up with 3 textboxes with the same...
View ArticleVS 2010 unable to use speech platform 11.0 voices
Hi! I'm trying to use speech plateform 11.0 voices, but I can't see them. I've downloaded and installed the SDK, the runtimes and the Italian voice Lucia. Nothing to do with Vs2008, so I downloded and...
View ArticleVS 2008 Remote Desktop: Detect which parts of the screen change.
I'm making a remote desktop application which will obviously require a client to take screenshots and send them over to the server which will display them. I have this working except it's extremely...
View Article[RESOLVED] How to hide the secondary(?) toolbar in a Crystal Report Viewer
I only put the (?) after secondary because I don't know what it's called... That said, I have a crystal report viewing on a form that I'm calling a Report viewer. It's more or less just styled in ways...
View ArticleVS 2010 Visual Basic 2010 programming with If Then Else Statement
I need Code: If HoursParked <= 3 Then CurrentCustomer = 2 ElseIf HoursParked <= 23 Then CurrentCustomer = 2 CurrentCustomerTextBox.Text =...
View ArticleVS 2010 Problem with passing argument to cmd
I'm sure this is one of these post where it will take someone 1 sec to point me to the correct solution, and I apologize in advance. I have done this using other exe but I can't seem to get an argument...
View ArticleVS 2005 VB 2005 create mdb database???
HI everyone. I am new in programming. I am creating a program that runs off of mdb database. I have the database working now but I have run into a bug.... If the database doesn't exist I need to be...
View ArticleStoring Data
Hello everyone. My question today is how can I store data that user enter. What I mean by that? After the application close, I want it to remember user data. For example, he enter some values in...
View ArticleVS 2008 Battleships
I have to create a simple battleships game. this involves the console choosing random places to place ships on a (10,10) grid. my code is very random, however the question i have is with the do until...
View ArticleVS 2010 [RESOLVED] Searching file in my computer
Code: Dim foundSong As String For Each foundSong In My.Computer.FileSystem.GetFiles("Directory", FileIO.SearchOption.SearchAllSubDirectories, "*.mp3*")...
View Articlexml-rpc post
Hi, I am using VB.NET & XML-RPC and posting data to WordPress normally. How to attach web or local image this post? Thanks. PHP Code: Dim newBlogPost As blogInfo = Nothing newBlogPost.title...
View ArticleVS 2010 Modifying 1000s of lines of code quickly
I have developed an application in VS2012 Visual Basic.NET that has over 5000 lines of code. Originally, each public method/sub was stored in a module. Since then, I have changed the module to be a...
View ArticleVS 2005 txtStName Exception error.
Hi the first block of code upto line four is my connection portion. Code: Dim strConn As String = "Data Source = (local); initial catalog = School; User ID = sa; password = 123;" Dim cnSql As New...
View ArticleVB programming Request
Hi, saw the picture below? I have a question to ask, you saw "StartingTime" & "StartingDate" ; how can i BOLD this two word??? anyone know??? cause I'M putting my Info into a Note Pad Attachment...
View Article