VS 2008 Publish in Vista will not run on 7.
I have developed my application using VS2008 Express on Vista32 OP. It runs in Debug with no problems. I have published it using ClickOnce on Any CPU platform and x86 platform. In both cases I can...
View ArticleVS 2010 PictureBox Arrays???
Can you setup an array for the PictureBoxes? I would like to create a picture viewer (thumbnail viewer). Basically to look at a particular folder & display thumbnail of the picture files. Instead...
View ArticleVS 2010 Help About WebBrowser1 control
I have a Problem with webbrowser1 in vb.net 2010. i want to download a picture or text file but in my case i want to download it to my specific folder not in Temporary Internet Files. how to do it...
View ArticleVS 2008 Virtual button pad gaming.
I'm very much a PC gamer. I also, most of the time, enjoy programming. So now I want to combine the two. In most games you can map keys to perform certain functions. For instance the key 'P' pauses...
View ArticleVS 2010 How can I show the current progress of my threads via progressbar?
I would like to be able to see the progress of my loading of a giant text file via progressbar just not sure how to go about doing this, I usually am loading my text files into a listbox.
View ArticleVS 2010 adding lines txt
Good day, I am Really new to VB, and I would like to know how to write a simple application that open a simple file with extension .flt as a txt file, have three blank boxes to add info, and save the...
View ArticleOptimal Computation Environment
I'm a long time VB6 dev (with much lesser experience in java, C, and C++). I have a VB6 app that I have been adding to for 6 years. This app is a form of machine vision, and requires extremely...
View ArticleVS 2010 [RESOLVED] Help in converting into different alternate CaSe after...
Hi guys! I'm a beginner here in vb.net world My main task is to reverse the input text from a textbox to another textbox and change the casing of the output into alternate upper and lower case:...
View ArticleWinScp error
Hi all, I'm using WinScp.dll (WinScp .NET Assembly, http://winscp.net/eng/docs/library_install) in my project to upload a file, it's working, but I'm still getting error: Conversion from string "source...
View ArticleVS 2010 [RESOLVED] A list of collections?
Is it possible to have a list of collections? Suppose I create a collection that has 3 key/value pairs to represent an item that has a part number, a description & a price. Now I want to create a...
View ArticleVS 2008 Re: Pick file with mouseclick on desktop and display name in textbox...
Ok, I wonder if someone can look at this code, I have used the drag and drop and like I've said I'm still new at this. Maybe with this code you will see what I'm trying to do. Need all the help I can...
View Articleabout:blank problem when new window requested in vb web browser (visual basic...
Hello, I have created a web browser in visual basic 2012 and the problem is that, sometimes, when new window is requested, a new form opens with the adress about:blank. The fact that this does not...
View ArticleWPF - Controls
I've taken it upon myself to do some work in WPF, just to try it out, but I have some questions about the controls. More specifically on the equivalent of a windows form app panel. Would I use a frame,...
View ArticleVS 2010 How to save items in a game-type thing
I have just been asked a question: how do you save things (in a game-like file) and then load it later? It's like when you enter stuff into the text boxes, it saves it even if you close the form (as...
View Articletransferring large numbers of listview items to textbox is crashing program
What I am doing is trying to take the items in a listview and throw them in a textbox when you click a button. However there is often a large number of items in the listview (~1000), and when I run the...
View ArticleListView.Columns.RemoveAt - Column data still there!
If I call LV.Columns.RemoveAt(n) I can see the column disappear, But when I'm saving the LV data as shown below the last column data still gets written to the file as if the column wasn't removed. I...
View ArticleVS 2010 Extract FLV file from Embedded video
Hi all, As you know Firefox has cool addons like Video Download Helper which will allow you to download and thus see the link of the flv file of the embedded video playing. An example would be that you...
View Article[RESOLVED] ComboBox help
Hi I was after some coding help I am trying to populate a combo box Here is my code Code: Private Sub ComboBox1_SelectedIndexChanged_1(ByVal sender As System.Object, ByVal e As System.EventArgs)...
View ArticleVS 2010 First ClickOnce Application
Hello everyone. I am trying to create my first ClickOnce application. I am familiar with ClickOnce and what it does. I have been looking for tutorials about how to upload to a website using ClickOnce,...
View ArticleSending HTTP Request
Hi, I have a local network on a 192 address space and would like to write some code that simply sends the following http request "http://192.168.1.60:80/?T03" to a listening server. I've searched for...
View Article