VS 2010 REad only errors on dependent files at run time
I have a program that runs great in debug mode. When I install the compiled version I get a few read only errors not at installation, but at run time. Specifically, I am getting the two errors below....
View ArticleVS 2010 WebBrowser Zoom
Hi Guys, Need a little help. I have a project in VS 2010 where I have created a 4 quadrant web browser, so each browser looks at something different (for monitoring purposes). With having the 4...
View ArticleVS 2012 Viewing SolidWorks models in VB
Is there a way to view models created in SolidWorks in a Windows Form application? I am hoping someone can point me in the right direction...
View ArticleVS 2012 Play videos with Media Player via code without putting control on...
I am using the code below to play audio files in a "file manager" type app. What I'm wondering is if there's any reason I can't use a similar tactic to show "previews" of movie files (ie. mpg's). If...
View ArticleVS 2008 Using VB to query Exchange
I have found sample code for using VB to query out appointment information from MS Exchange. I am not able to get the code to compile and could use some insight from anyone that may have tried this...
View ArticleHelp me with this Error please!
My code: I got it from http://www.youtube.com/watch?v=iBmQmIwcjpA I used the exact code as in the video. Code: Option Explicit On Imports Microsoft.Win32 Public Class Mainform   Public Sub New()...
View ArticleError 4 Unrecoverable build error
Hi, When I rebuild or build my setup project in VB.NET I get this error "Error 4 Unrecoverable build error C:\Documents and Settings\pribeiro\Ambiente de trabalho\SGSC\SGLCSetup\SGLCSetup.vdproj...
View ArticleRegistry Startup Problem
Every registry startup code i find doesn't work. ex: Code: Imports Microsoft.Win32 Public Class Form1 Â Â Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles...
View ArticleNeed help with Windows Recording Devices
In Windows Vista and later, you have recording devices available to the system, which the user can access manually. If you right-click the speaker icon, then select recording devices, and then click on...
View ArticleVS 2008 [RESOLVED] The ConnectionString property has not been initialized....
Not sure what's wrong here. Any help would be appreciated. I am just hitting this sub after printing and want to mark it as printed in the Access Data Base. This the Error I get: The ConnectionString...
View ArticleUpdate a ListView control on a different form
Hi everyone! There's a 'small' problem with my program. I need to update a Listview control which is placed to an other form after clicking a button on my first form. Well... I googled a lot and found...
View ArticleLooping on error?
My program right now has an infinite loops, to gather data from a website. The issue is when there is a gateway timeout, the program crashes. How can I call the sub again on error?
View ArticleVS 2010 Checked Listbox Values > Inserted into text document > Saved > Run
Hi again Basically what I currently have is 3 list boxes that have Checkboxes, And a button that is the only button that will be pressed. When this button is pressed I need to take the information from...
View Articlewebbrowser code clicking a class menu
Hi all ive had some code working for years, which we use to run a web site pass data to the site and then extract the information we need. the site has had a update and of course the code no longer...
View ArticleVS 2012 Overflow Exception When Multiplying By Zero
Hello. Has anyone encountered an exception when multiplying by zero? :confused: This is part of a methodical part of my application and can't be discarded. Basically I've got values in a 1D string...
View ArticleVS 2010 How convert array of type objects (but holding doubles) to array of...
Hi, I have an Excel range which contains just numbers and I need to put in a 2 dimensional array of singles. I've got the Excel range into an array of Objects: Dim arrSheet_Obj(,) As Object...
View ArticleVS 2010 Assigning array to ComboBox SelectedValue and Text Files
Hey there folks! I have been desperately trying to uncover exactly what I have to do to make this process happen, and I'm dead set on minimizing unnecessary lines of code because I will be printing out...
View ArticleVS 2010 [RESOLVED] Binded DataGridView in Another Form
Hi I have a "little" form that has 5 datagridview's, so it's a little full, sometimes some of the dgvs have a lot of rows, so it's a little annoying trying to edit the data. So I was thinking in...
View ArticleVS 2012 Mapping web service responses to collection of object instances.
Hi All, I'm working on an application that basically does the following: 1) Monitors windows for a new browser window (or new tab) 2) If a legacy data base interface is opened, I inject javascript on...
View Article[SOLVED]Need help removing registry key
I have created an application with 2 buttons. Button 1 adds application as startup in current user. Button 2 should remove the registry key. However i'm not sure of the code to remove the key. Can...
View Article