VS 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 ArticleShowing new page (VB2012 Web)
Beginner here. I have VSExpress 2012 and am creating a WebForm survey app. I have two pages - the start page (StimEntry.aspx) and the survey page (SurveyPage.aspx) I have a "Begin Survey" button on the...
View ArticleVS 2010 SQL Statement Help
PHP Code: gtcmd.CommandText = ("SELECT Quantity, UnitPrice, Discount FROM [Order Details]") I want to use the following formula on each row: (Quantity * UnitPrice)-(Quantity * UnitPrice *...
View ArticleProper way to delete a Data Source from a Form in VB 2010
The procedure below came up when I searched Google. I have 2 questions. 1. Is this the proper way? 2. What is being referred to in step 5 (delete Schema)? '********* how to delete a Data Source...
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 ArticleVS 2008 subfolders in the Resource folder - Help!!
In my resource folder I have put subfolders with Images. Now I know that this code get the Image without the subfolders Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As...
View ArticleList Box
Hi Was amazed at how fast people helped on my last problem and it really did dig me out of a whole i was wondering if anybody could help wtih some list box code I have a userform with a list box in I...
View ArticleVB.NET Access Database OLEDB - Two conditions to fill textboxes
Hi all, I am a newbie at vb.net. I am trying to build a simple program to work with. Simple vb.net program with access database with multi-tables. First, i've created a combobox and added manually...
View Article