VS 02/03 Looping through multiple directories
Hello, I have macro written where basically the aim is to loop through two directories and edit worksheets. To clarify, I have two folders that I must loop though: "August" and "Test." Both folders...
View ArticleVS 2012 Verify if Two Files are in Same Directory, If So Process, If Not Go...
Hello everyone. This is essentially my first time trying to make a program, of any sorts, so there is a chance I am doing things the wrong way or over complicating things. Sorry if either of those...
View Article[RESOLVED] IP help to type long error.
Private Function GetIPAddress() As IPAddress Dim oAddr As System.Net.IPAddress Dim sAddr As String Dim host As String = System.Net.Dns.GetHostName() With...
View ArticleVS 2010 Yet another problem with webbrowser..
I am creating a small program for a class that auto logs and clicks to a certain page, puts in a message, and send it, all from the webbrowser and with one click.. I have all of that but here is a...
View ArticleVS 2012 Seperate Strings
For instances, I have this: "JVS 02 02 C:\Projects\ D:\Archives" I want to separate into 2 different strings: Path1="C:\Projects\" Path2="D:\Archives\" How can I do that?
View ArticleVS 2012 [RESOLVED] Problem with an array of objects
I have an array that contains strings, numbers, dates and booleans. It has form-wide scope and is declared thus: Code: Private f_StudentFields(40) As Object When it comes to populating this array I...
View ArticleVS 2008 Making a POST/GET application
Hi guys, I know this is my first post and I'm asking for help. Sorry, nevertheless. I am trying to make an application that without using a web browser to do it for me will input data for me instead of...
View ArticleVS 2010 Help with WebBrowser to replace SWF file.
Is there anyway to set when browser request some file to load another file. If URI matches... http://www.xxx.com/scripts/file.swf then respond with... http://www.xxx.com/scripts/file2.swf i do this now...
View ArticleHandling Large Amounts of Temporary Data
I'm looking to find the most efficient way to handle (what I could consider) to be large amounts of temporary data in VB.NET. I'm looking to store 300,000 strings of data, each string can have up to...
View ArticleAdd new tab (containing objects) with a click
Hi all I want to, with a click of a button add a new tab that contains a preset amount of objects - 2 Labels, 2 buttons ("Add" and "X"). The "Add" button will insert a checkbox and a textbox next to...
View ArticleVS 2008 process vs shell
I am trying to decide whether to use shell or a process to start a program called plot2emf.exe. This program takes a samples .hgl file and converts it to a .emf file so that I can put it in a picture...
View ArticleRun schedule task in server without Excel and Crystal report being installed
I created a Windows desktop app to export Excel and Crystal Report to a file server. It works fine in my pc (win7, vs2010) but once I move exe file to one server and set up a schedule task to run exe...
View ArticleVS 2010 Using a class from another project without needing separate .dll
I've created a custom control and have it in it's own class library. Is it possible to use that control in another project and have the code from the custom control be part of my .exe? Right now the...
View ArticleVS 2010 Print PDF document
Hello to all, I realy need help for my project. Is there any giude how to create pdf file from print document. So if you see, I have created document that you print in A4 format paper. But I also need...
View ArticleVS 2010 Help creating a remote desktop connection form
I work in a media manufacturing office and our work requires using KVM switches to remotely control many towers from one screen. We opted for KVMs because our supervisor didn't like using remote...
View ArticleVS 2012 Finding rectangles of solid color in an image.
I am trying to find a way to determine where rectangles of solid color are in an image. Below is a sample image. I have searched Google but I assume I am not using the correct terms. I found a couple...
View Articleproblem connecting to password protected .sdf database
I have an sql server compact 4.0 database. If I delete the password from the database, the following connection string works great. However I need it to be protected. Here is the current string:...
View ArticleVS 2012 help for learning vb.net 2012
Good day. I came from self-studying vb6 and now I want to shift to .net using version 2012. I would like to ask from our helpful members for an example on how to use the following for self study a....
View ArticleVS 2012 Auto tab textbox for telephone number
I have three textboxes that I would like to auto tab once the numbers have been entered but stop at the last set of numbers of course. I saw one example where it autofocuses to textbox number 2 but I...
View ArticleVS 2010 Keypress
Hello all, I am trying to use a keypress event so when i type a word into an external application it sends the text i have stored in my program, my issue is i cannot for the life of me remember how to...
View Article