VS 2010 Help with Flash Game [WebBrowser]
I want open this game (webpage) in my webbrowser, but don't charge and tell me this error: http://i.imgur.com/cIqpMwH.png Other games like: http://www.el-juego-mas-dificil-del-mundo.com/ work fine....
View ArticleMove Object Left
I want my lbl to move to the left every tick but I want the new number to be centered. Code: Code: Public Class frmGame Dim Rand As Random = New Random Dim BallNumber As Integer Private Sub...
View Article[RESOLVED] Storing a small class inside a Stack
I am storing a class, called History, inside a stack, (or attempting to :sick:) The class is just the path to files that has been opened before (this is all for storing file history), the index to the...
View ArticleVS 2010 If problem !
This is my code : HTML Code: Public Class login Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim usernam1 As String =...
View ArticleVS 2010 vb.net Web Deployment
Hi there I have been having issues attempting to deploy a vb.net application to a web server through ftp. I am trying to use a launch from online only option, the application is downloaded into the...
View ArticleVS 2008 Sort Generic List(Of T) as DataSource for DataGridView
I have a Generic List bound to a DataGridView. I would like to sort said DataGridView and cannot. Searches result in really confusing examples. Is this really that complicated to accomplish?
View ArticleHow can i make this webpage
I DON'T ASK FOR CODE. I want to make a simple webpage. 2 textbox and 2 button. This webpage will be like a login: Username (txtbox1) Password (txtbox2) Login (but1) Reconect (but2) This login connect...
View ArticleIssue with VB program
I've written the following code to create a program that will allow the user to input number of students, their names, and grades. It will then display grade average in ListBox2 and drop lowest score...
View ArticleGet username on a remote computer
Hi Guys, Where I work, we have some remote computers which we can use to run heavy tasks without slowing down our own computers. So usually I use mstsc to access the computer and enter my username and...
View ArticleHelp on code with Run-time error 91: Object Variable or With Block variable...
Have an error code: Run-time error 91: Object Variable or With Block variable not set. Upon user update of their own specific worksheet within the workbook, I'm looking to have Excel automatically...
View ArticlePHP Timing & ETC
Hello again. Everyone knows some browser games and there's health, mana or some kind of resources that regenerates themselves automatically in some time. How I can do that in theory? What functions I...
View ArticleVS 2008 why i received this error in visual studio 2008
Hi. yesterday i was working in my project, suddenly i received a message to close the VS 2008. When i press the close button on that message then i received this message. Attachment 99287 Please tell...
View ArticleSortableBindingList -- SortableBindingList(Of T)
I found this SortableBindingList(Of T) at the following site listed below, thought it might be on interest. http://www.timvw.be/2007/02/22/prese...ebindinglistt/ The web site above has a C#...
View Article[RESOLVED] Type Mismatch error 13.
I am writing a simple program that reads the text from 6 text boxes and saves them to a file. The declarations are all the same (integer). They all work fine except the last one. Here is my code Option...
View ArticleVS 2008 Automatic Type Inference not working in one project but works in another
I'm having this peculiar problem where the automatic type inference (ATI) for linq has stopped working in one of my projects. The project is of "Class Library" type. However if I create a new project...
View ArticleGet username on a remote computer
Hi Guys, Where I work, we have some remote computers which we can use to run heavy tasks without slowing down our own computers. So usually I use mstsc to access the computer and enter my username and...
View ArticleVS 2010 How Can I Disable Ctrl C, Ctrl A, Ctrl X Combinations from a text box
:wave: Hii Iam creating a program with VB 2010 And Want to disable Ctrl-C, Ctrl-A, Ctrl-X etc. combinations from a text box So that, the user cannot copy or cut or paste in that textbox but i couldn't...
View ArticleCreating an .msi
I'm new to C++ and the program I'm trying to create is an installer (or msi). I'm having a very difficult time finding out how to make my program install the files onto a computer that chooses to run...
View ArticleVS 2010 Selecting a Random items from a listbox and removing it.
What do I add to this when that random selection goes into lstBlue. I want it removed after it was added to lstBlue. I got the selecting random to work so far. Code: Dim selectRnd As New Random...
View ArticleVS 2012 Infix to Postfix Conversion
Hi, I am trying to write a program to convert an infix expression to a postfix expression. My task is as follows: To enter an expression, enter the numerical values in place of the variable names....
View Article