VS 2010 Setup and deployment
I've never have any problems with making installers in VS 2005 & 2008 but in VS 2010 I'm noticing that no matter how I configure it, it will not install the new version on top of the current...
View Articlehow to have one form recognize and call on the data from another form
so me and my friend are making a game for class. in this game you pick an 'element' (it's an RPG, think element = class) we have it set up so you pick your element by walking into a 'relic' (just an on...
View ArticleVS 2010 How to turn all of a Listbox's items into a string
I'm trying to find a way how to get a Listbox's items into a label. The listbox looks like this: Code: WORD,# WORD,# I'd like the label to look like this: "WORD,#,WORD,#,WORD,#" Could somebody help me...
View ArticleBackground Form
I'm writing a test, and I want to have a black background covering the entire screen constantly there. I currently have a borderless form that fits the entire screen when it loads, but there's one...
View ArticleVS 2005 Caller ID code (sample included) ....but I need help!
Hi guys, I through this code together from examples I found here but I need help with the bottom line that says "disconect the call" not sure how to handle this part?? I am using a Dell 1501........XP...
View ArticleAdvice needed for half diamond using a listbox....
'Get the user input. strUserInput = InputBox("Enter the # of astricts to build the pyramid.", "Provide a number") If IsNumeric(strUserInput) Then intNumAstricts = CInt(strUserInput) 'Validate the user...
View ArticleVS 2010 Question about how to code something
Hey everybody, Im kind of new to this forum. I am currently taking a course in programming in the visual basics. We are leaning about If then statements and and I have to create a program and I am...
View ArticleSimple Fraction Calculator
Ok i know this isnt the best way to get help, but im running dry on ideas how to get my project done and the vb script forum seems to be pretty dead. This is my project...
View ArticleI need some help with loop and Streamreader
im using visual basic 2010 and using a streamreader to access a .txt file. So I want to be able to open a .txtfile and extract certain information from it. So far example, in the .txtfile it would say:...
View Articledisplay particular values from sorted array
this is my sorted array and Code: $sortedArray =...
View ArticleEnding loop with empty inputbox
i need to write a program that gets one word at a time from the user until they enter an empty string, and then pops up a message box containing all the words entered, one after the other. I just cant...
View ArticleSetting the InnerText of a WebBrowser TextArea
Hello, I am trying to create a custom form for posting threads on a personal vBulletin forum of mine, using version 3.8.7. And I've been searching and trying many different methods for hours, and I...
View ArticleVS 2010 How to grab bitmap from usercontrol?
Hi, I made a usercontrol which will become a kind of chart. I want to draw a ruler (vertical line on the chart, where the mouse pointer is) when the mouse is moved around over my usercontrol. I manage...
View ArticleVS 2010 Help with multithreading
This is what I have: Imports System.Threading Public Class Form1 Public data2 As String Dim yn As Integer Public dataCapture As thread Private Sub ThreadTask() Dim sw As New Stopwatch sw.Start() Do...
View ArticleOdd print page problem in iexplorer7
Hi.I am populating a simple page with gridview rows and using @media print, to print it.As i don't have a printer handy i am using Image writer to save the page in the PC. Problem is that on iexplorer7...
View ArticleBinary to Decimal Converter Loop help
This is an attempt at creating a binary to decimal converter, and my first time using the For loop. I was wondering if I could get a few hints on how to remove one of the Counters (Hitc, Hitd). Please...
View ArticleShould we be starting to develop all desktop apps for windows 8?
Sorry if you have seen this question too many times before, but with the release of windows 8 it really changes everything. Personally I am not a fan, I think the idea is great for their tablets/phones...
View ArticleRichtextbox.text into .txt file, choose path/filename with DateTimePicker...
I want to save text from a Richtextbox into a .txt file using this code. Code: RichTextBox1.SaveFile(" ", RichTextBoxStreamType.PlainText) But I don't know how to accurately choose destination path and...
View ArticleHelp sorting listbox in Ascending order(listbox holds only numbers)
Hi all . i am trying to sort a listbox while filling the listbox in ascending order. My current code sorts like this : 1013 1034 716 717 829 830 but i want to sort them like this: 716 717 829 830 1013...
View ArticleVS 2008 noob__percentage calculator need help again
this is my second attempt to create a program my first was a month calculator i was good with only one error i need you guys to point me to the wright direction again plz can you tell me best way to do...
View Article