Improve vb6 program in vb.net
I'm 100% new to vb.net but have done a few things with VB6. Can vb.net solve the problem here ? http://www.vbforums.com/showthread.php?745249 If the 'body' associated with MailTo can be larger, or an...
View ArticleVS 2012 Question Regarding Telnet Connection To UNIX Server
Hi guys, I am trying to setup a telnet connection to a UNIX server. I need to pass three sudo commands to this server. I have found the following code but am unsure of how to modify it to suit my...
View ArticleMoon elevation calculation
Does anyone know how to calculate the moon elevation in degrees? Thanks in advance
View ArticleVS 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 ArticleVS 2010 Catching errors while using System.Transaction in Using Statement?
How can I trap errors by using "Using Statement". I would like to use System.Transactions namespace to commit (if no errors) and rollback transactions (if there are errors). What is the best way to do...
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