read registery key to see startup programs
hi i am making a program and 1 of the featers is to see what programs are starting up with windows the program can now read all programs in the startup map but not all programs that start with windows...
View ArticleVS 2010 [RESOLVED] How can I "Float" a listview column header to the right?
I have a listview box that contains 2 column headers "File Name" & "File Type". I have my form set to allow you to grow and shrink to the right. The listview grows and shrinks with it to the right....
View Article[RESOLVED] Adding items to structure....Two Lists Enumerable.Range
Hi. I have two lists that i want to combine items. So each index from each lists matches the two structure items. Example Day = 0 index Week = 0 index cant quite get it. Code: Private Function Items()...
View ArticleLogic Help with iteration through arrays.
Hey, I am breaking my head here because this seems very easy but I cant seem to figure it out. I have an array (100,3) Which follows something like this Code: {Bob},{Glass},{Var} {Bob},{Water},{Var}...
View ArticleOpen Text File Twice
I'm a newbie to VB.net and am converting my VB6 application over..... don't be too harsh on my coding. I'm wanting to open a text file and count the records. Then open it again and load a rectangular...
View ArticleVS 2010 MQ Connection Drops out - No Retry
I currently have the code below that connects to a Message Queue, when a message is received, it triggers the handler event. All this works really great. There is however one problem. This is when the...
View ArticleVS 2012 Need assistance adding a timed lockout to application (Working but...
I would love a 2nd set of eyes because what I need to accomplish has to be easy I am just over thinking this thing. First some Background: I have a program that uses Phidgets RFID readers and a weight...
View ArticleVS 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 2008 My tab page control has a specific page selected but shows another tab !
This is very weird ! ... I am handling by code the current page of a tab page control and I'm facing something weird ! I have 6 tabs on the tab control but very often although I set one as current tab...
View ArticleVS 2012 [RESOLVED] Using proxy with WebClient
Hi, I am looking into using a proxy with the WebClient. The code I am trying is: VB.NET Code: Using WClient As New WebClient WClient.Headers.Add(HttpRequestHeader.UserAgent, "Mozilla/5.0...
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 Article