VS 2010 Game Controller on VB?
Is there a way to accepts button pushes & DPad control from a USB game controller? To have it tab over & select a new current active object or to move a picture on the screen? Is XNA the only...
View ArticleVS 2010 Call Function
hi.. I'm new to vb.I'm using vb2010. I have declare values to comboboxes and i want the value to pass on to a function.Here is the code Private Sub InitialData_Parameter() Dim M3S As String = "m³/s"...
View ArticleVS 2010 WebBrowser Contol - submit form to default/shell web browser?
i have a webbrowser control in my VBForm. it looks for a website on my site and displays it. there are form submit buttons in that WebBrowser1. i would like it to be so that when they click a button in...
View ArticleNeed Help with Making a +6 Loop on Visual Basic
Okay I've been trying to understand this question for hours and I am very desperate. The question is: Quote: Write a program segment in the following subroutine, that initially ask for a 2 digit...
View ArticleVS 2010 Need suggestion/advice on what method to use in my app.
OK, first, sorry for the title, but I couldn't say much there as I want to explain things better here. I have made this application called Dota Stats Simulator. You may or may not know, Dota is a game...
View ArticleVS 2010 Auto Updater adding string to list boxes and when selected results in...
I made a application that allows the user to download files from my program. The thing is constantly updating the program to add items into a listbox that when selected will insert a download link into...
View ArticleMaxlength Textbox validation
Hello All, I have the following statements for textbox validation, but the Statemet I use to validate maxlength doesn't work. Would you please help me take a look at it to see what i did wrong... Thank...
View Articlecan't understand the output of the program
Quote: Private Sub Button1_Click_1(sender As Object, e As EventArgs) Handles Button1.Click Dim no1 As Single = 4 Dim no2 As Double = 18 Dim result As Double Dim flag1 As Boolean = False TextBox1.Text...
View ArticleVS 2008 WebException in sync framework
hello, I have a project in smartdevice that uses the ado.net sync framework. when I sync to upload the changes made on the handheld device I always get the "TargetInvocationException-Webexception" this...
View ArticleVS 2008 How many backgroundworkers at the same time ?
Hi ! I have a app with 29 backgroundworkers, all are mentioned to work at the same time, all contain a loop scanning the process memory (1 loop takes ages, i split the memory to 29 parts and scan them...
View ArticleOption Strict w/DataRow
I'm having trouble with the code below. The error I'm receiving is "Option Strict On prohibits operands of type Object for operator '+' on the 'dRows(0)("Ordered") += dRows(x)("Ordered")' and...
View ArticleVS 2010 MS interop and ACE versions question
I'll try not to make this to confusing. I just developed an app that uses an Access accdb database. All the workstations were suppose to have MS Office 2010 with Access installed. I installed the app...
View ArticleVS 2010 Help Connecting to a PIC (with ENC24J60) over LAN ethernet using...
Hi all, I'm trying to adapt a project. I have a PIC18F45K22 with an ethernet controller (ENC24J60) attached to it. It has been programmed with BASIC code to allow it to be a web-server. The basic idea...
View ArticleVS 2010 How can I export files out of another file?
I think I've posted this before but didn't get an answer I was looking for. I'm working with the main file from a game. It has everything in it, maps, guns, music, etc... What I want to do is make a...
View ArticlePrinting content in Listbox
I am trying to print the content in my listbox after the program is run (The courses that are typed in, Total hours, Quantity Points, Total GPA). It is opening up my printer options but printing a...
View ArticleHow can i control the volume on a Radio I made in VB 2010?
Hello, I have created a Radio on Visual Basic 2010. I have added an HScroll as the volume and I wanted to now if someone could help me be able to control the volume option when I execute the program. I...
View ArticleNumericUpDown control event not firing
Well...I've Googled high and low on this one to no avail. All the posts referring to the event not firing have to do with entering text, not using the up/down arrows. The problem is simple...I have a...
View ArticleTry-Catch Block
Hey everyone my name is Mike and I am in a programming class but I am having a hard time getting my try-catch block to work with my coding. I can please have some help understanding it better also here...
View ArticleVS 2010 declare/dimension multiple object using for, possible?
forse mi sono espresso male i have to declare multiple ojject, in this particular case streamreader/writer whitout declare all manually for i=0 to 50 dim variablename(i can use i value too) as new...
View ArticleVS 2008 regsavekey
Hi everyone , I've been messing with this api : http://www.pinvoke.net/default.aspx/advapi32.RegSaveKey And I know you have to open it first with RegOpenKey. I tried few solution but yet I can't figure...
View Article